7 #ifndef FIELDMASKINGSPANQUERY_H 8 #define FIELDMASKINGSPANQUERY_H 66 virtual String getField();
69 virtual void extractTerms(SetTerm terms);
74 virtual String toString(
const String& field);
76 virtual int32_t hashCode();
virtual String toString()
Prints a query to a string.
boost::shared_ptr< LuceneObject > LuceneObjectPtr
Definition: LuceneTypes.h:539
Wrapper to allow SpanQuery objects participate in composite single-field SpanQueries by 'lying' about...
Definition: FieldMaskingSpanQuery.h:52
boost::shared_ptr< Weight > WeightPtr
Definition: LuceneTypes.h:480
boost::shared_ptr< Searcher > SearcherPtr
Definition: LuceneTypes.h:434
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
String field
Definition: FieldMaskingSpanQuery.h:61
boost::shared_ptr< Similarity > SimilarityPtr
Definition: LuceneTypes.h:435