Lucene++ - a full-featured, c++ search engine
API Documentation


 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Namespaces | Constant Groups
IndexDeletionPolicy.h File Reference
#include "LuceneObject.h"

Go to the source code of this file.

Data Structures

class  Lucene::IndexDeletionPolicy
 Policy for deletion of stale index commits. Implement this interface, and pass it to one of the IndexWriter or IndexReader constructors, to customize when older point-in-time commits are deleted from the index directory. The default deletion policy is KeepOnlyLastCommitDeletionPolicy, which always removes old commits as soon as a new commit is done (this matches the behavior before 2.2). More...
 

Namespaces

 Lucene
 

Constant Groups

 Lucene
 

clucene.sourceforge.net