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 |
---|---|
RangeMatchingContext |
RangeMatchingContext.andField(String field)
field / property the term query is executed on
|
RangeMatchingContext |
RangeContext.onField(String fieldName) |
Modifier and Type | Class and Description |
---|---|
class |
ConnectedRangeMatchingContext |
Modifier and Type | Method and Description |
---|---|
RangeMatchingContext |
ConnectedRangeMatchingContext.andField(String field) |
RangeMatchingContext |
ConnectedRangeMatchingContext.boostedTo(float boost) |
RangeMatchingContext |
ConnectedRangeMatchingContext.ignoreAnalyzer() |
RangeMatchingContext |
ConnectedRangeMatchingContext.ignoreFieldBridge() |
RangeMatchingContext |
ConnectedRangeMatchingContext.withFieldBridge(FieldBridge fieldBridge) |
Copyright © 2006–2016 Hibernate. All rights reserved.