Package | Description |
---|---|
org.hibernate.search.query.dsl |
Provide a domain specific language to write Lucene queries and create faceting requests.
|
Modifier and Type | Method and Description |
---|---|
TermMatchingContext |
TermMatchingContext.andField(String field)
field / property the term query is executed on
|
TermMatchingContext |
WildcardContext.onField(String field) |
TermMatchingContext |
TermContext.onField(String field) |
TermMatchingContext |
FuzzyContext.onField(String field)
field / property the term query is executed on
|
TermMatchingContext |
WildcardContext.onFields(String... fields) |
TermMatchingContext |
TermContext.onFields(String... field) |
TermMatchingContext |
FuzzyContext.onFields(String... fields)
fields / properties the term query is executed on
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.