Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.15 KB

SearchQuery.md

File metadata and controls

20 lines (16 loc) · 1.15 KB

ManticoreSearch.Model.SearchQuery

Defines a query structure for performing search operations

Properties

Name Type Description Notes
QueryString Object Filter object defining a query string [optional]
Match Object Filter object defining a match keyword passed as a string or in a Match object [optional]
MatchPhrase Object Filter object defining a match phrase [optional]
MatchAll Object Filter object to select all documents [optional]
VarBool BoolFilter [optional]
PropertyEquals Object [optional]
VarIn Object Filter to match a given set of attribute values. [optional]
Range Object Filter to match a given range of attribute values passed in Range objects [optional]
GeoDistance GeoDistance [optional]
Highlight Highlight [optional]

[Back to Model list] [Back to API list] [Back to README]