Uses of Interface
org.hibernate.search.query.engine.spi.DocumentExtractor

Packages that use DocumentExtractor
org.hibernate.search.query.engine.impl   
org.hibernate.search.query.engine.spi   
org.hibernate.search.query.hibernate.impl   
 

Uses of DocumentExtractor in org.hibernate.search.query.engine.impl
 

Classes in org.hibernate.search.query.engine.impl that implement DocumentExtractor
 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.
 

Methods in org.hibernate.search.query.engine.impl that return DocumentExtractor
 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.
 

Uses of DocumentExtractor in org.hibernate.search.query.engine.spi
 

Methods in org.hibernate.search.query.engine.spi that return DocumentExtractor
 DocumentExtractor HSQuery.queryDocumentExtractor()
          Execute the Lucene query and return a traversable object over the results.
 

Uses of DocumentExtractor in org.hibernate.search.query.hibernate.impl
 

Constructors in org.hibernate.search.query.hibernate.impl with parameters of type DocumentExtractor
ScrollableResultsImpl(int fetchSize, DocumentExtractor extractor, Loader loader, SessionImplementor sessionImplementor)
           
 



Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved