All documents matched for Wildcard and Prefix queries get the same score as they are scored as a ConstantScoreQuery. Example query - title:abc*
In such cases, what determines the ordering of the results? Is it simply the same order in which those document terms appeared when enumerating through the terms of the field matched in the index? Also, would it be possible to specify criteria determining the ordering of such matches? I am assuming that should be possible but have little idea how that could be done. Kindly provide guidance/help. Regards, Prasanna.