On Fri, Aug 30, 2013 at 2:50 PM, Adrien Grand <[email protected]> wrote:
> Hi Shai, > > I think the issue is that Facet45Codec shouldn't be declared in > META-INF/services. This codec is exactly the same one as > Lucene45Codec, it only sets different defaults at writing time but > reading segments written with Lucene45 or Facet45 is exactly the same > for Lucene. We could set up different names but I prefer the way it is > today, since it allows for customizing the per-field formats for > postings lists and doc values without the burden of having to declare > a new codec in META-INF/services, it is even possible to use anonymous > classes. > Needs to be in services or you can't read indexes written with it afaik
