Package org.hibernate.search.backend.lucene.search.extraction.impl
package org.hibernate.search.backend.lucene.search.extraction.impl
-
ClassesClassDescriptionRegroups information about the data used as input of extraction (projections or aggregations): collectors, stored fields, nested document IDs, ...Inspired by Lucene's DocumentStoredFieldVisitor, with the difference that we want to reuse the same FieldVisitor to load multiple Document instances.