Re: MoreLikeThis - Odd results - what am I doing wrong?

2013-03-31 Thread Gagandeep singh
ments have > decreasing relevance. So the basic query mechanism seems to be fine. > > The issue just seems to be with MoreLikeThis component and handler. > I can post the index on a public SOLR instance - any suggestions? (or for > hosting) > > > On Sun, Mar 31, 2013 at 1:54 PM, Gag

Re: MoreLikeThis - Odd results - what am I doing wrong?

2013-03-31 Thread Gagandeep singh
If you can bring up your solr setup on a public machine then im sure a lot of debugging can be done. Without that, i think what you should look at is the tf-idf scores of the terms like "camry" etc. Usually idf is the deciding factor into which results show at the top (tf should be 1 for your data)

New implementation of MLT

2013-03-30 Thread Gagandeep singh
Hi folks We started using the default implementation of MLT (org.apache.solr.handler.MoreLikeThisHandler) recently and found that there are a couple of things it lacks: 1. Searching for terms in the same field as the original document: - the current implementation picks the top field to

Merging solr indexes with duplicate keys - merging duplicate documents

2013-03-30 Thread Gagandeep singh
Hi folks We have a use case where i have 2 solr indexes with the same schema but different field populated, for example: Common schema: // Unique key Now i have one index which stores the information about products (first 5 fields). This index is built every 2 days. I have a 2nd in