Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
33 virtual String getField();
34 virtual void extractTerms(SetTerm terms);
37 virtual String toString(
const String& field);
39 virtual int32_t hashCode();
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
Matches the union of its clauses.
Definition: SpanOrQuery.h:15
String field
Definition: SpanOrQuery.h:25
Definition: AbstractAllTermDocs.h:12
boost::shared_ptr< IndexReader > IndexReaderPtr
Definition: LuceneTypes.h:157
boost::shared_ptr< Spans > SpansPtr
Definition: LuceneTypes.h:453
virtual String toString()
Prints a query to a string.
clucene.sourceforge.net