org.apache.solr.core
Class SchemaCodecFactory

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

public class SchemaCodecFactory
extends CodecFactory
implements SolrCoreAware

Per-field 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
SchemaCodecFactory()
           
 
Method Summary
 Codec getCodec()
           
 void inform(SolrCore core)
           
 void init(NamedList args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaCodecFactory

public SchemaCodecFactory()
Method Detail

inform

public void inform(SolrCore core)
Specified by:
inform in interface SolrCoreAware

init

public void init(NamedList args)
Specified by:
init in interface NamedListInitializedPlugin
Overrides:
init in class CodecFactory

getCodec

public Codec getCodec()
Specified by:
getCodec in class CodecFactory


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