Package | Description |
---|---|
org.hibernate.search.query.dsl |
Provide a domain specific language to write Lucene queries and create faceting requests.
|
org.hibernate.search.query.dsl.impl |
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 |
interface |
MustJunction
Represents the context in which a must clause is described.
|
interface |
PhraseContext |
interface |
RangeContext |
interface |
SpatialContext |
interface |
TermContext |
interface |
WildcardContext |
Modifier and Type | Class and Description |
---|---|
class |
ConnectedAllContext |
class |
ConnectedMoreLikeThisContext |
class |
ConnectedSpatialContext |
Copyright © 2006–2016 Hibernate. All rights reserved.