Re: Facet searching on single field with multiple words value

2007-06-21 Thread Steven Rowe
Hi Sawan, Sawan Sharma wrote: > Now, The problem occured when I passed the multiple words in term query. > e.g. > QueryFilter filter = new QueryFilter(new TermQuery(new Term(FieldName, > FieldValue))); > > where field name and field value dynamically getting. > here we take the example value. >

Facet searching on single field with multiple words value

2007-06-20 Thread Sawan Sharma
Hi friends, I tried to implement the facet searching in a sample code and when I tried it with various case and found no result in one case.I wanted to narrow by one field "title" and gave the multiple word or say phrase. So First, in this preparing the lucene query and converting it into QueryF