| Package | Description |
|---|---|
| org.hibernate.search.engine.search.dsl.predicate |
| Modifier and Type | Method and Description |
|---|---|
default MatchPredicateTerminalContext |
MatchPredicateTerminalContext.fuzzy()
Enable fuzziness for this match predicate; only works for text fields.
|
default MatchPredicateTerminalContext |
MatchPredicateTerminalContext.fuzzy(int maxEditDistance)
Enable fuzziness for this match predicate; only works for text fields.
|
MatchPredicateTerminalContext |
MatchPredicateTerminalContext.fuzzy(int maxEditDistance,
int exactPrefixLength)
Enable fuzziness for this match predicate; only works for text fields.
|
MatchPredicateTerminalContext |
MatchPredicateFieldSetContext.matching(Object value)
Require at least one of the targeted fields to match the given value.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.