Hello Everyone,
I drop that question for serval days ago without response. It could be
really great if you could send me an example for the hitcollector.
Apart from that i noticed that I'm not able to delete document from index
via parallelreader.I'm using a parallelreader to hold on two indicies. There
have to be updated everyday. When I'm performing a deletion e.g.
parallelreader.delete(New Term("ID","100)), the documents are still there.
When i do the some with normal indexreader e.g. indexreader.delete(New
Term("ID","100)) it works.
Many thanks for your help ;-))