org.hibernate.search.engine
Class DocumentExtractor
java.lang.Object
org.hibernate.search.engine.DocumentExtractor
public class DocumentExtractor
- extends Object
Helper class to extract EntityInfo
s out of the QueryHits
.
- Author:
- Emmanuel Bernard, John Griffin, Hardy Ferentschik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentExtractor
public DocumentExtractor(QueryHits queryHits,
SearchFactoryImplementor searchFactoryImplementor,
String[] projection,
Set<String> idFieldNames,
boolean allowFieldSelection)
extract
public EntityInfo extract(int index)
throws IOException
- Throws:
IOException