F
- The type of the value.public interface LuceneFieldContributor<F>
Modifier and Type | Method and Description |
---|---|
void |
contribute(String absoluteFieldPath,
F value,
Consumer<IndexableField> collector)
Contribute Lucene fields to the collector.
|
void contribute(String absoluteFieldPath, F value, Consumer<IndexableField> collector)
absoluteFieldPath
- The absolute path of the field.value
- The value.collector
- The collector to which the fields are contributing.Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.