Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/core/CLucene/index/SDocumentWriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ class SDocumentsWriter : public IDocumentsWriter {
const TermNumMapType &getBufferedDeleteTerms() override {_CLTHROW_NOT_IMPLEMENT}
bool updateDocument(Term *t, CL_NS(document)::Document *doc, CL_NS(analysis)::Analyzer *analyzer) override {_CLTHROW_NOT_IMPLEMENT}
bool bufferDeleteTerms(const CL_NS(util)::ArrayBase<Term *> *terms) override {_CLTHROW_NOT_IMPLEMENT}
int64_t getRAMUsed() override {_CLTHROW_NOT_IMPLEMENT}
int64_t getRAMUsed() override { return numBytesUsed; }
const std::vector<int32_t> *getBufferedDeleteDocIDs() override {_CLTHROW_NOT_IMPLEMENT}

bool hasProx() override;
Expand Down Expand Up @@ -854,4 +854,4 @@ class SDocumentsWriter : public IDocumentsWriter {
#define CLUCENE_END_OF_WORD 0x0

CL_NS_END
#endif
#endif
Loading