33 virtual int32_t
doc();
35 virtual int32_t
end();
#define LUCENE_CLASS(Name)
Definition LuceneObject.h:24
Utility template class to handle collections that can be safely copied and shared.
Definition Collection.h:17
An enumeration of span matches. Used to implement span searching. Each span represents a range of ter...
Definition Spans.h:17
Public for extension only.
Definition TermSpans.h:15
virtual Collection< ByteArray > getPayload()
Returns the payload data for the current span. This is invalid until next() is called for the first t...
TermPtr term
Definition TermSpans.h:24
virtual int32_t end()
Returns the end position of the current match. Initially invalid.
int32_t position
Definition TermSpans.h:28
TermPositionsPtr positions
Definition TermSpans.h:23
int32_t _doc
Definition TermSpans.h:25
int32_t freq
Definition TermSpans.h:26
virtual bool skipTo(int32_t target)
Skips to the first match beyond the current, whose document number is greater than or equal to target...
virtual int32_t doc()
Returns the document number of the current match. Initially invalid.
TermSpans(const TermPositionsPtr &positions, const TermPtr &term)
virtual int32_t start()
Returns the start position of the current match. Initially invalid.
virtual bool next()
Move to the next match, returning true if any such exists.
virtual String toString()
Returns a string representation of the object.
TermPositionsPtr getPositions()
int32_t count
Definition TermSpans.h:27
virtual bool isPayloadAvailable()
Checks if a payload can be loaded at this position.
Definition AbstractAllTermDocs.h:12
boost::shared_ptr< TermPositions > TermPositionsPtr
Definition LuceneTypes.h:243
boost::shared_ptr< Term > TermPtr
Definition LuceneTypes.h:233