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
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
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
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
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
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
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
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
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