| Class | Description |
|---|---|
| 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 | |
| HSQueryImpl | |
| LazyQueryState | |
| 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.
|
| TimeoutManagerImpl |
Copyright © 2006–2015 Hibernate. All rights reserved.