CLucene - a full-featured, c++ search engine
API Documentation
#include "Sort.h"#include "CLucene/util/PriorityQueue.h"Go to the source code of this file.
Classes | |
| class | lucene::search::FieldDoc |
| Expert: A ScoreDoc which also contains information about how to sort the referenced document. More... | |
| class | lucene::search::FieldDocSortedHitQueue |
| Expert: Collects sorted results from Searchable's and collates them. More... | |
| class | lucene::search::TopFieldDocs |
| Expert: Returned by low-level sorted search implementations. More... | |
Namespaces | |
| namespace | lucene |
todo: jlucene has change from using DocumentFieldList/Enumeration to using a java List. | |
| namespace | lucene::search |