SEARCHSTATUSFLAGS
Search status flags.
Name | Description | Type |
---|---|---|
all | Specifies all flags set; Including any future flags. | boolean |
multiphase_object_type_search_needed | Multi-phase OT search is needed. | boolean |
wildcard_expansion_limit_exceeded | Wildcard expansion limit has been exceeded (but some results has been returned anyway). | boolean |
may_contain_stale_data | Data returned by search may be out of date. | boolean |
resorted_to_default_sort | Requested sorting is not supported and result set was established using the default sorting (relevance). | boolean |
resorted_to_default_sort_too_many_results | Requested sorting is not supported and result set was established using the default sorting (relevance) because there are too many matching results for sorting. | boolean |
sorted_by_engine | Data returned by search was sorted by the engine (Global Sorting). | boolean |
Example
{
"all": false,
"multiphase_object_type_search_needed": false,
"wildcard_expansion_limit_exceeded": false,
"may_contain_stale_data": false,
"resorted_to_default_sort": false,
"resorted_to_default_sort_too_many_results": false,
"sorted_by_engine": false
}