org.compass.core.mapping.xsem
Class XmlContentMapping
java.lang.Object
org.compass.core.mapping.AbstractMapping
org.compass.core.mapping.AbstractResourcePropertyMapping
org.compass.core.mapping.xsem.XmlContentMapping
- All Implemented Interfaces:
- InternalResourcePropertyMapping, Mapping, ResourcePropertyMapping
public class XmlContentMapping
- extends AbstractResourcePropertyMapping
- implements ResourcePropertyMapping
- Author:
- kimchy
|
Method Summary |
Mapping |
copy()
Copies over the mapping definition into a newly instanciated Mapping object. |
Property.Index |
getIndex()
Xml content mapping is always Property.Index#NO. |
boolean |
isExcludeFromAll()
Xml content mapping is always excluded from all |
| Methods inherited from class org.compass.core.mapping.AbstractResourcePropertyMapping |
copy, getAnalyzer, getBoost, getExcludeFromAll, getNullValue, getReverse, getRootAlias, getSpellCheck, getStore, getTermVector, hasNullValue, isInternal, isOmitNorms, setAnalyzer, setBoost, setExcludeFromAll, setIndex, setInternal, setNullValue, setOmitNorms, setReverse, setRootAlias, setSpellCheck, setStore, setTermVector |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.compass.core.mapping.ResourcePropertyMapping |
getAnalyzer, getBoost, getExcludeFromAll, getNullValue, getReverse, getRootAlias, getSpellCheck, getStore, getTermVector, hasNullValue, isInternal, isOmitNorms |
XmlContentMapping
public XmlContentMapping()
getIndex
public Property.Index getIndex()
- Xml content mapping is always
Property.Index#NO.
- Specified by:
getIndex in interface ResourcePropertyMapping- Overrides:
getIndex in class AbstractResourcePropertyMapping
isExcludeFromAll
public boolean isExcludeFromAll()
- Xml content mapping is always excluded from all
copy
public Mapping copy()
- Description copied from interface:
Mapping
- Copies over the mapping definition into a newly instanciated Mapping object.
- Specified by:
copy in interface Mapping
Copyright (c) 2004-2008 The Compass Project.