Re: Removing old datas from index file

2010-05-20 Thread Ian Lea
> I need to learn whether there is a way to remove some records on indexed > files. Of course. See IndexReader and IndexWriter deleteXXX methods. > And is it rapid for removing some indexed file records Of course. > (For example clean old records whose created date's are less than a definite

Removing old datas from index file

2010-05-20 Thread ilkay polat
Hello; I need to learn whether there is a way to remove some records on indexed files. And is it rapid for removing some indexed file records (For example clean old records whose created date's are less than a definite day) . Thanks