SolrJ - CommonsHttpSolrServer

2010-10-01 Thread Christopher Gross
I have SolrJ working, but it is running slower than I'd like. The logger spits out a lot of things that make me feel like I don't have something configured quite right. Instead of holding on to the connection, I think that it closes it each time. I'd want it to stay open -- I'm trying to do a cl

Re: Retrieving the boost factor using Solrj CommonsHttpSolrServer

2009-08-20 Thread Chris Hostetter
: Subject: Retrieving the boost factor using Solrj CommonsHttpSolrServer : References: : <957081.80086 : @web50309.mail.re2.yahoo.com> http://people.apache.org/~hossman/#threadhijack Thread Hijacking on Mailing Lists When starting a new discussion on a mailing list, please

Re: Retrieving the boost factor using Solrj CommonsHttpSolrServer

2009-08-11 Thread Avlesh Singh
eFields as public methods in the SolrDocument class? Cheers Avlesh On Tue, Aug 11, 2009 at 10:29 AM, Villemos, Gert wrote: > I'm using the solrj CommonsHttpSolrServer to retrieve documents from the > index for update. I therefore also need to retrieve the boost factor as else > each

Retrieving the boost factor using Solrj CommonsHttpSolrServer

2009-08-10 Thread Villemos, Gert
I'm using the solrj CommonsHttpSolrServer to retrieve documents from the index for update. I therefore also need to retrieve the boost factor as else each resubmission would reset the boost factor. I just cant figure out how to retrieve the boost factor. The boost factor is available i