|
| SegmentTermEnum () |
|
| SegmentTermEnum (const IndexInputPtr &i, const FieldInfosPtr &fis, bool isi) |
|
virtual | ~SegmentTermEnum () |
|
virtual String | getClassName () |
|
boost::shared_ptr< SegmentTermEnum > | shared_from_this () |
|
virtual LuceneObjectPtr | clone (const LuceneObjectPtr &other=LuceneObjectPtr()) |
| Return clone of this object. More...
|
|
void | seek (int64_t pointer, int64_t p, const TermPtr &t, const TermInfoPtr &ti) |
|
virtual bool | next () |
| Increments the enumeration to the next element. True if one exists. More...
|
|
int32_t | scanTo (const TermPtr &term) |
| Optimized scan, without allocating new terms. Return number of invocations to next(). More...
|
|
virtual TermPtr | term () |
| Returns the current Term in the enumeration. Initially invalid, valid after next() called for the first time. More...
|
|
TermPtr | prev () |
| Returns the previous Term enumerated. Initially null. More...
|
|
TermInfoPtr | termInfo () |
| Returns the current TermInfo in the enumeration. Initially invalid, valid after next() called for the first time. More...
|
|
void | termInfo (const TermInfoPtr &ti) |
| Sets the argument to the current TermInfo in the enumeration. Initially invalid, valid after next() called for the first time. More...
|
|
virtual int32_t | docFreq () |
| Returns the docFreq of the current Term in the enumeration. Initially invalid, valid after next() called for the first time. More...
|
|
int64_t | freqPointer () |
| Returns the freqPointer from the current TermInfo in the enumeration. Initially invalid, valid after next() called for the first time. More...
|
|
int64_t | proxPointer () |
| Returns the proxPointer from the current TermInfo in the enumeration. Initially invalid, valid after next() called for the first time. More...
|
|
virtual void | close () |
| Closes the enumeration to further activity, freeing resources. More...
|
|
virtual | ~LuceneObject () |
|
virtual void | initialize () |
| Called directly after instantiation to create objects that depend on this object being fully constructed. More...
|
|
virtual int32_t | hashCode () |
| Return hash code for this object. More...
|
|
virtual bool | equals (const LuceneObjectPtr &other) |
| Return whether two objects are equal. More...
|
|
virtual int32_t | compareTo (const LuceneObjectPtr &other) |
| Compare two objects. More...
|
|
virtual String | toString () |
| Returns a string representation of the object. More...
|
|
virtual | ~LuceneSync () |
|
virtual SynchronizePtr | getSync () |
| Return this object synchronize lock. More...
|
|
virtual LuceneSignalPtr | getSignal () |
| Return this object signal. More...
|
|
virtual void | lock (int32_t timeout=0) |
| Lock this object using an optional timeout. More...
|
|
virtual void | unlock () |
| Unlock this object. More...
|
|
virtual bool | holdsLock () |
| Returns true if this object is currently locked by current thread. More...
|
|
virtual void | wait (int32_t timeout=0) |
| Wait for signal using an optional timeout. More...
|
|
virtual void | notifyAll () |
| Notify all threads waiting for signal. More...
|
|