FullTextAnalyser
FullTextAnalyser::LastEntry()
FullTextAnalyser::_InterestingEntry(const entry_ref& ref)
FullTextAnalyser::_IsInIndexDirectory(const entry_ref& ref)
return new (std::nothrow)FullTextAnalyser(Name(), volume);
FullTextAnalyser::FullTextAnalyser(BString name, const BVolume& volume)
FullTextAnalyser::~FullTextAnalyser()
FullTextAnalyser::InitCheck()
FullTextAnalyser::AnalyseEntry(const entry_ref& ref)
FullTextAnalyser::DeleteEntry(const entry_ref& ref)
FullTextAnalyser::MoveEntry(const entry_ref& oldRef, const entry_ref& newRef)
class FullTextAnalyser : public FileAnalyser {
FullTextAnalyser(BString name,
~FullTextAnalyser();