|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourcePropertyMapping
| Nested Class Summary | |
|---|---|
static class |
ResourcePropertyMapping.ExcludeFromAllType
|
static class |
ResourcePropertyMapping.ReverseType
|
| Method Summary | |
|---|---|
String |
getAnalyzer()
Returns the anayzer name that is associated with the property. |
float |
getBoost()
Returns the boost level. |
ResourcePropertyMapping.ExcludeFromAllType |
getExcludeFromAll()
|
Property.Index |
getIndex()
|
String |
getNullValue()
|
String |
getOriginalName()
Returns the original name of the resource property, before any prefix aditions or any other post processing manipulation. |
ResourcePropertyConverter |
getResourcePropertyConverter()
|
ResourcePropertyMapping.ReverseType |
getReverse()
|
String |
getRootAlias()
Returns the root resource mapping alias name this resource property mapping belongs to. |
SpellCheckType |
getSpellCheck()
|
Property.Store |
getStore()
|
Property.TermVector |
getTermVector()
|
boolean |
hasNullValue()
|
boolean |
isInternal()
Returns true if this mapping is an internal one ($/ notation). |
Boolean |
isOmitNorms()
Should the reosurce property omit norms or not. |
Boolean |
isOmitTf()
Expert: If set, omit tf from postings of this indexed field. |
| Methods inherited from interface org.compass.core.mapping.Mapping |
|---|
controlsObjectNullability, copy, getConverter, getConverterName, getName, getPath |
| Method Detail |
|---|
String getOriginalName()
String getAnalyzer()
null (i.e. not set).
String getRootAlias()
boolean isInternal()
true if this mapping is an internal one ($/ notation).
float getBoost()
Property.setBoost(float)Boolean isOmitNorms()
Property.setOmitNorms(boolean)Boolean isOmitTf()
Property.setOmitTf(boolean)ResourcePropertyMapping.ExcludeFromAllType getExcludeFromAll()
SpellCheckType getSpellCheck()
Property.Store getStore()
Property.Index getIndex()
Property.TermVector getTermVector()
ResourcePropertyMapping.ReverseType getReverse()
String getNullValue()
boolean hasNullValue()
ResourcePropertyConverter getResourcePropertyConverter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||