|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compass.core.mapping.support.AbstractMapping
org.compass.core.mapping.support.AbstractResourcePropertyMapping
org.compass.core.mapping.json.JsonContentMapping
public class JsonContentMapping
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.compass.core.mapping.ResourcePropertyMapping |
|---|
ResourcePropertyMapping.ExcludeFromAllType, ResourcePropertyMapping.ReverseType |
| Constructor Summary | |
|---|---|
JsonContentMapping()
|
|
| Method Summary | |
|---|---|
Mapping |
copy()
Copies over the mapping definition into a newly instanciated Mapping object. |
ResourcePropertyMapping.ExcludeFromAllType |
getExcludeFromAll()
Json content mapping is always excluded from all |
String |
getFullPath()
Returns a dot path to the mapping from the root. |
Property.Index |
getIndex()
JSON content mapping is always Property.Index.NO. |
ResourcePropertyConverter |
getResourcePropertyConverter()
|
Property.TermVector |
getTermVector()
Json content mapping is alwasy Property.TermVector.NO. |
Boolean |
isOmitNorms()
Json content mapping is always true. |
Boolean |
isOmitTf()
Json content mapping is always true. |
void |
setFullPath(String fullPath)
Sets the full path (dot path notation) of the given root. |
| Methods inherited from class org.compass.core.mapping.support.AbstractResourcePropertyMapping |
|---|
copy, getAnalyzer, getBoost, getNullValue, getOriginalName, getReverse, getRootAlias, getSpellCheck, getStore, hasNullValue, isInternal, setAnalyzer, setBoost, setExcludeFromAll, setIndex, setInternal, setName, setNullValue, setOmitNorms, setOmitTf, setReverse, setRootAlias, setSpellCheck, setStore, setTermVector |
| Methods inherited from class org.compass.core.mapping.support.AbstractMapping |
|---|
controlsObjectNullability, copy, getConverter, getConverterName, getName, getPath, setConverter, setConverterName, setPath |
| 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, getNullValue, getOriginalName, getReverse, getRootAlias, getSpellCheck, getStore, hasNullValue, isInternal |
| Methods inherited from interface org.compass.core.mapping.Mapping |
|---|
controlsObjectNullability, getConverter, getConverterName, getName, getPath |
| Methods inherited from interface org.compass.core.mapping.Mapping |
|---|
controlsObjectNullability, getConverter, getConverterName, getName, getPath |
| Constructor Detail |
|---|
public JsonContentMapping()
| Method Detail |
|---|
public String getFullPath()
JsonMapping
getFullPath in interface JsonMappingpublic void setFullPath(String fullPath)
JsonMapping
setFullPath in interface JsonMappingpublic Property.Index getIndex()
Property.Index.NO.
getIndex in interface ResourcePropertyMappinggetIndex in class AbstractResourcePropertyMappingpublic Property.TermVector getTermVector()
Property.TermVector.NO.
getTermVector in interface ResourcePropertyMappinggetTermVector in class AbstractResourcePropertyMappingpublic Boolean isOmitNorms()
true.
isOmitNorms in interface ResourcePropertyMappingisOmitNorms in class AbstractResourcePropertyMappingProperty.setOmitNorms(boolean)public Boolean isOmitTf()
true.
isOmitTf in interface ResourcePropertyMappingisOmitTf in class AbstractResourcePropertyMappingProperty.setOmitTf(boolean)public ResourcePropertyMapping.ExcludeFromAllType getExcludeFromAll()
getExcludeFromAll in interface ResourcePropertyMappinggetExcludeFromAll in class AbstractResourcePropertyMappingpublic Mapping copy()
Mapping
copy in interface Mappingpublic ResourcePropertyConverter getResourcePropertyConverter()
getResourcePropertyConverter in interface ResourcePropertyMapping
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||