Package | Description |
---|---|
org.hibernate.search.query.engine.impl | |
org.hibernate.search.query.engine.spi | |
org.hibernate.search.query.hibernate.impl |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
Modifier and Type | Method and Description |
---|---|
DocumentExtractor |
HSQueryImpl.queryDocumentExtractor()
DocumentExtractor returns a traverser over the full-text results (EntityInfo)
This operation is lazy bound:
- the query is executed
- results are not retrieved until actually requested
DocumentExtractor objects *must* be closed when the results are no longer traversed.
|
Modifier and Type | Method and Description |
---|---|
DocumentExtractor |
HSQuery.queryDocumentExtractor()
Execute the Lucene query and return a traversable object over the results.
|
Constructor and Description |
---|
ScrollableResultsImpl(int fetchSize,
DocumentExtractor extractor,
Loader loader,
SessionImplementor sessionImplementor) |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved