xref: /Lucene/lucene/backward-codecs/src/resources/META-INF/services/org.apache.lucene.codecs.Codec (revision 09c2c4d0aa3e5f621602a258dd552ad66a3384e1)
1*09c2c4d0SAdrien Grand#  Licensed to the Apache Software Foundation (ASF) under one or more
2*09c2c4d0SAdrien Grand#  contributor license agreements.  See the NOTICE file distributed with
3*09c2c4d0SAdrien Grand#  this work for additional information regarding copyright ownership.
4*09c2c4d0SAdrien Grand#  The ASF licenses this file to You under the Apache License, Version 2.0
5*09c2c4d0SAdrien Grand#  (the "License"); you may not use this file except in compliance with
6*09c2c4d0SAdrien Grand#  the License.  You may obtain a copy of the License at
7*09c2c4d0SAdrien Grand#
8*09c2c4d0SAdrien Grand#       http://www.apache.org/licenses/LICENSE-2.0
9*09c2c4d0SAdrien Grand#
10*09c2c4d0SAdrien Grand#  Unless required by applicable law or agreed to in writing, software
11*09c2c4d0SAdrien Grand#  distributed under the License is distributed on an "AS IS" BASIS,
12*09c2c4d0SAdrien Grand#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*09c2c4d0SAdrien Grand#  See the License for the specific language governing permissions and
14*09c2c4d0SAdrien Grand#  limitations under the License.
15*09c2c4d0SAdrien Grand
16*09c2c4d0SAdrien Grandorg.apache.lucene.codecs.lucene40.Lucene40Codec
17*09c2c4d0SAdrien Grandorg.apache.lucene.codecs.lucene41.Lucene41Codec
18*09c2c4d0SAdrien Grandorg.apache.lucene.codecs.lucene42.Lucene42Codec
19*09c2c4d0SAdrien Grandorg.apache.lucene.codecs.lucene45.Lucene45Codec
20*09c2c4d0SAdrien Grandorg.apache.lucene.codecs.lucene46.Lucene46Codec
21*09c2c4d0SAdrien Grandorg.apache.lucene.codecs.lucene49.Lucene49Codec
22