Hello folks, I got a question regarding an own QueryWeight implementation for a special usecase.
For the current usecase we want to experiment with different values for the idf based on different algorithms and how they affect the scoring. Is there a way to plug-in an own weight-implementation without rewriting the full query-class? Let's say we extend the DismaxQParser to create an extended boolean Query (let's call it EBooleanQuery, E for extended) and we implement a QueryWeight for this Query-class that takes some values into account that are not part of the current approach. Is this the way we have to go? Or what would you suggest? Regards -- View this message in context: http://lucene.472066.n3.nabble.com/QueryWeight-for-Solr-tp2459933p2459933.html Sent from the Solr - User mailing list archive at Nabble.com.