relevance ranking and scoring

2007-01-23 Thread Andrew Nagy
I have 2 questions about the SOLR relevancy system. 1. Why is it when I search for an exact phrase of a title of a record I have it generally does not come up as the 1st record in the results? ex: title:(gone with the wind), the record comes up 3rd. A record with the term wind as the first

Re: relevance ranking and scoring

2007-01-23 Thread Yonik Seeley
On 1/23/07, Yonik Seeley [EMAIL PROTECTED] wrote: - try disabling length normalization for the title field, then remove the entire index and re-idnex. Forgot to tell you how to disable length normalization: set omitNorms=true on the field in schema.xml -Yonik

Re: relevance ranking and scoring

2007-01-23 Thread Andrew Nagy
Yonik Seeley wrote: Things you can try: - post the debugging output (including score explain) for the query I have attached the output. - try disabling length normalization for the title field, then remove the entire index and re-idnex. - try the dismax handler, which can generate sloppy

Fuzzy searching, tildes and solr

2007-01-23 Thread Walter Lewis
This is quite possibly a Lucene question rather than a solr one, so my apologies if you think its out of scope. Underlying the solr search, are some very useful Lucene constructs. One of the most powerful, imho, is the tilde number combination for a fuzzy search. In one of my data sets

Re: Fuzzy searching, tildes and solr

2007-01-23 Thread Yonik Seeley
On 1/23/07, Walter Lewis [EMAIL PROTECTED] wrote: This is quite possibly a Lucene question rather than a solr one, so my apologies if you think its out of scope. Underlying the solr search, are some very useful Lucene constructs. One of the most powerful, imho, is the tilde number combination

replication

2007-01-23 Thread S Edirisinghe
Hi, I just started looking into solr. I like the features that have been listed. I'm interested in how the replication feature is implemented since I have build my own replication for lucene using unix rsync scripts. Where would the best starting point be to find out how replication of the

Re: replication

2007-01-23 Thread Ryan McKinley
check the wiki: http://wiki.apache.org/solr/CollectionDistribution and the scripts that come with the source: http://svn.apache.org/repos/asf/lucene/solr/trunk/src/scripts/ On 1/23/07, S Edirisinghe [EMAIL PROTECTED] wrote: Hi, I just started looking into solr. I like the features that have

Re: replication

2007-01-23 Thread Kevin Lewandowski
This should explain most everything: http://wiki.apache.org/solr/CollectionDistribution I've been running solr replication on discogs.com for a few months and it works great! Kevin On 1/23/07, S Edirisinghe [EMAIL PROTECTED] wrote: Hi, I just started looking into solr. I like the features