Re: Mr Lance : customize the search algorithm of solr

2010-07-02 Thread Chris Hostetter
: > depending on words in the query i select the correct urls by applying : > mathematical formulae. This result should be shown to the user in : > descending order. : > : > Now as i know that lucene has its own searcher : > which is used by solr as well. cant i replace this searcher part in : > S

Re: Mr Lance : customize the search algorithm of solr

2010-06-22 Thread Lance Norskog
Solr depends on Lucene's implementation of queries and how it returns document hits. I can't help you architect these changes. On Mon, Jun 21, 2010 at 7:47 AM, sarfaraz masood wrote: > Mr Lance > > Thanks > a lot for ur reply.. I am a novice a solr / lucene. but i have gone > thru the documentati

Re: Mr Lance : customize the search algorithm of solr

2010-06-21 Thread sarfaraz masood
Mr Lance Thanks a lot for ur reply.. I am a novice a solr / lucene. but i have gone thru the documentations of both.I have even implemented programs in lucene for searching etc. My problem is to apply a new search technique other than the one used by solr. Step 1: My algorithm finds the tf idf

Re: customize the search algorithm of solr

2010-06-18 Thread Lance Norskog
Solr uses Lucene's algorithms, so lucene-user is the right place for this topic. There is a project to add BM25 (or something like that) to Lucene as an alternate scorer. This may show you how to drop in your own scorer. On Fri, Jun 18, 2010 at 8:14 AM, sarfaraz masood wrote: > > Are there any m

customize the search algorithm of solr

2010-06-18 Thread sarfaraz masood
Are there any means by which we can customize the search of solr, by plugins etc ?? i have been working on a research based project to implement a new search algorithm for search engines.I wanna know if i can make solr use this algorithm to decide the resultant documents, and still allow me to