Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef MULTISEARCHER_H
8 #define MULTISEARCHER_H
40 virtual int32_t docFreq(
const TermPtr& term);
45 int32_t subSearcher(int32_t n);
48 int32_t subDoc(int32_t n);
50 virtual int32_t maxDoc();
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
boost::shared_ptr< Filter > FilterPtr
Definition: LuceneTypes.h:358
boost::shared_ptr< Term > TermPtr
Definition: LuceneTypes.h:233
boost::shared_ptr< Query > QueryPtr
Definition: LuceneTypes.h:420
An abstract base class for search implementations. Implements the main search methods.
Definition: Searcher.h:18
virtual TopFieldDocsPtr search(const QueryPtr &query, const FilterPtr &filter, int32_t n, const SortPtr &sort)
Search implementation with arbitrary sorting. Finds the top n hits for query, applying filter if non-...
int32_t _maxDoc
Definition: MultiSearcher.h:31
boost::shared_ptr< Document > DocumentPtr
Definition: LuceneTypes.h:74
Definition: AbstractAllTermDocs.h:12
boost::shared_ptr< Weight > WeightPtr
Definition: LuceneTypes.h:480
boost::shared_ptr< TopFieldDocs > TopFieldDocsPtr
Definition: LuceneTypes.h:474
boost::shared_ptr< Collector > CollectorPtr
Definition: LuceneTypes.h:295
boost::shared_ptr< TopDocs > TopDocsPtr
Definition: LuceneTypes.h:471
boost::shared_ptr< FieldSelector > FieldSelectorPtr
Definition: LuceneTypes.h:77
boost::shared_ptr< Sort > SortPtr
Definition: LuceneTypes.h:442
Collection< int32_t > starts
Definition: MultiSearcher.h:30
Implements search over a set of Searchables.
Definition: MultiSearcher.h:19
boost::shared_ptr< Explanation > ExplanationPtr
Definition: LuceneTypes.h:333
clucene.sourceforge.net