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
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