| Package | Description |
|---|---|
| org.hibernate.search.query.dsl |
Provide a domain specific language to write Lucene queries and create faceting requests.
|
| org.hibernate.search.query.engine.spi | |
| org.hibernate.search.query.facet |
This package contains the classes for the public faceting API.
|
| Class and Description |
|---|
| FacetingRequest
Faceting request interface.
|
| FacetSortOrder
Specifies the order in which the facets are returned.
|
| Class and Description |
|---|
| Facet
A single facet (field value and count).
|
| FacetingRequest
Faceting request interface.
|
| FacetSelection
Deprecated.
Support for facet selection ("drill-down") will be removed in Hibernate Search 6.
In order to drill-down and have your query return only specific facets,
wrap it in a
boolean query and
add a filter clause
to constraint values of the facet field with either a keyword query
or a range query.
See also this section of the migration guide. |
| Class and Description |
|---|
| Facet
A single facet (field value and count).
|
| FacetCombine
Defines how selected facets are combined.
|
| FacetSortOrder
Specifies the order in which the facets are returned.
|
Copyright © 2006-2023 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.