SearchQuery

October 22, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
query_stringOption<String>Filter object defining a query string[optional]
r#matchOption<serde_json::Value>Filter object defining a match keyword passed as a string or in a Match object[optional]
match_phraseOption<serde_json::Value>Filter object defining a match phrase[optional]
match_allOption<serde_json::Value>Filter object to select all documents[optional]
boolOption<models::BoolFilter>[optional]
equalsOption<serde_json::Value>[optional]
r#inOption<serde_json::Value>Filter to match a given set of attribute values.[optional]
rangeOption<serde_json::Value>Filter to match a given range of attribute values passed in Range objects[optional]
geo_distanceOption<models::GeoDistance>[optional]
highlightOption<models::Highlight>[optional]

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