Uses of Interface
org.apache.lucene.util.NamedSPILoader.NamedSPI

Packages that use NamedSPILoader.NamedSPI
org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index. 
org.apache.lucene.codecs.lucene3x Codec to support Lucene 3.x indexes (readonly) 
org.apache.lucene.codecs.lucene40 Lucene 4.0 file format. 
org.apache.lucene.codecs.perfield Postings format that can delegate to different formats per-field. 
org.apache.lucene.util Some utility classes. 
 

Uses of NamedSPILoader.NamedSPI in org.apache.lucene.codecs
 

Classes in org.apache.lucene.codecs that implement NamedSPILoader.NamedSPI
 class Codec
          Encodes/decodes an inverted index segment.
 class FilterCodec
          A codec that forwards all its method calls to another codec.
 class PostingsFormat
          Encodes/decodes terms, postings, and proximity data.
 

Uses of NamedSPILoader.NamedSPI in org.apache.lucene.codecs.lucene3x
 

Classes in org.apache.lucene.codecs.lucene3x that implement NamedSPILoader.NamedSPI
 class Lucene3xCodec
          Deprecated. Only for reading existing 3.x indexes
 

Uses of NamedSPILoader.NamedSPI in org.apache.lucene.codecs.lucene40
 

Classes in org.apache.lucene.codecs.lucene40 that implement NamedSPILoader.NamedSPI
 class Lucene40Codec
          Implements the Lucene 4.0 index format, with configurable per-field postings formats.
 class Lucene40PostingsFormat
          Lucene 4.0 Postings format.
 

Uses of NamedSPILoader.NamedSPI in org.apache.lucene.codecs.perfield
 

Classes in org.apache.lucene.codecs.perfield that implement NamedSPILoader.NamedSPI
 class PerFieldPostingsFormat
          Enables per field format support.
 

Uses of NamedSPILoader.NamedSPI in org.apache.lucene.util
 

Classes in org.apache.lucene.util with type parameters of type NamedSPILoader.NamedSPI
 class NamedSPILoader<S extends NamedSPILoader.NamedSPI>
          Helper class for loading named SPIs from classpath (e.g.
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.