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:
- 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, getReverse, getRootAlias, getStore, getTermVector, isInternal, isOmitNorms, setAnalyzer, setBoost, setExcludeFromAll, setIndex, setInternal, setOmitNorms, setReverse, setRootAlias, setStore, setTermVector |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
- Specified by:
isExcludeFromAll in interface ResourcePropertyMapping- Overrides:
isExcludeFromAll in class AbstractResourcePropertyMapping
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-2006 The Compass Project.