Re: Out of memory while creating indexes

2011-03-04 Thread Praveen Parameswaran
Hi , post.sh is using curl as I see , will that be helpful? On Fri, Mar 4, 2011 at 1:24 PM, Upayavira wrote: > post.jar is intended for demo purposes, not production use, so it > doesn;t surprise me you've managed to break it. > > Have you tried using curl to do the post? > > Upayavira > > On T

Re: Faceting

2011-02-21 Thread Praveen Parameswaran
d lowercase filters and use only > a whitespace tokenizer, more over you should search with the default > operator set to AND. > Then faceting over those field(s) will depend on those type settings. > You may find the following wiki page useful: > http://wiki.apache.org/solr/Analyze

Faceting

2011-02-21 Thread Praveen Parameswaran
Hi, Is it possible to have 100% accuracy for facet counts using solr ? Since this is for a product price comparison site I would need the search to return accurate results. for example if I search "sony lcd Tv" I do not want "sony Led Tv" to be returned int he results. Please let me know if this