Will adding "no_text_index=true" to a collection remove the entire table from the index?

seberly
Giga Expert

Will adding "no_text_index=true" to the attributes of a collection dictionary record cause the entire table to not be indexed? I guess a corollary would be do dictionary attributes added to a collection affect the entire table?

1 ACCEPTED SOLUTION

Anurag Tripathi
Mega Patron
Mega Patron

Hi Scott,



I can confirm that adding no_text_index=true to a collection(assuming that text index checkbox is checked) field does not remove the whole table from global search.


-Anurag

View solution in original post

7 REPLIES 7

Slava Savitsky
Giga Sage

To remove an index for an entire table, untick Text Index checkbox in the collection dictionary record for that table.


Administering Zing Text Search - ServiceNow Wiki


Does adding "no_text_index=true" to a collection dictionary entry have the same effect?


Hi Scott,



no_text_index is actually for individual fields, I am not really sure if you can apply that to collection and that it will trickle down to all the table fields. For removing the index for the entire table, you can refer to Slava's post and uncheck the Text Index for collection.


Yep. I understand that. I was just wondering what the effects of adding it to a collection entry would be. Maybe my question is better phrased, "What does adding no_text_index=true to a collection dictionary entry do?". If the answer is nothing, that's fine, but I'm curious.