Ask a question to get started
Enter to sendā¢Shift+Enter new line
text_search_stage( query: str, search_field: Union[str, List[str]], index_name
query
str
Input text to search for
search_field
Union[str, List[str]]
Field in Collection that will be searched
index_name
limit
Optional[int]
None
filter
Optional[Dict[str, Any]]
include_scores
Optional[bool]
True
Full-Text search using Lucene's standard (BM25) analyzer
Atlas Search Index name
Maximum number of documents to return. Default of no limit
Any MQL match expression comparing an indexed field
Scores provide measure of relative relevance