|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ColumnToPropertyMapping
A general interface for a jdbc column mapping to a Compass
Property. Holds differnt aspects of the mapped
Property like the property name, the
Property.Index, Property.Store,
Proeprty.TermVector and the property boost level.
| Method Summary | |
|---|---|
String |
getAnalyzer()
The analyzer that will be used to analyzer this property. |
float |
getBoost()
Returns the property boost level. |
String |
getConverter()
Returns the converter lookup name that will be used to convert this property. |
ResourcePropertyMapping.ExcludeFromAllType |
getExcludeFromAll()
Should this property be excluded from the all property. |
Property.Index |
getPropertyIndex()
Returns the property index option. |
String |
getPropertyName()
Returns the Resource property name. |
Property.Store |
getPropertyStore()
Returns the property store option. |
Property.TermVector |
getPropertyTermVector()
Returns the property termVector option. |
void |
setPropertyName(String propertyName)
Sets the Resource property name |
| Methods inherited from interface org.compass.gps.device.jdbc.mapping.ColumnMapping |
|---|
getColumnIndex, getColumnName, isUsingColumnIndex |
| Method Detail |
|---|
String getPropertyName()
Resource property name.
void setPropertyName(String propertyName)
Resource property name
Property.Index getPropertyIndex()
Property.Store getPropertyStore()
Property.TermVector getPropertyTermVector()
float getBoost()
String getAnalyzer()
String getConverter()
ResourcePropertyMapping.ExcludeFromAllType getExcludeFromAll()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||