I need to delete entries from posting list. How to do it in Lucene 4.0? I need to do this to test different pruning algorithms.
Thanks in advance
ZP
There is a good pruning module that you can find here:
http://issues.apache.org/jira/browse/LUCENE-1812
http://issues.apache.org/jira/browse/LUCENE-2632
ZP