org.apache.solr.handler.dataimport
Class DataConfig
java.lang.Object
org.apache.solr.handler.dataimport.DataConfig
public class DataConfig
- extends Object
Mapping for data-config.xml
Refer to http://wiki.apache.org/solr/DataImportHandler
for more details.
This API is experimental and subject to change
- Since:
- solr 1.3
- Version:
- $Id: DataConfig.java 807537 2009-08-25 09:54:26Z noble $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
document
public DataConfig.Document document
functions
public List<Map<String,String>> functions
script
public DataConfig.Script script
dataSources
public Map<String,Properties> dataSources
lowerNameVsSchemaField
public Map<String,SchemaField> lowerNameVsSchemaField
SCRIPT
public static final String SCRIPT
- See Also:
- Constant Field Values
NAME
public static final String NAME
- See Also:
- Constant Field Values
PROCESSOR
public static final String PROCESSOR
- See Also:
- Constant Field Values
IMPORTER_NS
@Deprecated
public static final String IMPORTER_NS
- Deprecated. use IMPORTER_NS_SHORT instead
- See Also:
- Constant Field Values
IMPORTER_NS_SHORT
public static final String IMPORTER_NS_SHORT
- See Also:
- Constant Field Values
ROOT_ENTITY
public static final String ROOT_ENTITY
- See Also:
- Constant Field Values
FUNCTION
public static final String FUNCTION
- See Also:
- Constant Field Values
CLASS
public static final String CLASS
- See Also:
- Constant Field Values
DATA_SRC
public static final String DATA_SRC
- See Also:
- Constant Field Values
DataConfig
public DataConfig()
readFromXml
public void readFromXml(Element e)
getTxt
public static String getTxt(Node elem,
StringBuilder buffer)
getChildNodes
public static List<Element> getChildNodes(Element e,
String byName)
clearCaches
public void clearCaches()
Copyright © 2009 Apache Software Foundation. All Rights Reserved.