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                        (search name field)
fq=category:%Digital% (filter on category field)

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

Reply via email to