You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param SearchOperatorInterface|array $operator Operator to search with. You can provide a specific operator or use the compound operator to run a compound query with multiple operators.
1503
-
* @param ?string $index Name of the Atlas Search index to use. If omitted, defaults to "default".
1504
-
* @param ?array $highlight Specifies the highlighting options for displaying search terms in their original context.
1505
-
* @param ?bool $concurrent Parallelize search across segments on dedicated search nodes.
1506
-
* @param ?string $count Document that specifies the count options for retrieving a count of the results.
1507
-
* @param ?string $searchAfter Reference point for retrieving results. searchAfter returns documents starting immediately following the specified reference point.
1508
-
* @param ?string $searchBefore Reference point for retrieving results. searchBefore returns documents starting immediately before the specified reference point.
1509
-
* @param ?bool $scoreDetails Flag that specifies whether to retrieve a detailed breakdown of the score for the documents in the results. If omitted, defaults to false.
1510
-
* @param ?array $sort Document that specifies the fields to sort the Atlas Search results by in ascending or descending order.
1511
-
* @param ?bool $returnStoredSource Flag that specifies whether to perform a full document lookup on the backend database or return only stored source fields directly from Atlas Search.
1512
-
* @param ?array $tracking Document that specifies the tracking option to retrieve analytics information on the search terms.
0 commit comments