C# (CSharp) Couchbase.Search.Queries.Simple PhraseQuery - 3 exemples trouvés. Ce sont les exemples réels les mieux notés de Couchbase.Search.Queries.Simple.PhraseQuery extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
The phrase query allows to query for exact term phrases in the index. The provided terms must exist in the correct order, at the correct index offsets, in the specified field (as no analyzer are applied to the terms). Queried field must have been indexed with includeTermVectors set to true. It is generally more useful in debugging scenarios, and the Match Phrase Query should usually be preferred for real-world use cases.