Lucene++ - a full-featured, c++ search engine
API Documentation
#include "FieldSelector.h"
Go to the source code of this file.
Data Structures | |
class | Lucene::MapFieldSelector |
A FieldSelector based on a Map of field names to FieldSelectorResult s. More... | |
Namespaces | |
namespace | Lucene |
Typedefs | |
typedef HashMap< String, FieldSelector::FieldSelectorResult > | Lucene::MapStringFieldSelectorResult |