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 |
---|---|
MoreLikeThisContext |
MoreLikeThisContext.excludeEntityUsedForComparison()
Exclude the entity used for comparison from the results
|
MoreLikeThisContext |
MoreLikeThisContext.favorSignificantTermsWithFactor(float factor)
Boost significant terms relative to their scores.
|
MoreLikeThisContext |
QueryBuilder.moreLikeThis()
Build a query matching resembling content.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectedMoreLikeThisContext |
Modifier and Type | Method and Description |
---|---|
MoreLikeThisContext |
ConnectedMoreLikeThisContext.boostedTo(float boost) |
MoreLikeThisContext |
ConnectedMoreLikeThisContext.excludeEntityUsedForComparison() |
MoreLikeThisContext |
ConnectedMoreLikeThisContext.favorSignificantTermsWithFactor(float factor) |
MoreLikeThisContext |
ConnectedMoreLikeThisContext.filteredBy(Filter filter) |
MoreLikeThisContext |
ConnectedQueryBuilder.moreLikeThis() |
MoreLikeThisContext |
ConnectedMoreLikeThisContext.withConstantScore() |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved