Browse Source

Remove superfluous lucene PostingFormat service configuration (#81049)

This PR simply removes the org.apache.lucene.codecs.PostingsFormat service configuration file from elasticsearch server. The service implementation is part of lucene, and already configured by Lucene itself.
Chris Hegarty 3 years ago
parent
commit
accff0607a

+ 0 - 1
server/src/main/resources/META-INF/services/org.apache.lucene.codecs.PostingsFormat

@@ -1 +0,0 @@
-org.apache.lucene.search.suggest.document.Completion50PostingsFormat