Re: Solr Data Config Queries per Field

2013-01-29 Thread O. Olson
://lucene.472066.n3.nabble.com/Solr-Data-Config-Queries-per-Field-tp4037092p4037189.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Data Config Queries per Field

2013-01-29 Thread Gora Mohanty
On 29 January 2013 23:34, O. Olson wrote: [...] > Thank you. Good call Gora, I forgot to mention about the query. I am trying > to query something like the following in the URL for the Example: > http://localhost:8983/solr/db/select > > ?q=&facet=true&facet.field=Category1 > > I expect the above q

Re: Solr Data Config Queries per Field

2013-01-29 Thread O. Olson
Printers (7), Fax Machines (11), LCD Monitors (3) (7 + 11 + 3 = 21). You suggest I create separate entities for each Category Level. Would this affect my schema? i.e. would the above queries work?? Thanks again Gora, O. O. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Data-Config-Queries-per-Field-tp4037092p4037118.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Data Config Queries per Field

2013-01-29 Thread Gora Mohanty
On 29 January 2013 22:42, O. Olson wrote: [...] > SQL Database Schema: > > Table: Prod_Table > Column 1: SKU <- ID/Primary Key > Column 2: Title > > Table: Cat_Table > Column 1: SKU <- Foreign Key > Column 2: CategoryLevel > Column 3: CategoryName > > Where CategoryLevel is 1, I would like to sav

Solr Data Config Queries per Field

2013-01-29 Thread O. Olson
where SKU='${Product.SKU}' AND CategoryLevel=3" How do I populate Category2 and Category3?? Thank you for all your help. O. O. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Data-Config-Queri