Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef CACHINGWRAPPERFILTER_H
8 #define CACHINGWRAPPERFILTER_H
30 enum DeletesMode { DELETES_IGNORE, DELETES_RECACHE, DELETES_DYNAMIC };
62 virtual String toString();
64 virtual int32_t hashCode();
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
boost::shared_ptr< Filter > FilterPtr
Definition: LuceneTypes.h:358
boost::shared_ptr< LuceneObject > LuceneObjectPtr
Definition: LuceneTypes.h:539
FilterCachePtr cache
A Filter cache.
Definition: CachingWrapperFilter.h:51
int32_t hitCount
Definition: CachingWrapperFilter.h:46
Definition: AbstractAllTermDocs.h:12
boost::shared_ptr< IndexReader > IndexReaderPtr
Definition: LuceneTypes.h:157
DeletesMode
Specifies how new deletions against a reopened reader should be handled.
Definition: CachingWrapperFilter.h:30
boost::shared_ptr< DocIdSet > DocIdSetPtr
Definition: LuceneTypes.h:323
int32_t missCount
Definition: CachingWrapperFilter.h:47
Abstract base class for restricting which documents may be returned during searching.
Definition: Filter.h:15
boost::shared_ptr< FilterCache > FilterCachePtr
Definition: LuceneTypes.h:359
Wraps another filter's result and caches it. The purpose is to allow filters to simply filter,...
Definition: CachingWrapperFilter.h:16
clucene.sourceforge.net