| Interface | Description |
|---|---|
| LuceneQueryTranslator |
Implementations translate Lucene queries into other backend-specific representions.
|
| Class | Description |
|---|---|
| AbstractHSQuery |
Base class for
HSQuery implementations, exposing basic state needed by all implementations. |
| DocumentExtractorImpl |
DocumentExtractor is a traverser over the full-text results (EntityInfo)
This operation is as lazy as possible:
- the query is executed eagerly
- results are not retrieved until actually requested
#getFirstIndex and #getMaxIndex define the boundaries available to #extract.
|
| EntityInfoImpl |
Wrapper class describing the loading of an element.
|
| FacetManagerImpl |
Default implementation of the
FacetManager implementation. |
| FieldNameCollector |
Helper class to extract field names from the Lucene queries taking query types into account.
|
| FieldNameCollector.FieldCollection | |
| LazyQueryState | |
| LuceneHSQuery | |
| QueryHits |
A helper class which gives access to the current query and its hits.
|
| QueryHits.FacetComparator | |
| ReusableDocumentStoredFieldVisitor |
Inspired by Lucene's DocumentStoredFieldVisitor, with the difference that we want
to reuse the same FieldVisitor to load multiple Document instances.
|
| SortConfigurations |
Provides information about the sortable fields configured for given entities.
|
| SortConfigurations.Builder |
Collects the sortable fields configured for given entities.
|
| SortConfigurations.SortConfiguration |
Provides information about the sortable fields configured for one or more entities mapped to the same index.
|
| TimeoutManagerImpl |
Copyright © 2006–2016 Hibernate. All rights reserved.