RE: IndexWriter.deleteDocuments(Term) only deletes one at a time

2012-05-17 Thread Edward W. Rouse
gt; To: java-user@lucene.apache.org > Subject: IndexWriter.deleteDocuments(Term) only deletes one at a time > > Below is the relevant portion of the code were this occurs. I have a > test > index with 100 Documents that all have 1 Term that is the same across > all > Documents. When I run th

IndexWriter.deleteDocuments(Term) only deletes one at a time

2012-05-17 Thread Edward W. Rouse
Below is the relevant portion of the code were this occurs. I have a test index with 100 Documents that all have 1 Term that is the same across all Documents. When I run this code using that Term and the common value, it only deletes one document. Every time I rerun the code with the same values it