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