Lucene++ - a full-featured, c++ search engine
API Documentation
#include <DirectoryReader.h>
Public Member Functions | |
ReaderCommit (const SegmentInfosPtr &infos, const DirectoryPtr &dir) | |
virtual | ~ReaderCommit () |
virtual String | getClassName () |
boost::shared_ptr< ReaderCommit > | shared_from_this () |
virtual String | toString () |
Returns a string representation of the object. | |
virtual bool | isOptimized () |
Returns true if this commit is an optimized index. | |
virtual String | getSegmentsFileName () |
Two IndexCommits are equal if both their Directory and versions are equal. | |
virtual HashSet< String > | getFileNames () |
Returns all index files referenced by this commit point. | |
virtual DirectoryPtr | getDirectory () |
Returns the Directory for the index. | |
virtual int64_t | getVersion () |
Returns the version for this IndexCommit. | |
virtual int64_t | getGeneration () |
Returns the generation (the _N in segments_N) for this IndexCommit. | |
virtual bool | isDeleted () |
virtual MapStringString | getUserData () |
Returns userData, previously passed to IndexWriter#commit(Map) for this commit. | |
virtual void | deleteCommit () |
Delete this commit point. This only applies when using the commit point in the context of IndexWriter's IndexDeletionPolicy. | |
![]() | |
virtual | ~IndexCommit () |
boost::shared_ptr< IndexCommit > | shared_from_this () |
virtual bool | equals (const LuceneObjectPtr &other) |
Two IndexCommits are equal if both their Directory and versions are equal. | |
virtual int32_t | hashCode () |
Return hash code for this object. | |
virtual int64_t | getTimestamp () |
Convenience method that returns the last modified time of the segments_N file corresponding to this index commit, equivalent to getDirectory()->fileModified(getSegmentsFileName()). | |
![]() | |
virtual | ~LuceneObject () |
virtual void | initialize () |
Called directly after instantiation to create objects that depend on this object being fully constructed. | |
virtual LuceneObjectPtr | clone (const LuceneObjectPtr &other=LuceneObjectPtr()) |
Return clone of this object. | |
virtual int32_t | compareTo (const LuceneObjectPtr &other) |
Compare two objects. | |
![]() | |
virtual | ~LuceneSync () |
virtual SynchronizePtr | getSync () |
Return this object synchronize lock. | |
virtual LuceneSignalPtr | getSignal () |
Return this object signal. | |
virtual void | lock (int32_t timeout=0) |
Lock this object using an optional timeout. | |
virtual void | unlock () |
Unlock this object. | |
virtual bool | holdsLock () |
Returns true if this object is currently locked by current thread. | |
virtual void | wait (int32_t timeout=0) |
Wait for signal using an optional timeout. | |
virtual void | notifyAll () |
Notify all threads waiting for signal. | |
Static Public Member Functions | |
static String | _getClassName () |
![]() | |
static String | _getClassName () |
Protected Attributes | |
String | segmentsFileName |
HashSet< String > | files |
DirectoryPtr | dir |
int64_t | generation |
int64_t | version |
bool | _isOptimized |
MapStringString | userData |
![]() | |
SynchronizePtr | objectLock |
LuceneSignalPtr | objectSignal |
Additional Inherited Members | |
![]() | |
LuceneObject () | |
Lucene::ReaderCommit::ReaderCommit | ( | const SegmentInfosPtr & | infos, |
const DirectoryPtr & | dir | ||
) |
|
virtual |
|
inlinestatic |
|
virtual |
Delete this commit point. This only applies when using the commit point in the context of IndexWriter's IndexDeletionPolicy.
Upon calling this, the writer is notified that this commit point should be deleted.
Decision that a commit-point should be deleted is taken by the IndexDeletionPolicy
in effect and therefore this should only be called by its onInit()
or onCommit()
methods.
Implements Lucene::IndexCommit.
|
inlinevirtual |
Reimplemented from Lucene::IndexCommit.
|
virtual |
Returns the Directory
for the index.
Implements Lucene::IndexCommit.
|
virtual |
Returns all index files referenced by this commit point.
Implements Lucene::IndexCommit.
|
virtual |
Returns the generation (the _N in segments_N) for this IndexCommit.
Implements Lucene::IndexCommit.
|
virtual |
Two IndexCommits are equal if both their Directory and versions are equal.
Implements Lucene::IndexCommit.
|
virtual |
Returns userData, previously passed to IndexWriter#commit(Map)
for this commit.
Implements Lucene::IndexCommit.
|
virtual |
Returns the version for this IndexCommit.
Implements Lucene::IndexCommit.
|
virtual |
Implements Lucene::IndexCommit.
|
virtual |
Returns true if this commit is an optimized index.
Implements Lucene::IndexCommit.
|
inline |
|
virtual |
Returns a string representation of the object.
Reimplemented from Lucene::LuceneObject.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |