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

Packages that use Property.Store
org.compass.annotations.config.binding   
org.compass.core   
org.compass.core.converter.basic   
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.rsem   
org.compass.core.mapping.support   
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 ResourceFactory.createProperty(String name, byte[] value, Property.Store store)
          Creates a binary property.
 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.Store.toString(Property.Store propertyStore)
           
 

Uses of Property.Store in org.compass.core.converter.basic
 

Methods in org.compass.core.converter.basic that return Property.Store
 Property.Store AbstractBasicConverter.suggestStore()
           
 

Uses of Property.Store in org.compass.core.converter.dynamic
 

Methods in org.compass.core.converter.dynamic that return Property.Store
 Property.Store AbstractDynamicConverter.suggestStore()
           
 

Uses of Property.Store in org.compass.core.converter.json
 

Methods in org.compass.core.converter.json that return Property.Store
 Property.Store ResourcePropertyJsonValueConverter.suggestStore()
           
 

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

Methods in org.compass.core.converter.mapping that return Property.Store
 Property.Store ResourcePropertyConverter.suggestStore()
          The converter can suggest the store type for this type in case no explicit one is configured.
 

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

Methods in org.compass.core.converter.mapping.support that return Property.Store
 Property.Store FormatDelegateConverter.suggestStore()
           
 

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

Methods in org.compass.core.converter.xsem that return Property.Store
 Property.Store ResourcePropertyValueConverter.suggestStore()
           
 

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

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

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

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

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

Methods in org.compass.core.mapping.json that return Property.Store
 Property.Store JsonPropertyAnalyzerController.getStore()
           
 Property.Store JsonIdMapping.getStore()
           
 Property.Store JsonBoostPropertyMapping.getStore()
           
 

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

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

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

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-2008 The Compass Project.