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