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.
-- Adrien --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
