Home
last modified time | relevance | path

Searched refs:fDataBasePath (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/index_server/fulltext/
H A DFullTextAnalyser.cpp39 fDataBasePath.SetTo(&dir); in FullTextAnalyser()
40 fDataBasePath.Append(kIndexServerDirectory); in FullTextAnalyser()
41 status_t status = fDataBasePath.Append(kFullTextDirectory); in FullTextAnalyser()
44 fWriteDataBase = new CLuceneWriteDataBase(fDataBasePath); in FullTextAnalyser()
57 if (fDataBasePath.InitCheck() != B_OK) in InitCheck()
58 return fDataBasePath.InitCheck(); in InitCheck()
130 if (BString(path.Path()).FindFirst(fDataBasePath.Path()) == 0) in _IsInIndexDirectory()
H A DCLuceneDataBase.cpp48 fDataBasePath(databasePath), in CLuceneWriteDataBase()
52 printf("CLuceneWriteDataBase fDataBasePath %s\n", fDataBasePath.Path()); in CLuceneWriteDataBase()
53 create_directory(fDataBasePath.Path(), 0755); in CLuceneWriteDataBase()
142 if (IndexReader::indexExists(fDataBasePath.Path())) in _OpenIndexWriter()
145 writer = new IndexWriter(fDataBasePath.Path(), in _OpenIndexWriter()
164 BEntry entry(fDataBasePath.Path(), NULL); in _OpenIndexReader()
170 if (!IndexReader::indexExists(fDataBasePath.Path())) in _OpenIndexReader()
173 reader = IndexReader::open(fDataBasePath.Path()); in _OpenIndexReader()
H A DFullTextAnalyser.h41 BPath fDataBasePath; variable
H A DCLuceneDataBase.h46 BPath fDataBasePath; variable