Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef SPANQUERYFILTER_H
8 #define SPANQUERYFILTER_H
39 virtual String toString();
41 virtual int32_t hashCode();
boost::shared_ptr< SpanQuery > SpanQueryPtr
Definition: LuceneTypes.h:450
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
boost::shared_ptr< LuceneObject > LuceneObjectPtr
Definition: LuceneTypes.h:539
boost::shared_ptr< SpanFilterResult > SpanFilterResultPtr
Definition: LuceneTypes.h:445
Abstract base class providing a mechanism to restrict searches to a subset of an index and also maint...
Definition: SpanFilter.h:21
Definition: AbstractAllTermDocs.h:12
boost::shared_ptr< IndexReader > IndexReaderPtr
Definition: LuceneTypes.h:157
Constrains search results to only match those which also match a provided query. Also provides positi...
Definition: SpanQueryFilter.h:20
boost::shared_ptr< DocIdSet > DocIdSetPtr
Definition: LuceneTypes.h:323
clucene.sourceforge.net