Searched refs:FullTextAnalyser (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/index_server/fulltext/
H A DFullTextAnalyser.h19 const char* kFullTextDirectory = "FullTextAnalyser";
22 class FullTextAnalyser : public FileAnalyser { class in inherits:FileAnalyser
24 FullTextAnalyser(BString name,
26 ~FullTextAnalyser();
H A DFullTextAnalyser.cpp8 #include "FullTextAnalyser.h"
24 # define STRACE(x...) printf("FullTextAnalyser: " x)
30 FullTextAnalyser::FullTextAnalyser(BString name, const BVolume& volume) function in class:FullTextAnalyser
48 FullTextAnalyser::~FullTextAnalyser()
55 FullTextAnalyser::InitCheck()
67 FullTextAnalyser::AnalyseEntry(const entry_ref& ref)
72 //STRACE("FullTextAnalyser AnalyseEntry: %s %s\n", ref.name, path.Path());
82 FullTextAnalyser
[all...]

Completed in 90 milliseconds