| Package | Description |
|---|---|
| org.hibernate.search.engine.search.dsl.predicate |
| Modifier and Type | Method and Description |
|---|---|
PhrasePredicateOptionsStep |
PhrasePredicateOptionsStep.analyzer(String analyzerName)
Define an analyzer to use at query time to interpret the value to match.
|
PhrasePredicateOptionsStep |
PhrasePredicateMatchingStep.matching(String phrase)
Require at least one of the targeted fields to match the given phrase.
|
PhrasePredicateOptionsStep |
PhrasePredicateOptionsStep.skipAnalysis()
Any analyzer or normalizer defined on any field will be ignored to interpret the value to match.
|
PhrasePredicateOptionsStep |
PhrasePredicateOptionsStep.withSlop(int slop)
Sets the slop, which defines how permissive the phrase predicate will be.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.