Thank you, i just checked in 5.1.

as facet fields has to be Strings and cannot be tockenized. is there any
way to search on case insensitive search on this field (not in a facet
filter scenario).

Regards,
Anil

On 18 February 2016 at 17:34, Upayavira <u...@odoko.co.uk> wrote:

> facet.contains=
>
> Beware that it is relatively new, so will only be in the latest few Solr
> releases.
>
> I think this was it [1], which suggests it is in 5.1+
>
> Upayavira
> [1] https://issues.apache.org/jira/browse/SOLR-1387
>
> On Thu, Feb 18, 2016, at 10:38 AM, Anil wrote:
> > HI ,
> >
> > Following are the facets in my use case
> >
> > CLOSED
> > IN PROCESS
> > RE PROCESS
> > OPEN
> >
> > i know facet.prefix returns returns the facets starting with it.
> >
> > i just want to check if any facet parameter is exist in current solr to
> > return facets on matching any word in the facet text ?
> >
> > Ex : PROCESS  must return IN PROCESS and RE PROCESS.
> >
> > This is can achivied by including it as query (<facet field> : *PROCESS*,
> > <facet field> : PROCESS). but it is little expensive.
> >
> > Regards,
> > Anil
>

Reply via email to