Save This Page
Home » hibernate-search-src-20081106 » org.hibernate » search » engine » [javadoc | source]
org.hibernate.search.engine
public class: DocumentExtractor [javadoc | source]
java.lang.Object
   org.hibernate.search.engine.DocumentExtractor
Constructor:
 public DocumentExtractor(Query preparedQuery,
    IndexSearcher searcher,
    SearchFactoryImplementor searchFactoryImplementor,
    String projection) 
Method from org.hibernate.search.engine.DocumentExtractor Summary:
extract
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.search.engine.DocumentExtractor Detail:
 public EntityInfo extract(Hits hits,
    int index) throws IOException