I have a requirement where I have to search a product catalog and filter on a
substring. I am
not sure if this is supported. Any help is appreciated. I have included the
use case below.

Example:
Root cat -> Digital -> Watch -> "Timex Essentials"
Root cat -> Men -> Accessories -> "Timex Essentials"

In the example above, we essentially have a product that is a part of two
separate hierarchies.
In the use case that I have, I want to index the following information -

Name                     Category
-----------------  -----------------------------------------
Timex Essentials    Root cat, Digital, Watch, Men, Accessories

The query I want to execute is-
q=Timex
fq=category:%Digital%

Thanks.
-- 
View this message in context: 
http://www.nabble.com/Substring-in-filter-query...-tp23733985p23733985.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to