Re: SortingMergePolicy in solr 6.4.2

2017-04-07 Thread Dorian Hoxha
Did you get any update on this ? On Tue, Mar 14, 2017 at 11:56 AM, Sahil Agarwal wrote: > The SortingMergePolicy does not seem to get implemeted. > > The csv file gets indexed without errors. But when I search for a term, the > results returned are not sorted by

SortingMergePolicy in solr 6.4.2

2017-03-14 Thread Sahil Agarwal
The SortingMergePolicy does not seem to get implemeted. The csv file gets indexed without errors. But when I search for a term, the results returned are not sorted by Marks. Following is a toy project in Solr 6.4.2 on which I tried to use SortingMergePolicyFactory. Just showing the changes that