Regenerate the text index for a single record
Update the text search index for a single record. Use this approach to quickly verify whether text indexing is the cause of a search issue without rebuilding the full text index for an entire table.
Before you begin
- A search term that doesn't return the expected results
- A record containing the identified search term that isn't returned when searching for the term
- The table that includes the identified record
The identified table must already be configured for indexing and searching. For details on this configuration process, see Configure a table for indexing and searching.
About this task
This reindexing method rebuilds the text search index for a single record. It takes less time than rebuilding the text index for all records in a table.
You can use this method to quickly determine whether text indexing is the cause of a search issue. Doing so avoids the delay associated with rebuilding the entire table's text search index.
Procedure
Result
The system updates the text index for the specified record in the specified table.
What to do next
Repeat your sample search. If this search returns the identified record, you may want to update the text index for the entire table that contains that record. For details, see Regenerate a text index for a table.