Thank you, Michael. This is a great change, and I really appreciate Lucene
dev team made it happen.

On Wednesday, September 14, 2016, Michael McCandless <
luc...@mikemccandless.com> wrote:

> It's rather the opposite: index sorting has been made more "first
> class" by being moved to Lucene's core out of Lucene's misc module.
>
> Instead of setting SortingMergePolicy, which is weird, you now call
> IndexWriterConfig.setIndexSort.
>
> SortingMergePolicy was only moved to solr for back-compat requirements.
>
> https://issues.apache.org/jira/browse/LUCENE-6766 has all the gory
> details.
>
> Mike McCandless
>
> http://blog.mikemccandless.com
>
> On Wed, Sep 14, 2016 at 10:56 AM, Sheng <sheng...@gmail.com <javascript:;>>
> wrote:
> > Before 6.2, it is in Lucene-misc, now I can only find it in solr. I
> > understand it might have something to do with an issue I reported earlier
> > that sortingmergepolicy cannot handle point field properly, but my
> > expectation by then was to expect this would be addressed in a later
> > version instead of being moved to solr. I don't want to make my project
> > depend on solr just for this class. Is it possible to move it back to
> > Lucene and hopefully has that issue fixed ?
>

Reply via email to