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

Packages that use Property.Index
org.compass.annotations.config.binding   
org.compass.core   
org.compass.core.engine   
org.compass.core.impl   
org.compass.core.lucene.engine   
org.compass.core.lucene.util   
org.compass.core.mapping   
org.compass.core.mapping.osem   
org.compass.core.mapping.rsem   
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.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 CompassTemplate.createProperty(String name, String value, Property.Store store, Property.Index index)
           
 Property CompassOperations.createProperty(String name, String value, Property.Store store, Property.Index index)
          Creates a Property that is used with the actual Search Engine.
 Property CompassTemplate.createProperty(String name, String value, Property.Store store, Property.Index index, Property.TermVector termVector)
           
 Property CompassOperations.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.engine
 

Methods in org.compass.core.engine with parameters of type Property.Index
 Property SearchEngine.createProperty(String value, ResourcePropertyMapping mapping, Property.Store store, Property.Index index)
           
 Property SearchEngine.createProperty(String name, String value, Property.Store store, Property.Index index)
          Creates a Property that is used with the actual Search Engine
 Property SearchEngine.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.
 

Uses of Property.Index in org.compass.core.impl
 

Methods in org.compass.core.impl with parameters of type Property.Index
 Property DefaultCompassSession.createProperty(String name, String value, Property.Store store, Property.Index index)
           
 Property DefaultCompassSession.createProperty(String name, String value, Property.Store store, Property.Index index, Property.TermVector termVector)
           
 

Uses of Property.Index in org.compass.core.lucene.engine
 

Methods in org.compass.core.lucene.engine with parameters of type Property.Index
 Property LuceneSearchEngine.createProperty(String value, ResourcePropertyMapping mapping, Property.Store store, Property.Index index)
           
 Property LuceneSearchEngine.createProperty(String name, String value, Property.Store store, Property.Index index)
           
 Property LuceneSearchEngine.createProperty(String name, String value, Property.Store store, Property.Index index, Property.TermVector termVector)
           
 Property LuceneSearchEngine.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.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.
 



Copyright (c) 2004-2006 The Compass Project.