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 |
---|---|
AllContext |
QueryBuilder.all()
Query matching all documents (typically mixed with a boolean query).
|
AllContext |
AllContext.except(Query... queriesMatchingExcludedDocuments)
Exclude the documents matching these queries
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectedAllContext |
Modifier and Type | Method and Description |
---|---|
AllContext |
ConnectedQueryBuilder.all() |
AllContext |
ConnectedAllContext.boostedTo(float boost) |
AllContext |
ConnectedAllContext.except(Query... queriesMatchingExcludedDocuments) |
AllContext |
ConnectedAllContext.filteredBy(Filter filter) |
AllContext |
ConnectedAllContext.withConstantScore() |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved