Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef MAPFIELDSELECTOR_H
8 #define MAPFIELDSELECTOR_H
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
FieldSelectorResult
Provides information about what should be done with this Field.
Definition: FieldSelector.h:27
MapStringFieldSelectorResult fieldSelections
Definition: MapFieldSelector.h:29
MapFieldSelector(Collection< String > fields)
Create a MapFieldSelector.
A FieldSelector based on a Map of field names to FieldSelectorResults.
Definition: MapFieldSelector.h:17
Definition: AbstractAllTermDocs.h:12
MapFieldSelector(MapStringFieldSelectorResult fieldSelections)
Create a MapFieldSelector.
The FieldSelector allows one to make decisions about what Fields get loaded on a Document by IndexRea...
Definition: FieldSelector.h:16
HashMap< String, FieldSelector::FieldSelectorResult > MapStringFieldSelectorResult
Definition: MapFieldSelector.h:14
virtual FieldSelectorResult accept(const String &fieldName)
Load field according to its associated value in fieldSelections.
virtual ~MapFieldSelector()
clucene.sourceforge.net