Re: change sort order for MoreLikeThis

2009-08-05 Thread Renz Daluz
entities^200+inbound_text^1+bestlink_keywords^1&q=id:story|25584945c&ps=1&sort=time_published+desc Thanks, Renz 2009/8/5 Renz Daluz > Thanks guys. > I tried to boost it instead (as sort looks like not supported) but it's not > taking effect. Here are the parameters that I

Re: change sort order for MoreLikeThis

2009-08-05 Thread Renz Daluz
> > Bill > > > > On Mon, Aug 3, 2009 at 3:13 AM, Avlesh Singh wrote: > > > > > You can boost the similarity field matches, if you want. Look for > > mlt.boost > > > at http://wiki.apache.org/solr/MoreLikeThis > > > > > > Cheers

Re: Lock timed out 2 worker running

2009-08-02 Thread Renz Daluz
Hi Chris, Sorry for the very late reply. As a work around we sent the locking to single and we turned-off one of our workers. And to answer your question, please see below: 2009/7/17 Chris Hostetter > > This is relaly odd. > > Just to clarify... > 1) you are running a normal solr installation (

change sort order for MoreLikeThis

2009-08-02 Thread Renz Daluz
Hi, I'm looking at changing the result order when searching by MLT. I tried the sort=, but it's not working. I check the wiki and can't find anything. Is there a way to do this? Thanks, /Laurence

Re: Lock timed out 2 worker running

2009-07-10 Thread Renz Daluz
Is it best way to implement my own Locking mechanism here? Thanks /Renz 2009/7/10 Renz Daluz > Hi all, > I have 2 workers running (app that's builds the index) and both are > pointing to the same "Solr" (1.3.0) master instance when updating/committing > documents.

Lock timed out 2 worker running

2009-07-09 Thread Renz Daluz
Hi all, I have 2 workers running (app that's builds the index) and both are pointing to the same "Solr" (1.3.0) master instance when updating/committing documents. I'm using SolrJ to save the documents. Then I have 4 slaves solr instance that gets index from master via rsync. Now. from time to t

using field search in morelikethis

2009-05-27 Thread Renz Daluz
Hi, When I'm doing normal search I'm using q=test +field:somevalue&otherparams... How can I implement this using morelikethis by posting the text and q is empty? I tried to use fq= but this is not what I want. Thanks, Renz