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.handler.CSVRequestHandler |
org.apache.solr.handler.JsonUpdateRequestHandler |
org.apache.solr.analysis.LegacyHTMLStripCharFilter |
org.apache.solr.analysis.LegacyHTMLStripCharFilterFactory |
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.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
|
Constructor and Description |
---|
org.apache.solr.core.CoreContainer()
use the single arg constructure with locateSolrHome()
|
org.apache.solr.internal.csv.CSVParser(Reader, char) |
org.apache.solr.internal.csv.CSVParser(Reader, char, char, char) |
org.apache.solr.internal.csv.CSVStrategy(char, char, char, boolean, boolean, boolean) |
org.apache.solr.client.solrj.embedded.EmbeddedSolrServer(SolrCore) |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.