|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.search.engine.DocumentExtractor
public class DocumentExtractor
Helper class to extract EntityInfos out of the QueryHits.
| Constructor Summary | |
|---|---|
DocumentExtractor(QueryHits queryHits,
SearchFactoryImplementor searchFactoryImplementor,
java.lang.String[] projection,
java.util.Set<java.lang.String> idFieldNames,
boolean allowFieldSelection)
|
|
| Method Summary | |
|---|---|
EntityInfo |
extract(int index)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentExtractor(QueryHits queryHits,
SearchFactoryImplementor searchFactoryImplementor,
java.lang.String[] projection,
java.util.Set<java.lang.String> idFieldNames,
boolean allowFieldSelection)
| Method Detail |
|---|
public EntityInfo extract(int index)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||