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

/haiku/src/add-ons/index_server/fulltext/
H A DFullTextAnalyser.h47 class FullTextAddOn : public IndexServerAddOn { class in inherits:IndexServerAddOn
49 FullTextAddOn(image_id id, const char* name);
H A DFullTextAnalyser.cpp140 FullTextAddOn::FullTextAddOn(image_id id, const char* name) function in class:FullTextAddOn
149 FullTextAddOn::CreateFileAnalyser(const BVolume& volume)
158 return new (std::nothrow)FullTextAddOn(id, name);

Completed in 74 milliseconds