Lucene++ - a full-featured, c++ search engine
API Documentation
Implement this class to plug into the TermsHash processor, which inverts & stores Tokens into a hash table and provides an API for writing bytes into multiple streams for each unique Token. More...
#include <TermsHashConsumerPerField.h>
Inheritance diagram for Lucene::TermsHashConsumerPerField:Public Member Functions | |
| virtual | ~TermsHashConsumerPerField () |
| virtual String | getClassName () |
| boost::shared_ptr< TermsHashConsumerPerField > | shared_from_this () |
| virtual bool | start (Collection< FieldablePtr > fields, int32_t count)=0 |
| virtual void | finish ()=0 |
| virtual void | skippingLongTerm ()=0 |
| virtual void | start (const FieldablePtr &field)=0 |
| virtual void | newTerm (const RawPostingListPtr &p)=0 |
| virtual void | addTerm (const RawPostingListPtr &p)=0 |
| virtual int32_t | getStreamCount ()=0 |
Public Member Functions inherited from Lucene::LuceneObject | |
| virtual | ~LuceneObject () |
| virtual void | initialize () |
| Called directly after instantiation to create objects that depend on this object being fully constructed. More... | |
| virtual LuceneObjectPtr | clone (const LuceneObjectPtr &other=LuceneObjectPtr()) |
| Return clone of this object. 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... | |
Public Member Functions inherited from Lucene::LuceneSync | |
| 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... | |
Static Public Member Functions | |
| static String | _getClassName () |
Additional Inherited Members | |
Protected Member Functions inherited from Lucene::LuceneObject | |
| LuceneObject () | |
Protected Attributes inherited from Lucene::LuceneSync | |
| SynchronizePtr | objectLock |
| LuceneSignalPtr | objectSignal |
Implement this class to plug into the TermsHash processor, which inverts & stores Tokens into a hash table and provides an API for writing bytes into multiple streams for each unique Token.
|
virtual |
|
inlinestatic |
|
pure virtual |
Implemented in Lucene::FreqProxTermsWriterPerField, and Lucene::TermVectorsTermsWriterPerField.
|
pure virtual |
Implemented in Lucene::FreqProxTermsWriterPerField, and Lucene::TermVectorsTermsWriterPerField.
|
inlinevirtual |
Reimplemented in Lucene::FreqProxTermsWriterPerField, and Lucene::TermVectorsTermsWriterPerField.
|
pure virtual |
Implemented in Lucene::FreqProxTermsWriterPerField, and Lucene::TermVectorsTermsWriterPerField.
|
pure virtual |
Implemented in Lucene::FreqProxTermsWriterPerField, and Lucene::TermVectorsTermsWriterPerField.
|
inline |
|
pure virtual |
Implemented in Lucene::FreqProxTermsWriterPerField, and Lucene::TermVectorsTermsWriterPerField.
|
pure virtual |
Implemented in Lucene::FreqProxTermsWriterPerField, and Lucene::TermVectorsTermsWriterPerField.
|
pure virtual |
Implemented in Lucene::FreqProxTermsWriterPerField, and Lucene::TermVectorsTermsWriterPerField.