| Package | Description |
|---|---|
| org.hibernate.search.engine.search.dsl.predicate |
| Modifier and Type | Method and Description |
|---|---|
SimpleQueryStringPredicateOptionsStep |
SimpleQueryStringPredicateOptionsStep.analyzer(String analyzerName)
Define an analyzer to use at query time to interpret the value to match.
|
SimpleQueryStringPredicateOptionsStep |
SimpleQueryStringPredicateMatchingStep.matching(String simpleQueryString)
Require at least one of the targeted fields to match the given query string.
|
SimpleQueryStringPredicateOptionsStep |
SimpleQueryStringPredicateOptionsStep.skipAnalysis()
Any analyzer or normalizer defined on any field will be ignored to interpret the value to match.
|
SimpleQueryStringPredicateOptionsStep |
SimpleQueryStringPredicateOptionsStep.withAndAsDefaultOperator()
Define the default operator as AND.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.