Description
PayloadScoreQParserPlugin always creates a SpanNearQuery.
In my use-case I want to be able to do an OR query and then use a sum function to sum up all the scores.
So if the PayloadScoreQParserPlugin supported an operator param which could be used to pick between phrase searches ( the default currently ) OR and ANDs