Home
last modified time | relevance | path

Searched defs:deleteDocuments (Results 1 – 17 of 17) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/tools/assistant/lib/fulltextsearch/
H A Dqindexreader.cpp139 qint32 QCLuceneIndexReader::deleteDocuments(const QCLuceneTerm &term) in deleteDocuments() function in QCLuceneIndexReader
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/clucene/src/CLucene/index/
H A DIndexModifier.cpp105 int32_t IndexModifier::deleteDocuments(Term* term) { in deleteDocuments() function in IndexModifier
H A DIndexReader.cpp428 int32_t IndexReader::deleteDocuments(Term* term) in deleteDocuments() function in IndexReader
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/index/
H A DIndexModifier.cpp122 int32_t IndexModifier::deleteDocuments(Term* term) { in deleteDocuments() function in IndexModifier
H A DIndexReader.cpp354 int32_t IndexReader::deleteDocuments(Term* term) { in deleteDocuments() function in IndexReader
H A DIndexWriter.cpp708 void IndexWriter::deleteDocuments(Term* term) { in deleteDocuments() function in IndexWriter
720 void IndexWriter::deleteDocuments(const ArrayBase<Term*>* terms) { in deleteDocuments() function in IndexWriter
/dports/www/ilias6/ILIAS-6.14/Services/Accessibility/classes/Document/
H A Dclass.ilAccessibilityDocumentGUI.php323 protected function deleteDocuments() : void function in ilAccessibilityDocumentGUI
/dports/www/ilias/ILIAS-5.4.25/Services/TermsOfService/classes/Document/
H A Dclass.ilTermsOfServiceDocumentGUI.php398 protected function deleteDocuments() function in ilTermsOfServiceDocumentGUI
/dports/www/ilias6/ILIAS-6.14/Services/TermsOfService/classes/Document/
H A Dclass.ilTermsOfServiceDocumentGUI.php398 protected function deleteDocuments() : void function in ilTermsOfServiceDocumentGUI
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/repl/
H A Dstorage_interface_mock.h205 StatusWith<std::vector<BSONObj>> deleteDocuments(OperationContext* opCtx, in deleteDocuments() function
H A Dstorage_interface_impl.cpp682 StatusWith<std::vector<BSONObj>> StorageInterfaceImpl::deleteDocuments( in deleteDocuments() function in mongo::repl::StorageInterfaceImpl
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DIndexReader.cpp226 int32_t IndexReader::deleteDocuments(const TermPtr& term) { in deleteDocuments() function in Lucene::IndexReader
H A DIndexWriter.cpp941 void IndexWriter::deleteDocuments(const TermPtr& term) { in deleteDocuments() function in Lucene::IndexWriter
953 void IndexWriter::deleteDocuments(Collection<TermPtr> terms) { in deleteDocuments() function in Lucene::IndexWriter
965 void IndexWriter::deleteDocuments(const QueryPtr& query) { in deleteDocuments() function in Lucene::IndexWriter
973 void IndexWriter::deleteDocuments(Collection<QueryPtr> queries) { in deleteDocuments() function in Lucene::IndexWriter
/dports/textproc/redisearch/RediSearch-2.2.5/src/
H A Dredis_index.c478 int Redis_DropIndex(RedisSearchCtx *ctx, int deleteDocuments) { in Redis_DropIndex()
/dports/textproc/redisearch16/RediSearch-1.6.16/src/
H A Dredis_index.c463 int Redis_DropIndex(RedisSearchCtx *ctx, int deleteDocuments, int deleteSpecKey) { in Redis_DropIndex()
/dports/textproc/redisearch20/RediSearch-2.0.15/src/
H A Dredis_index.c478 int Redis_DropIndex(RedisSearchCtx *ctx, int deleteDocuments) { in Redis_DropIndex()
/dports/deskutils/pinot/pinot-1.20/IndexSearch/Xapian/
H A DXapianIndex.cpp1032 bool XapianIndex::deleteDocuments(const string &term) in deleteDocuments() function in XapianIndex