pub fn text(
path: impl StringOrArray,
query: impl StringOrArray,
) -> SearchOperator<Text>Expand description
The text operator performs a full-text search using the analyzer that you specify in the index configuration. If you omit an analyzer, the text operator uses the default standard analyzer.
For more details, see the text operator reference.
These methods can be chained before into_stage to set options: