org.hibernate.search.query.engine.spi
public interface DocumentExtractor
getFirstIndex()
and getMaxIndex()
define the boundaries available to extract(int)
.
DocumentExtractor objects *must* be closed when the results are no longer traversed. See close()
Modifier and Type | Method and Description |
---|---|
void |
close() |
EntityInfo |
extract(int index) |
int |
getFirstIndex() |
int |
getMaxIndex() |
org.apache.lucene.search.TopDocs |
getTopDocs() |
EntityInfo extract(int index) throws IOException
IOException
int getFirstIndex()
int getMaxIndex()
void close()
org.apache.lucene.search.TopDocs getTopDocs()
Copyright © 2006–2015 Hibernate. All rights reserved.