Re: Double Quotes and TermQuery

2007-02-13 Thread karl wettin
13 feb 2007 kl. 19.47 skrev Rajesh parab: I am not using QueryParser in my application and constructing queries (TermQuery, RangeQuery, BooleanQuery, etc.) explicitly. But, it looks like double quotes are not working with TermQuery. For example: query = new TermQuery(new Term("location", "\"sa

Double Quotes and TermQuery

2007-02-13 Thread Rajesh parab
Hi Everyone, I understand that QueryParser allows searches using double quote characters. I was wondering if the double quote will also work with TermQuery. I am not using QueryParser in my application and constructing queries (TermQuery, RangeQuery, BooleanQuery, etc.) explicitly. But, it looks