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

Packages that use Property.Store
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.rsem   
org.compass.core.mapping.xsem   
org.compass.gps.device.jdbc.mapping   
 

Uses of Property.Store in org.compass.annotations.config.binding
 

Methods in org.compass.annotations.config.binding that return Property.Store
static Property.Store AnnotationsBindingUtils.convert(Store store)
           
 

Uses of Property.Store in org.compass.core
 

Fields in org.compass.core declared as Property.Store
static Property.Store Property.Store.COMPRESS
          Store the original property value in the index in a compressed form.
static Property.Store Property.Store.NO
          Do not store the property value in the index.
static Property.Store Property.Store.YES
          Store the original property value in the index.
 

Methods in org.compass.core that return Property.Store
static Property.Store Property.Store.fromString(String propertyStore)
           
 

Methods in org.compass.core with parameters of type Property.Store
 Property CompassTemplate.createProperty(String name, byte[] value, Property.Store store)
           
 Property CompassOperations.createProperty(String name, byte[] value, Property.Store store)
          Creates a binary property only stored (can be compressed).
 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.Store.toString(Property.Store propertyStore)
           
 

Uses of Property.Store in org.compass.core.engine
 

Methods in org.compass.core.engine with parameters of type Property.Store
 Property SearchEngine.createProperty(String name, byte[] value, Property.Store store)
          Creates a binary property.
 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.Store in org.compass.core.impl
 

Methods in org.compass.core.impl with parameters of type Property.Store
 Property DefaultCompassSession.createProperty(String name, byte[] value, Property.Store store)
           
 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.Store in org.compass.core.lucene.engine
 

Methods in org.compass.core.lucene.engine with parameters of type Property.Store
 Property LuceneSearchEngine.createProperty(String name, byte[] value, Property.Store store)
           
 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.Store in org.compass.core.lucene.util
 

Methods in org.compass.core.lucene.util with parameters of type Property.Store
static Field.Store LuceneUtils.getFieldStore(Property.Store store)
           
 

Uses of Property.Store in org.compass.core.mapping
 

Methods in org.compass.core.mapping that return Property.Store
 Property.Store ResourcePropertyMapping.getStore()
           
 Property.Store AbstractResourcePropertyMapping.getStore()
           
 

Methods in org.compass.core.mapping with parameters of type Property.Store
 void AbstractResourcePropertyMapping.setStore(Property.Store store)
           
 

Uses of Property.Store in org.compass.core.mapping.rsem
 

Methods in org.compass.core.mapping.rsem that return Property.Store
 Property.Store RawResourcePropertyIdMapping.getStore()
           
 Property.Store RawResourcePropertyAnalyzerController.getStore()
           
 Property.Store RawBoostPropertyMapping.getStore()
           
 

Uses of Property.Store in org.compass.core.mapping.xsem
 

Methods in org.compass.core.mapping.xsem that return Property.Store
 Property.Store XmlPropertyAnalyzerController.getStore()
           
 Property.Store XmlIdMapping.getStore()
           
 Property.Store XmlBoostPropertyMapping.getStore()
           
 

Uses of Property.Store in org.compass.gps.device.jdbc.mapping
 

Methods in org.compass.gps.device.jdbc.mapping that return Property.Store
 Property.Store DataColumnToPropertyMapping.getPropertyStore()
           
 Property.Store ColumnToPropertyMapping.getPropertyStore()
          Returns the property store option.
 Property.Store AbstractConstantColumnToPropertyMapping.getPropertyStore()
           
 

Methods in org.compass.gps.device.jdbc.mapping with parameters of type Property.Store
 void DataColumnToPropertyMapping.setPropertyStore(Property.Store propertyStore)
           
 

Constructors in org.compass.gps.device.jdbc.mapping with parameters of type Property.Store
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.