RE: Regarding filterquery

2011-04-13 Thread Joshua Bouchair
: Regarding filterquery Thanks for the reply Josh. And where should I make changes in ruby to add filters? Soumya On Wed, Apr 13, 2011 at 11:20 AM, Joshua Bouchair < joshuabouch...@wasserstrom.com> wrote: > Uncomment solrconfig.xml at the following location. > > > > Josh

RE: Regarding filterquery

2011-04-13 Thread Joshua Bouchair
Uncomment solrconfig.xml at the following location. Josh B. -Original Message- From: soumya rao [mailto:soumrao...@gmail.com] Sent: Wednesday, April 13, 2011 1:59 PM To: solr-user@lucene.apache.org Subject: Regarding filterquery Hi, I am a newbie to solr. I could see that the quer

RE: Indexing Question for large dataset

2011-04-13 Thread Joshua Bouchair
Name equals the product name. Each separate product can have 1 to n prices based upon pricelist. A single document represents that single product. 1 The product name. 1.00 0.99 0.98 0.85 2 The product name. 1.10

RE: Indexing Question for large dataset

2011-04-13 Thread Joshua Bouchair
Don't know of any other way to organize the documents. We need to have the specific price that belongs to the user, so I don't think that the facets would be the issue. The facet querying would be modified to the corresponding price list field for that user. Let's say the customer belongs to pri

Indexing Question for large dataset

2011-04-13 Thread Joshua Bouchair
We have an ecommerce application B2C/B2B with a large amount of price list that range into 2000+ and growing. They want to index price to have facets and sorting. That seems like that would be a lot of columns to index, example below: INDEX COLUMN: NamePrice PriceList1Price