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 | Method and Description |
---|---|
FacetRangeEndContext<T> |
FacetRangeEndContext.excludeLimit() |
FacetRangeEndContext<T> |
FacetRangeLimitContext.to(T upperLimit) |
Modifier and Type | Class and Description |
---|---|
class |
ConnectedFacetRangeEndContext<T> |
Modifier and Type | Method and Description |
---|---|
FacetRangeEndContext<T> |
ConnectedFacetRangeEndContext.excludeLimit() |
FacetRangeEndContext<T> |
ConnectedFacetRangeLimitContext.to(T upperLimit) |
Copyright © 2006–2016 Hibernate. All rights reserved.