| Package | Description |
|---|---|
| org.hibernate.search.engine.search.dsl.predicate |
| Modifier and Type | Method and Description |
|---|---|
MatchPredicateOptionsStep |
MatchPredicateOptionsStep.analyzer(String analyzerName)
Define an analyzer to use at query time to interpret the value to match.
|
default MatchPredicateOptionsStep |
MatchPredicateOptionsStep.fuzzy()
Enable fuzziness for this match predicate; only works for text fields.
|
default MatchPredicateOptionsStep |
MatchPredicateOptionsStep.fuzzy(int maxEditDistance)
Enable fuzziness for this match predicate; only works for text fields.
|
MatchPredicateOptionsStep |
MatchPredicateOptionsStep.fuzzy(int maxEditDistance,
int exactPrefixLength)
Enable fuzziness for this match predicate; only works for text fields.
|
default MatchPredicateOptionsStep |
MatchPredicateMatchingStep.matching(Object value)
Require at least one of the targeted fields to match the given value.
|
MatchPredicateOptionsStep |
MatchPredicateMatchingStep.matching(Object value,
ValueConvert convert)
Require at least one of the targeted fields to match the given value.
|
MatchPredicateOptionsStep |
MatchPredicateOptionsStep.skipAnalysis()
Any analyzer and normalizer defined on any field will be ignored to interpret the value to match.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.