On Jan 31, 2008 10:26 AM, Jörg Kiegeland <[EMAIL PROTECTED]> wrote:
> > I guess you can try specifying your search as a filter query e.g.
> > q=blabla&fq=X:"blabla", which will give back only the exact match.
> >
> I tried this syntax in may Firefox URL field, however seems not to help.
> How do I specify a filter query with Solrj (i.e. using SolrQuery)?

You could index special start and end tokens before and after the
field value, and then use those values in a phrase query.

So index something like _start_ blabla _end_
and then search for "_start_ blabla _end_"

Reply via email to