sure. I have this filter that has this query:
(field1:query1 AND field2:query2) OR (field1:query3 AND field2:query4) I need to be able to delete the documents that are resulted from this query. The normal deleting method can delete only this query (field:query) which is resulted from: IndexerReader.deleteDocuments(new Term(field, query)); I do not know how to do it. Appreciate your help, On 8/18/07, Erick Erickson <[EMAIL PROTECTED]> wrote: > > I don't understand what you mean by that. Could you give a couple > of examples? > > Best > Erick > > On 8/18/07, Abu Abdulla alhanbali <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > Is there a way to delete the results from a query or a filter and not > > documents specified by Term. I have seen some explanations here but i do > > not > > know how to do it: > > > > > > > http://www.nabble.com/Batch-deletions-of-Records-from-index-tf615674.html#a1644740 > > > > Thanks in advanced > > >