Re: query question

2007-08-18 Thread Mohammad Norouzi
Erick, I am using WhitespaceAnalyzer, and yes it's mixed case, in my application I never change the entered information to lowercase because of some reasons, the thing that I didn't consider was the punctuation in the indexes, but in query I didn't use any punctuation. now using Luke, when I put

Re: Deleting the result from a query or a filter and not a documents specified by Term

2007-08-18 Thread Chris Hostetter
: 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 the simplest approach that will work i

Re: Deleting the result from a query or a filter and not a documents specified by Term

2007-08-18 Thread Abu Abdulla alhanbali
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: IndexerRea

Re: Deleting the result from a query or a filter and not a documents specified by Term

2007-08-18 Thread Erick Erickson
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 her

Re: query question

2007-08-18 Thread Erick Erickson
I think you'll get much farther much faster if you concentrate on a very simple test case for searching until you get the results you expect. It's particularly telling that you can't get your results from Luke. All the rest of your code is irrelevant until you get what you expect from Luke with a