Re: Re: Is there a relevance to text matches?

2006-12-01 Thread Chris Hostetter
: Note that you might want to try spliiting the text into fields and : doing no further boosting--usually the idf and length normalization : factor will give very high scores to title fields without explicit : boosting. I've acctually seen the oposite happen as well ... assuming 100,000 products,

Re: Re: Is there a relevance to text matches?

2006-12-01 Thread Mike Klaas
On 12/1/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 12/1/06, Robin Bonin <[EMAIL PROTECTED]> wrote: > The term Nike in a product title should have a lot higher relevance, than > the term Nike somewhere in a product review. > I would like to keep indexing the reviews, but I need to specify the

RE: Using dismax to find multiple terms across multiple fields

2006-12-01 Thread Stephanie Belton
Thank you for your message Yonik, that was very helpful. I didn't have much luck with the SnowballPorterFilterFactory so I wrote my own factory last night and as you said it gives me much more flexibility. Here it is for anyone who's interested: package myApp; import org.apache.lucene.analysis

Re: Is there a relevance to text matches?

2006-12-01 Thread Yonik Seeley
On 12/1/06, Robin Bonin <[EMAIL PROTECTED]> wrote: The term Nike in a product title should have a lot higher relevance, than the term Nike somewhere in a product review. I would like to keep indexing the reviews, but I need to specify the title at a much higher rate. Is that possible? I can split

Is there a relevance to text matches?

2006-12-01 Thread Robin Bonin
The company I work for us currently using a google mini. I would like to migrate to solr for several features solr has over the mini. One problem I have run into deals with relevance of text in the search results. I wrote a simple app to crawl our website and submit the data to the solr index. I

Re: solr/tomcat stops responding

2006-12-01 Thread Kevin Lewandowski
> My solr installation has been running fine for a few weeks but now > after a server reboot it starts and runs for a few seconds, then stops > responding. I don't see any errors in the logfiles, apart from > snapinstaller not being able to issue a commit. Also, the process is > using 100% cpu and

Re: solr/tomcat stops responding

2006-12-01 Thread Yonik Seeley
On 12/1/06, Kevin Lewandowski <[EMAIL PROTECTED]> wrote: My solr installation has been running fine for a few weeks but now after a server reboot it starts and runs for a few seconds, then stops responding. I don't see any errors in the logfiles, apart from snapinstaller not being able to issue a