|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Property.Index in org.compass.annotations.config.binding |
|---|
| Methods in org.compass.annotations.config.binding that return Property.Index | |
|---|---|
static Property.Index |
AnnotationsBindingUtils.convert(Index index)
|
static Property.Index |
AnnotationsBindingUtils.convert(ManagedIdIndex index)
|
| Uses of Property.Index in org.compass.core |
|---|
| Fields in org.compass.core declared as Property.Index | |
|---|---|
static Property.Index |
Property.Index.NO
Do not index the property value. |
static Property.Index |
Property.Index.TOKENIZED
Index the property's value so it can be searched. |
static Property.Index |
Property.Index.UN_TOKENIZED
Index the property's value without using an Analyzer, so it can be searched. |
| Methods in org.compass.core that return Property.Index | |
|---|---|
static Property.Index |
Property.Index.fromString(String propertyIndex)
|
| Methods in org.compass.core with parameters of type Property.Index | |
|---|---|
Property |
ResourceFactory.createProperty(String value,
ResourcePropertyMapping mapping,
Property.Store store,
Property.Index index)
|
Property |
ResourceFactory.createProperty(String name,
String value,
Property.Store store,
Property.Index index)
Creates a Property that is used with the actual Search Engine |
Property |
ResourceFactory.createProperty(String name,
String value,
Property.Store store,
Property.Index index,
Property.TermVector termVector)
Creates a Property that is used with the actual Search Engine. |
static String |
Property.Index.toString(Property.Index propertyIndex)
|
| Uses of Property.Index in org.compass.core.converter.basic |
|---|
| Methods in org.compass.core.converter.basic that return Property.Index | |
|---|---|
Property.Index |
URLConverter.suggestIndex()
URL is UN_TOKENIZED by default. |
Property.Index |
URIConverter.suggestIndex()
URI is UN_TOKENIZED by default. |
Property.Index |
BooleanConverter.suggestIndex()
Boolean is UN_TOKENIZED by default. |
Property.Index |
AbstractFormatConverter.suggestIndex()
Formattable types should usually be UN_TOKENIZED. |
Property.Index |
AbstractBasicConverter.suggestIndex()
By default for all converters simply return null. |
| Uses of Property.Index in org.compass.core.converter.basic.atomic |
|---|
| Methods in org.compass.core.converter.basic.atomic that return Property.Index | |
|---|---|
Property.Index |
AtomicBooleanConverter.suggestIndex()
Boolean is UN_TOKENIZED by default. |
| Uses of Property.Index in org.compass.core.converter.dynamic |
|---|
| Methods in org.compass.core.converter.dynamic that return Property.Index | |
|---|---|
Property.Index |
AbstractDynamicConverter.suggestIndex()
|
| Uses of Property.Index in org.compass.core.converter.mapping |
|---|
| Methods in org.compass.core.converter.mapping that return Property.Index | |
|---|---|
Property.Index |
ResourcePropertyConverter.suggestIndex()
The converter can suggest what type of index will be used in case no index is configured. |
| Uses of Property.Index in org.compass.core.converter.mapping.osem |
|---|
| Methods in org.compass.core.converter.mapping.osem that return Property.Index | |
|---|---|
Property.Index |
MetaDataFormatDelegateConverter.suggestIndex()
|
| Uses of Property.Index in org.compass.core.lucene |
|---|
| Methods in org.compass.core.lucene with parameters of type Property.Index | |
|---|---|
Property |
LuceneResourceFactory.createProperty(String value,
ResourcePropertyMapping mapping,
Property.Store store,
Property.Index index)
|
Property |
LuceneResourceFactory.createProperty(String name,
String value,
Property.Store store,
Property.Index index)
|
Property |
LuceneResourceFactory.createProperty(String name,
String value,
Property.Store store,
Property.Index index,
Property.TermVector termVector)
|
Property |
LuceneResourceFactory.createProperty(String name,
String value,
ResourcePropertyMapping mapping,
Property.Store store,
Property.Index index)
|
| Uses of Property.Index in org.compass.core.lucene.util |
|---|
| Methods in org.compass.core.lucene.util with parameters of type Property.Index | |
|---|---|
static Field.Index |
LuceneUtils.getFieldIndex(Property.Index index)
|
| Uses of Property.Index in org.compass.core.mapping |
|---|
| Methods in org.compass.core.mapping that return Property.Index | |
|---|---|
Property.Index |
ResourcePropertyMapping.getIndex()
|
Property.Index |
AbstractResourcePropertyMapping.getIndex()
|
| Methods in org.compass.core.mapping with parameters of type Property.Index | |
|---|---|
void |
AbstractResourcePropertyMapping.setIndex(Property.Index index)
|
| Uses of Property.Index in org.compass.core.mapping.internal |
|---|
| Methods in org.compass.core.mapping.internal with parameters of type Property.Index | |
|---|---|
void |
InternalResourcePropertyMapping.setIndex(Property.Index index)
|
| Uses of Property.Index in org.compass.core.mapping.osem |
|---|
| Methods in org.compass.core.mapping.osem that return Property.Index | |
|---|---|
Property.Index |
ClassPropertyMapping.getManagedIdIndex()
|
Property.Index |
ClassIdPropertyMapping.getManagedIdIndex()
The id of the class property id must be UN_TOKENIZED so we will be able to look it up. |
| Methods in org.compass.core.mapping.osem with parameters of type Property.Index | |
|---|---|
void |
ClassPropertyMapping.setManagedIdIndex(Property.Index managedIdIndex)
|
| Uses of Property.Index in org.compass.core.mapping.rsem |
|---|
| Methods in org.compass.core.mapping.rsem that return Property.Index | |
|---|---|
Property.Index |
RawResourcePropertyIdMapping.getIndex()
|
Property.Index |
RawResourcePropertyAnalyzerController.getIndex()
|
Property.Index |
RawBoostPropertyMapping.getIndex()
|
| Uses of Property.Index in org.compass.core.mapping.xsem |
|---|
| Methods in org.compass.core.mapping.xsem that return Property.Index | |
|---|---|
Property.Index |
XmlPropertyAnalyzerController.getIndex()
|
Property.Index |
XmlIdMapping.getIndex()
|
Property.Index |
XmlContentMapping.getIndex()
Xml content mapping is always Property.Index#NO. |
Property.Index |
XmlBoostPropertyMapping.getIndex()
|
| Uses of Property.Index in org.compass.gps.device.jdbc.mapping |
|---|
| Methods in org.compass.gps.device.jdbc.mapping that return Property.Index | |
|---|---|
Property.Index |
DataColumnToPropertyMapping.getPropertyIndex()
|
Property.Index |
ColumnToPropertyMapping.getPropertyIndex()
Returns the property index option. |
Property.Index |
AbstractConstantColumnToPropertyMapping.getPropertyIndex()
|
| Methods in org.compass.gps.device.jdbc.mapping with parameters of type Property.Index | |
|---|---|
void |
DataColumnToPropertyMapping.setPropertyIndex(Property.Index propertyIndex)
|
| Constructors in org.compass.gps.device.jdbc.mapping with parameters of type Property.Index | |
|---|---|
DataColumnToPropertyMapping(int columnIndex,
String propertyName,
Property.Index propertyIndex,
Property.Store propertyStore)
Creates a new data column to propery mapping given the column index, property name, PropertyIndex, and
PropertyStore. |
|
DataColumnToPropertyMapping(int columnIndex,
String propertyName,
Property.Index propertyIndex,
Property.Store propertyStore,
Property.TermVector propertyTermVector)
Creates a new data column to propery mapping given the column index, property name, PropertyIndex, and
PropertyStore. |
|
DataColumnToPropertyMapping(String columnName,
String propertyName,
Property.Index propertyIndex,
Property.Store propertyStore)
Creates a new data column to propery mapping given the column name, property name, PropertyIndex, and
PropertyStore. |
|
DataColumnToPropertyMapping(String columnName,
String propertyName,
Property.Index propertyIndex,
Property.Store propertyStore,
Property.TermVector propertyTermVector)
Creates a new data column to propery mapping given the column name, property name, PropertyIndex, and
PropertyStore. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||