xref: /Lucene/lucene/codecs/src/resources/META-INF/services/org.apache.lucene.codecs.PostingsFormat (revision fb3ca8d000d6e5203a57625942b754f1d5757fac)
1257db54aSAdrien Grand#  Licensed to the Apache Software Foundation (ASF) under one or more
2257db54aSAdrien Grand#  contributor license agreements.  See the NOTICE file distributed with
3257db54aSAdrien Grand#  this work for additional information regarding copyright ownership.
4257db54aSAdrien Grand#  The ASF licenses this file to You under the Apache License, Version 2.0
5257db54aSAdrien Grand#  (the "License"); you may not use this file except in compliance with
6257db54aSAdrien Grand#  the License.  You may obtain a copy of the License at
7257db54aSAdrien Grand#
8257db54aSAdrien Grand#       http://www.apache.org/licenses/LICENSE-2.0
9257db54aSAdrien Grand#
10257db54aSAdrien Grand#  Unless required by applicable law or agreed to in writing, software
11257db54aSAdrien Grand#  distributed under the License is distributed on an "AS IS" BASIS,
12257db54aSAdrien Grand#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13257db54aSAdrien Grand#  See the License for the specific language governing permissions and
14257db54aSAdrien Grand#  limitations under the License.
15257db54aSAdrien Grand
16eee7825cSRobert Muirorg.apache.lucene.codecs.blocktreeords.BlockTreeOrdsPostingsFormat
17257db54aSAdrien Grandorg.apache.lucene.codecs.bloom.BloomFilteringPostingsFormat
18257db54aSAdrien Grandorg.apache.lucene.codecs.memory.DirectPostingsFormat
19*239d9a67SAdrien Grandorg.apache.lucene.codecs.memory.FSTPostingsFormat
20b963b7c3SDavid Smileyorg.apache.lucene.codecs.uniformsplit.UniformSplitPostingsFormat
21b963b7c3SDavid Smileyorg.apache.lucene.codecs.uniformsplit.sharedterms.STUniformSplitPostingsFormat
22