Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
36 virtual String getField();
37 virtual void extractTerms(SetTerm terms);
38 virtual String toString(
const String& field);
44 virtual int32_t hashCode();
boost::shared_ptr< SpanQuery > SpanQueryPtr
Definition: LuceneTypes.h:450
Base class for span-based queries.
Definition: SpanQuery.h:15
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
boost::shared_ptr< LuceneObject > LuceneObjectPtr
Definition: LuceneTypes.h:539
boost::shared_ptr< Query > QueryPtr
Definition: LuceneTypes.h:420
Removes matches which overlap with another SpanQuery.
Definition: SpanNotQuery.h:15
Definition: AbstractAllTermDocs.h:12
boost::shared_ptr< IndexReader > IndexReaderPtr
Definition: LuceneTypes.h:157
SpanQueryPtr exclude
Definition: SpanNotQuery.h:25
boost::shared_ptr< Spans > SpansPtr
Definition: LuceneTypes.h:453
virtual String toString()
Prints a query to a string.
clucene.sourceforge.net