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