CLucene - a full-featured, c++ search engine
API Documentation
Expert: Every key in the internal cache is of this type. More...
#include <FieldCacheImpl.h>
Classes | |
| class | Compare |
| class | Equals |
Public Member Functions | |
| FileEntry (const TCHAR *field, int32_t type) | |
| Creates one of these objects. | |
| FileEntry (const TCHAR *field, SortComparatorSource *custom) | |
| Creates one of these objects for a custom comparator. | |
| ~FileEntry () | |
| int32_t | getType () const |
| bool | equals (FileEntry *other) const |
| Two of these are equal iff they reference the same field and type. | |
| size_t | hashCode () |
| Composes a hashcode based on the field and type. | |
| int32_t | compareTo (const FileEntry *other) const |
Expert: Every key in the internal cache is of this type.
| lucene::search::FieldCacheImpl::FileEntry::FileEntry | ( | const TCHAR * | field, | |
| int32_t | type | |||
| ) |
Creates one of these objects.
| lucene::search::FieldCacheImpl::FileEntry::FileEntry | ( | const TCHAR * | field, | |
| SortComparatorSource * | custom | |||
| ) |
Creates one of these objects for a custom comparator.
| lucene::search::FieldCacheImpl::FileEntry::~FileEntry | ( | ) |
| int32_t lucene::search::FieldCacheImpl::FileEntry::compareTo | ( | const FileEntry * | other | ) | const |
| bool lucene::search::FieldCacheImpl::FileEntry::equals | ( | FileEntry * | other | ) | const |
Two of these are equal iff they reference the same field and type.
| int32_t lucene::search::FieldCacheImpl::FileEntry::getType | ( | ) | const [inline] |
| size_t lucene::search::FieldCacheImpl::FileEntry::hashCode | ( | ) |
Composes a hashcode based on the field and type.
Referenced by lucene::search::FieldCacheImpl::FileEntry::Compare::operator()().