Lucene++ - a full-featured, c++ search engine
API Documentation
Used by DocumentsWriter to merge the postings from multiple ThreadStates when creating a segment. More...
#include <FreqProxFieldMergeState.h>
Inheritance diagram for Lucene::FreqProxFieldMergeState:Public Member Functions | |
| FreqProxFieldMergeState (const FreqProxTermsWriterPerFieldPtr &field) | |
| virtual | ~FreqProxFieldMergeState () |
| virtual String | getClassName () |
| boost::shared_ptr< FreqProxFieldMergeState > | shared_from_this () |
| bool | nextTerm () |
| bool | nextDoc () |
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 () |
Data Fields | |
| FreqProxTermsWriterPerFieldPtr | field |
| int32_t | numPostings |
| CharBlockPoolPtr | charPool |
| Collection< RawPostingListPtr > | postings |
| FreqProxTermsWriterPostingListPtr | p |
| CharArray | text |
| int32_t | textOffset |
| ByteSliceReaderPtr | freq |
| ByteSliceReaderPtr | prox |
| int32_t | docID |
| int32_t | termFreq |
Protected Attributes | |
| int32_t | postingUpto |
Protected Attributes inherited from Lucene::LuceneSync | |
| SynchronizePtr | objectLock |
| LuceneSignalPtr | objectSignal |
Additional Inherited Members | |
Protected Member Functions inherited from Lucene::LuceneObject | |
| LuceneObject () | |
Used by DocumentsWriter to merge the postings from multiple ThreadStates when creating a segment.
| Lucene::FreqProxFieldMergeState::FreqProxFieldMergeState | ( | const FreqProxTermsWriterPerFieldPtr & | field | ) |
|
virtual |
|
inlinestatic |
|
inlinevirtual |
| bool Lucene::FreqProxFieldMergeState::nextDoc | ( | ) |
| bool Lucene::FreqProxFieldMergeState::nextTerm | ( | ) |
|
inline |
| CharBlockPoolPtr Lucene::FreqProxFieldMergeState::charPool |
| int32_t Lucene::FreqProxFieldMergeState::docID |
| FreqProxTermsWriterPerFieldPtr Lucene::FreqProxFieldMergeState::field |
| ByteSliceReaderPtr Lucene::FreqProxFieldMergeState::freq |
| int32_t Lucene::FreqProxFieldMergeState::numPostings |
| FreqProxTermsWriterPostingListPtr Lucene::FreqProxFieldMergeState::p |
| Collection<RawPostingListPtr> Lucene::FreqProxFieldMergeState::postings |
|
protected |
| ByteSliceReaderPtr Lucene::FreqProxFieldMergeState::prox |
| int32_t Lucene::FreqProxFieldMergeState::termFreq |
| CharArray Lucene::FreqProxFieldMergeState::text |
| int32_t Lucene::FreqProxFieldMergeState::textOffset |