36 virtual String getField();
37 virtual void extractTerms(SetTerm terms);
38 virtual String toString(
const String& field);
44 virtual int32_t hashCode();
virtual String toString()
Prints a query to a string.
SpanQueryPtr exclude
Definition: SpanNotQuery.h:25
boost::shared_ptr< LuceneObject > LuceneObjectPtr
Definition: LuceneTypes.h:539
boost::shared_ptr< SpanQuery > SpanQueryPtr
Definition: LuceneTypes.h:450
boost::shared_ptr< Query > QueryPtr
Definition: LuceneTypes.h:420
boost::shared_ptr< IndexReader > IndexReaderPtr
Definition: LuceneTypes.h:157
boost::shared_ptr< Spans > SpansPtr
Definition: LuceneTypes.h:453
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12
Base class for span-based queries.
Definition: SpanQuery.h:15
Removes matches which overlap with another SpanQuery.
Definition: SpanNotQuery.h:15