|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AllContext | |
|---|---|
| org.hibernate.search.query.dsl | Provide a domain specific language to write Lucene queries and create faceting requests. |
| org.hibernate.search.query.dsl.impl | |
| Uses of AllContext in org.hibernate.search.query.dsl |
|---|
| Methods in org.hibernate.search.query.dsl that return AllContext | |
|---|---|
AllContext |
QueryBuilder.all()
Query matching all documents (typically mixed with a boolean query). |
AllContext |
AllContext.except(org.apache.lucene.search.Query... queriesMatchingExcludedDocuments)
Exclude the documents matching these queries |
| Uses of AllContext in org.hibernate.search.query.dsl.impl |
|---|
| Classes in org.hibernate.search.query.dsl.impl that implement AllContext | |
|---|---|
class |
ConnectedAllContext
|
| Methods in org.hibernate.search.query.dsl.impl that return AllContext | |
|---|---|
AllContext |
ConnectedQueryBuilder.all()
|
AllContext |
ConnectedAllContext.boostedTo(float boost)
|
AllContext |
ConnectedAllContext.except(org.apache.lucene.search.Query... queriesMatchingExcludedDocuments)
|
AllContext |
ConnectedAllContext.filteredBy(org.apache.lucene.search.Filter filter)
|
AllContext |
ConnectedAllContext.withConstantScore()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||