Interface and Description |
---|
org.apache.solr.common.ResourceLoader
This interface has been kept for backwards compatibility and will
be removed in (5.0). Use
ResourceLoader |
org.apache.solr.util.plugin.ResourceLoaderAware
This interface has been kept for backwards compatibility and will
be removed in (5.0). Use
ResourceLoaderAware . |
Class and Description |
---|
org.apache.solr.handler.BinaryUpdateRequestHandler |
org.apache.solr.schema.ByteField
Use
TrieIntField instead. |
org.apache.solr.handler.CSVRequestHandler |
org.apache.solr.schema.DateField
TrieDateField is recomended for all new schemas |
org.apache.solr.handler.JsonUpdateRequestHandler |
org.apache.solr.analysis.LegacyHTMLStripCharFilter |
org.apache.solr.analysis.LegacyHTMLStripCharFilterFactory |
org.apache.solr.schema.ShortField
Use
TrieIntField instead. |
org.apache.solr.schema.SortableDoubleField
use
DoubleField or TrieDoubleField - will be removed in 5.x |
org.apache.solr.schema.SortableFloatField
use
FloatField or TrieFloatField - will be removed in 5.x |
org.apache.solr.schema.SortableIntField
use
IntField or TrieIntField - will be removed in 5.x |
org.apache.solr.schema.SortableLongField
use
LongField or TrieLongField - will be removed in 5.x |
org.apache.solr.handler.XmlUpdateRequestHandler |
org.apache.solr.handler.XsltUpdateRequestHandler |
Field and Description |
---|
org.apache.solr.core.ZkContainer.DEFAULT_HOST_CONTEXT
will be remove in Solr 5.0 (SOLR-4622)
|
org.apache.solr.core.ZkContainer.DEFAULT_HOST_PORT
will be remove in Solr 5.0 (SOLR-4622)
|
org.apache.solr.core.SolrConfig.defaultIndexConfig |
org.apache.solr.core.SolrConfig.mainIndexConfig |
org.apache.solr.schema.DateField.MATH_LOCALE
use DateMathParser.DEFAULT_MATH_LOCALE
|
org.apache.solr.schema.DateField.MATH_TZ
use DateMathParser.DEFAULT_MATH_TZ
|
org.apache.solr.update.SolrIndexConfig.useCompoundFile |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.