org.apache.solr.core
Class DefaultCodecFactory

java.lang.Object
  extended by org.apache.solr.core.CodecFactory
      extended by org.apache.solr.core.DefaultCodecFactory
All Implemented Interfaces:
NamedListInitializedPlugin

public class DefaultCodecFactory
extends CodecFactory

Default CodecFactory implementation, extends Lucene's and returns postings format implementations according to the schema configuration.

WARNING: This API is experimental and might change in incompatible ways in the next release.

Constructor Summary
DefaultCodecFactory()
           
 
Method Summary
 Codec create(IndexSchema schema)
           
 
Methods inherited from class org.apache.solr.core.CodecFactory
init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCodecFactory

public DefaultCodecFactory()
Method Detail

create

public Codec create(IndexSchema schema)
Specified by:
create in class CodecFactory


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