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 |
---|---|
MoreLikeThisOpenedMatchingContext |
MoreLikeThisOpenedMatchingContext.andField(String fieldname)
Add one field to the fields selected to match the content.
|
MoreLikeThisOpenedMatchingContext |
MoreLikeThisContext.comparingField(String fieldName)
Match the content using the selected field of the entity.
|
MoreLikeThisOpenedMatchingContext |
MoreLikeThisContext.comparingFields(String... fieldNames)
Match the content using the selected fields of the entity.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectedMoreLikeThisMatchingContext |
Modifier and Type | Method and Description |
---|---|
MoreLikeThisOpenedMatchingContext |
ConnectedMoreLikeThisMatchingContext.andField(String fieldname) |
MoreLikeThisOpenedMatchingContext |
ConnectedMoreLikeThisMatchingContext.boostedTo(float boost) |
MoreLikeThisOpenedMatchingContext |
ConnectedMoreLikeThisContext.comparingField(String fieldName) |
MoreLikeThisOpenedMatchingContext |
ConnectedMoreLikeThisContext.comparingFields(String... fieldNames) |
MoreLikeThisOpenedMatchingContext |
ConnectedMoreLikeThisMatchingContext.ignoreAnalyzer() |
MoreLikeThisOpenedMatchingContext |
ConnectedMoreLikeThisMatchingContext.ignoreFieldBridge() |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved