Re: SolrJ commit options

2010-03-05 Thread gunjan_versata
But can anyone explain me the use of these parameters.. I have read upon it.. what i could not understand was.. if can i set both the params to false, after how much time will my changes start reflecting? -- View this message in context: http://old.nabble.com/SolrJ-commit-options-tp27714405p27

SolrJ commit options

2010-02-25 Thread gunjan_versata
Hi, We are using SolrJ to handle commits to our solr server.. All runs fine.. But whenever the commit happens, the server becomes slow and stops responding.. therby resulting in TimeOut errors on our production. We are using the default commit with waitFlush = true, waitSearcher = true... Can I

using bq with standard request handler

2010-01-24 Thread gunjan_versata
Hi all, I am using a query like: http://localhost:8080/solr/select?q=product_category:Grocery&fq=in_stock:true&debugQuery=true&; sort=display_priority+desc,prop_l_price+asc To first sort on display_priority and then on price.. Is it possible to use display_priority/price fields in bq itself to

Re: Meaning of this error: Failure to meet condition(s) of required/prohibited clause(s)???

2010-01-07 Thread gunjan_versata
> part of your problem (try text type if so). > > If this is irrelevant, please show us the relevant parts > of your schema and the query you're submitting... > > Erick > > On Thu, Jan 7, 2010 at 6:17 AM, gunjan_versata > wrote: > >> >> >> Hi

Meaning of this error: Failure to meet condition(s) of required/prohibited clause(s)???

2010-01-07 Thread gunjan_versata
Hi All, i have a document indexed in solr, which is as follow : P-E-HE-Philips-32PFL5409-98-Black-32 Philips LCD TVs Philips 32PFL5409-98 32" LCDTV withPixel Plus HD (Black,32) now when i search for lcd tvs, i dont the above doc in search results.. on doing explain other, i got the foll

Re: solr 1.4: multi-select for statscomponent

2009-12-05 Thread gunjan_versata
Is there any update on this requirement?? Britske wrote: > > Is there way to exclude filters from a stats field, like it is possible to > exclude filters from a facet.field? It didn't work for me. > > i.e: I have a field price, and although I filter on price, I would like to > be able to get

Re: Behavior of filter query

2009-12-03 Thread gunjan_versata
Guess I found the problem.. By using fq=%2B bla blo seems to be fixing the problem... Can anyone tell me why is it necessary? also, which query is the best amongst all? -Gunjan gunjan_versata wrote: > > Hi, > > I am working on SOLR 1.4. And am trying to implement the

Behavior of filter query

2009-12-03 Thread gunjan_versata
Hi, I am working on SOLR 1.4. And am trying to implement the multi select feature on my site. I dont want the faceting counts but only results. I tried diff variations in my query : They are: http://localhost:8080/solr/select?q=*:*&fq=product_category:Mobiles+%2Bproperty_make:(Nokia%20OR%20Son