Package | Description |
---|---|
org.hibernate.search.query.dsl |
Provide a domain specific language to write Lucene queries and create faceting requests.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AllContext |
interface |
BooleanJunction<T extends BooleanJunction>
Represents a boolean query that can contains one or more elements to join
|
interface |
FuzzyContext |
interface |
MoreLikeThisContext
Context to build a More Like This Query.
|
interface |
MustJunction
Represents the context in which a must clause is described.
|
interface |
PhraseContext |
interface |
RangeContext |
interface |
SimpleQueryStringContext |
interface |
SpatialContext |
interface |
TermContext |
interface |
WildcardContext |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.