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

Packages that use Property.TermVector
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.gps.device.jdbc   
org.compass.gps.device.jdbc.mapping   
 

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

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

Uses of Property.TermVector in org.compass.core
 

Fields in org.compass.core declared as Property.TermVector
static Property.TermVector Property.TermVector.NO
          Do not store term vectors.
static Property.TermVector Property.TermVector.WITH_OFFSETS
          Store the term vector + Token offset information
static Property.TermVector Property.TermVector.WITH_POSITIONS
          Store the term vector + token position information
static Property.TermVector Property.TermVector.WITH_POSITIONS_OFFSETS
          Store the term vector + Token position and offset information
static Property.TermVector Property.TermVector.YES
          Store the term vectors of each document.
 

Methods in org.compass.core that return Property.TermVector
static Property.TermVector Property.TermVector.fromString(String propertyTermVector)
           
 

Methods in org.compass.core with parameters of type Property.TermVector
 Property CompassTemplate.createProperty(String name, Reader value, Property.TermVector termVector)
           
 Property CompassOperations.createProperty(String name, Reader value, Property.TermVector termVector)
          Creates a property (indexed, and not stored) for the specified reader.
 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.TermVector.toString(Property.TermVector propertyTermVector)
           
 

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

Methods in org.compass.core.engine with parameters of type Property.TermVector
 Property SearchEngine.createProperty(String name, Reader value, Property.TermVector termVector)
          Creates a property (indexed, and not stored) for the specified reader.
 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.TermVector in org.compass.core.impl
 

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

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

Methods in org.compass.core.lucene.engine that return Property.TermVector
 Property.TermVector LuceneSettings.getAllPropertyTermVector()
           
 

Methods in org.compass.core.lucene.engine with parameters of type Property.TermVector
 Property LuceneSearchEngine.createProperty(String name, Reader value, Property.TermVector termVector)
           
 Property LuceneSearchEngine.createProperty(String name, String value, Property.Store store, Property.Index index, Property.TermVector termVector)
           
 void LuceneSettings.setAllPropertyTermVector(Property.TermVector allPropertyTermVector)
           
 

Uses of Property.TermVector in org.compass.core.lucene.util
 

Methods in org.compass.core.lucene.util with parameters of type Property.TermVector
static Field.TermVector LuceneUtils.getFieldTermVector(Property.TermVector termVector)
           
 

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

Methods in org.compass.core.mapping that return Property.TermVector
 Property.TermVector ResourceMapping.getAllTermVector()
          Returns the term vector configuration for the given all proeprty.
 Property.TermVector AbstractResourceMapping.getAllTermVector()
           
 Property.TermVector ResourcePropertyMapping.getTermVector()
           
 Property.TermVector AbstractResourcePropertyMapping.getTermVector()
           
 

Methods in org.compass.core.mapping with parameters of type Property.TermVector
 void AbstractResourceMapping.setAllTermVector(Property.TermVector allTermVector)
           
 void AbstractResourcePropertyMapping.setTermVector(Property.TermVector termVector)
           
 

Uses of Property.TermVector in org.compass.gps.device.jdbc
 

Methods in org.compass.gps.device.jdbc that return Property.TermVector
 Property.TermVector ResultSetResourceMappingResolver.getAllTermVector()
          Returns the term vector setting for the all property.
 

Methods in org.compass.gps.device.jdbc with parameters of type Property.TermVector
 void ResultSetResourceMappingResolver.setAllTermVector(Property.TermVector allTermVector)
          Sets the term vector setting for the all property.
 

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

Methods in org.compass.gps.device.jdbc.mapping that return Property.TermVector
 Property.TermVector DataColumnToPropertyMapping.getPropertyTermVector()
           
 Property.TermVector ColumnToPropertyMapping.getPropertyTermVector()
          Returns the property termVector option.
 Property.TermVector AbstractConstantColumnToPropertyMapping.getPropertyTermVector()
           
 

Methods in org.compass.gps.device.jdbc.mapping with parameters of type Property.TermVector
 void DataColumnToPropertyMapping.setPropertyTermVector(Property.TermVector propertyTermVector)
           
 

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