Re: MoreLikeThis and term vectors - documentation suggestion

2007-02-26 Thread Ken Krugler
On 2/26/07, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: On 2/26/07, Ken Krugler <[EMAIL PROTECTED]> wrote: ...I was trying out the MoreLikeThis support, and getting some odd results... Thanks for the info, I have added a link to your message at https://issues.apache.org/jira/browse/SOLR-6

Re: MoreLikeThis and term vectors - documentation suggestion

2007-02-26 Thread Mike Klaas
On 2/26/07, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: On 2/26/07, Ken Krugler <[EMAIL PROTECTED]> wrote: > ...I was trying out the MoreLikeThis support, and getting some odd results... Thanks for the info, I have added a link to your message at https://issues.apache.org/jira/browse/SOLR-69

Re: Overriding Ranking in solr

2007-02-26 Thread Chris Hostetter
Your question is broad, and has a lot of potential answers... 1) Lucene has a very configurable Scoring, that allows a lot of customiztaion -- much of the scoring formula can be tweaked just by changing the "Similarity" class used, other more complex things can be achieved by writing your own Que

Re: MoreLikeThis and term vectors - documentation suggestion

2007-02-26 Thread Bertrand Delacretaz
On 2/26/07, Ken Krugler <[EMAIL PROTECTED]> wrote: ...I was trying out the MoreLikeThis support, and getting some odd results... Thanks for the info, I have added a link to your message at https://issues.apache.org/jira/browse/SOLR-69 -Bertrand

Re: Document boost not reflected in fieldNorm

2007-02-26 Thread Chris Hostetter
i just tried this with the example schema: 1) changed the "cat" field to have omitNorms="false" 2) edited solr.xml so there was a second with all the same data except a differnet "id" and a doc boost of 2 3) restarted port, and reindexed solr.xml ...when i search on cat:search, i def

Re: Multiple instances, wiki out of date?

2007-02-26 Thread Chris Hostetter
Galo: are you using plain vanilla Jetty, or are you using Jetty Plus? the examples for "Configuring Solr Home with JNDI" and "Multiple Solr Webapps" both require Jetty Plus (because the JNDI support only exists in the extra libraries JettyPlus provides) That may explain the missing method call w

MoreLikeThis and term vectors - documentation suggestion

2007-02-26 Thread Ken Krugler
Hi all, I was trying out the MoreLikeThis support, and getting some odd results. I realized that unless the fields being used for similarity calculation have a stored term vector, the MoreLikeThis code from Lucene will re-analyze the field using the StandardAnalyzer. Which, in my case, is qui

Multiple instances, wiki out of date?

2007-02-26 Thread galo
Hi there, I've been following the instruction from http://wiki.apache.org/solr/SolrJetty?highlight=%28Multiple%29%7C%28Solr%29%7C%28Webapps%29solr to get a few indexes running under the same instance of jetty 6.1.2. If I use the webapp descriptors as specified in the wiki (with correct paths

Re: index browsing with solr

2007-02-26 Thread Pierre-Yves LANDRON
Solr has a pluggable request handling framework that lets you easily write custom logic and takes care of the xml/json/etc writing for you. Check: http://wiki.apache.org/solr/SolrPlugins#head-7c0d03515c496017f6c0116ebb096e34a872cb61 http://wiki.apache.org/solr/SolrRequestHandler Since the exact