Re: Substring in filter query...

2009-05-26 Thread Shalin Shekhar Mangar
On Wed, May 27, 2009 at 6:07 AM, escher2k wrote: > > 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

Re: Substring in filter query (fq)...

2009-05-26 Thread Otis Gospodnetic
-- > From: escher2k > To: solr-user@lucene.apache.org > Sent: Tuesday, May 26, 2009 8:43:08 PM > Subject: Substring in filter query (fq)... > > > I have a requirement where I have to search a product catalog and filter on a > substring. I am > not sure if this is suppor

Substring in filter query (fq)...

2009-05-26 Thread escher2k
Timex EssentialsRoot 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

Substring in filter query...

2009-05-26 Thread escher2k
- Timex EssentialsRoot 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.