| 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 |
|---|---|
FacetRangeAboveContext<T> |
FacetRangeEndContext.above(T max) |
FacetRangeAboveContext<T> |
FacetRangeBelowContinuationContext.above(T max) |
FacetRangeAboveContext<T> |
FacetRangeAboveBelowContext.above(T max) |
FacetRangeAboveContext<T> |
FacetRangeAboveContext.excludeLimit() |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectedFacetRangeAboveContext<T> |
| Modifier and Type | Method and Description |
|---|---|
FacetRangeAboveContext<T> |
ConnectedFacetRangeBelowContinuationContext.above(T max) |
FacetRangeAboveContext<T> |
ConnectedFacetRangeAboveBelowContext.above(T max) |
FacetRangeAboveContext<T> |
ConnectedFacetRangeEndContext.above(T max) |
FacetRangeAboveContext<T> |
ConnectedFacetRangeAboveContext.excludeLimit() |
Copyright © 2006–2014 Hibernate. All rights reserved.