glide.lucene.base_hits_max
ServiceNow property description:
The maximum number of entries that will be retrieved from the text index. Only the table that is involved will be returned from the text index for all entries that are between the value specified for maximum results and this value. This is done so that it can be indicated that more results exists for any given table that are going to be displayed.
Attributes
- Sys ID: a25c7afe0a000111094ad9c1fc06a21a
- Type: integer
- Application: Global
- Default value: 500

AI generated property description:
The ServiceNow property `glide.lucene.base_hits_max` sets the maximum number of entries that can be retrieved from the text index during a global text search. This property ensures that only the specified number of entries are returned, even if more entries match the search criteria. The entries retrieved are limited to the table involved in the search, and any entries beyond this limit are not displayed but are indicated to exist. This helps in managing the performance and usability of search results by not overwhelming the user with too many entries at once. The property is useful for indicating that additional results are available without displaying them all, thus optimizing the search experience.
Source