Re: Solr Data Config Queries per Field

2013-01-29 Thread O. Olson
Gora Mohanty-3 wrote > Yes, things should function as you describe, and no you should not > need any change in your schema from changing the DIH configuration > file. Please take a look at > http://wiki.apache.org/solr/SolrFacetingOverview#Facet_Indexing for > how best to define faceting fields. Al

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
Gora Mohanty-3 wrote > On 29 January 2013 22:42, O. Olson < > olson_ord@ > > 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: Categor

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