Open githubmanticore opened 1 year ago
in case ranker set to none option there is no need to use SPH_SORT_RELEVANCE sorting mode but provide matches as is without any sorting.
ranker
none
SPH_SORT_RELEVANCE
That feature need a new queue as non sorting queue CSphCollectQueue unable to work with grouped matches and handle ISphMatchProcessor
CSphCollectQueue
ISphMatchProcessor
in case
ranker
set tonone
option there is no need to useSPH_SORT_RELEVANCE
sorting mode but provide matches as is without any sorting.That feature need a new queue as non sorting queue
CSphCollectQueue
unable to work with grouped matches and handleISphMatchProcessor