[CLucene-dev] TermDocs methods

2011-08-06 Thread theorist
hello, what header file shall i include to get rid of this: request for member ‘next’ in ‘documents’, which is of non-class type ‘lucene::index::TermDocs*’ request for member ‘doc’ in ‘documents’, which is of non-class type ‘lucene::index::TermDocs*’ ? Terms.h has been already included.

[CLucene-dev] TermDocs methods

2011-08-06 Thread theorist
sorry, i just made a simple syntax error. now it works fine. -- BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super

[CLucene-dev] actual deletion of documents

2011-08-07 Thread theorist
hello, i can still read documents in my index which have been deleted with IndexModifier::deleteDocuments even after flushing, optimizing, closing the index and then reopening it with IndexReader. what's wrong? thanks.

Re: [CLucene-dev] actual deletion of documents

2011-08-08 Thread theorist
that's right! the filename field is tokenized. i have to use an untokenized one to delete documents. thank you! 08 августа 2011, 06:08 от Ben van Klinken bvanklin...@gmail.com: -- BlackBerryreg; DevCon Americas, Oct.