Uses of Class
org.compass.core.Property.Index

Packages that use Property.Index
org.compass.annotations.config.binding   
org.compass.core   
org.compass.core.converter.basic   
org.compass.core.converter.basic.atomic   
org.compass.core.converter.dynamic   
org.compass.core.converter.json   
org.compass.core.converter.mapping   
org.compass.core.converter.mapping.support   
org.compass.core.converter.xsem   
org.compass.core.lucene   
org.compass.core.lucene.util   
org.compass.core.mapping   
org.compass.core.mapping.internal   
org.compass.core.mapping.json   
org.compass.core.mapping.osem   
org.compass.core.mapping.rsem   
org.compass.core.mapping.support   
org.compass.core.mapping.xsem   
org.compass.gps.device.jdbc.mapping   
 

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.ANALYZED
          Index the property's value so it can be searched.
static Property.Index Property.Index.NO
          Do not index the property value.
static Property.Index Property.Index.NOT_ANALYZED
          Index the property's value without using an Analyzer, so it can be searched.
static Property.Index Property.Index.TOKENIZED
          Deprecated. renamed to ANALYZED.
static Property.Index Property.Index.UN_TOKENIZED
          Deprecated. renamed to NOT_ANALYZED
 

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 NOT_ANALYZED by default.
 Property.Index URIConverter.suggestIndex()
          URI is NOT_ANALYZED by default.
 Property.Index BooleanConverter.suggestIndex()
          Boolean is NOT_ANALYZED by default.
 Property.Index AbstractFormatConverter.suggestIndex()
          Formattable types should usually be NOT_ANALYZED.
 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 NOT_ANALYZED 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.json
 

Methods in org.compass.core.converter.json that return Property.Index
 Property.Index ResourcePropertyJsonValueConverter.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.support
 

Methods in org.compass.core.converter.mapping.support that return Property.Index
 Property.Index FormatDelegateConverter.suggestIndex()
           
 

Uses of Property.Index in org.compass.core.converter.xsem
 

Methods in org.compass.core.converter.xsem that return Property.Index
 Property.Index ResourcePropertyValueConverter.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()
           
 

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.json
 

Methods in org.compass.core.mapping.json that return Property.Index
 Property.Index JsonPropertyAnalyzerController.getIndex()
           
 Property.Index JsonIdMapping.getIndex()
           
 Property.Index JsonContentMapping.getIndex()
          JSON content mapping is always NO.
 Property.Index JsonBoostPropertyMapping.getIndex()
           
 

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 NOT_ANALYZED 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.support
 

Methods in org.compass.core.mapping.support that return Property.Index
 Property.Index AbstractResourcePropertyMapping.getIndex()
           
 

Methods in org.compass.core.mapping.support with parameters of type Property.Index
 void AbstractResourcePropertyMapping.setIndex(Property.Index index)
           
 

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.
 



Copyright (c) 2004-2008 The Compass Project.