Re: Why QueryWeight with Custom Similarity

2016-02-25 Thread Markus, Sascha
Sorry clicked send to early :-) with the above additional code the calculation is done by the default similarity and the behaviour is as expected. I think this is an issue of the implementation but I didn't find one in jira. Should I create one? Cheers Sascha On Thu, Feb 25, 2016 at 11:12 PM,

Re: Why QueryWeight with Custom Similarity

2016-02-25 Thread Markus, Sascha
Hi, I finally found the source of the problem I'm having with the custom similarity. The setting: - Solr 5.4.1 - the SpecialSimilarity extends ClassicSimilarity - for one field this similarity is configured. Everything else uses ClassicSimilarity because of Result: - most calculation is done by

Why QueryWeight with Custom Similarity

2016-02-15 Thread Markus, Sascha
Hi, I created a custom similarity and factory which extends DefaultSimilarity/-Factory to have to achive this I my similarity overwrites idfExplain like this and also the method for an array of terms. public Explanation idfExplain(CollectionStatistics collectionStats, TermStatistics termStats)