|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
ResourceFactory.createProperty(String name,
Reader value,
Property.TermVector termVector)
Creates a property (indexed, and not stored) for the specified reader. |
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.TermVector.toString(Property.TermVector propertyTermVector)
|
| Uses of Property.TermVector in org.compass.core.converter.basic |
|---|
| Methods in org.compass.core.converter.basic that return Property.TermVector | |
|---|---|
Property.TermVector |
AbstractBasicConverter.suggestTermVector()
|
| Uses of Property.TermVector in org.compass.core.converter.dynamic |
|---|
| Methods in org.compass.core.converter.dynamic that return Property.TermVector | |
|---|---|
Property.TermVector |
AbstractDynamicConverter.suggestTermVector()
|
| Uses of Property.TermVector in org.compass.core.converter.json |
|---|
| Methods in org.compass.core.converter.json that return Property.TermVector | |
|---|---|
Property.TermVector |
ResourcePropertyJsonValueConverter.suggestTermVector()
|
| Uses of Property.TermVector in org.compass.core.converter.mapping |
|---|
| Methods in org.compass.core.converter.mapping that return Property.TermVector | |
|---|---|
Property.TermVector |
ResourcePropertyConverter.suggestTermVector()
The converter can suggest if term vectors should be saved for this type in case no explicit one is configured. |
| Uses of Property.TermVector in org.compass.core.converter.mapping.support |
|---|
| Methods in org.compass.core.converter.mapping.support that return Property.TermVector | |
|---|---|
Property.TermVector |
FormatDelegateConverter.suggestTermVector()
|
| Uses of Property.TermVector in org.compass.core.converter.xsem |
|---|
| Methods in org.compass.core.converter.xsem that return Property.TermVector | |
|---|---|
Property.TermVector |
ResourcePropertyValueConverter.suggestTermVector()
|
| Uses of Property.TermVector in org.compass.core.lucene |
|---|
| Methods in org.compass.core.lucene with parameters of type Property.TermVector | |
|---|---|
Property |
LuceneResourceFactory.createProperty(String name,
Reader value,
Property.TermVector termVector)
|
Property |
LuceneResourceFactory.createProperty(String name,
String value,
Property.Store store,
Property.Index index,
Property.TermVector termVector)
|
Property |
LuceneResourceFactory.createProperty(String name,
TokenStream tokenStream,
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()
|
| 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 |
ResourcePropertyMapping.getTermVector()
|
Property.TermVector |
AllMapping.getTermVector()
Returns the term vector configuration for the given all proeprty. |
| Uses of Property.TermVector in org.compass.core.mapping.internal |
|---|
| Methods in org.compass.core.mapping.internal that return Property.TermVector | |
|---|---|
Property.TermVector |
DefaultAllMapping.getTermVector()
|
| Methods in org.compass.core.mapping.internal with parameters of type Property.TermVector | |
|---|---|
void |
InternalResourcePropertyMapping.setTermVector(Property.TermVector termVector)
|
void |
InternalAllMapping.setTermVector(Property.TermVector termVector)
|
void |
DefaultAllMapping.setTermVector(Property.TermVector termVector)
|
| Uses of Property.TermVector in org.compass.core.mapping.json |
|---|
| Methods in org.compass.core.mapping.json that return Property.TermVector | |
|---|---|
Property.TermVector |
JsonPropertyAnalyzerController.getTermVector()
|
Property.TermVector |
JsonContentMapping.getTermVector()
Json content mapping is alwasy NO. |
Property.TermVector |
JsonBoostPropertyMapping.getTermVector()
|
| Uses of Property.TermVector in org.compass.core.mapping.rsem |
|---|
| Methods in org.compass.core.mapping.rsem that return Property.TermVector | |
|---|---|
Property.TermVector |
RawResourcePropertyAnalyzerController.getTermVector()
|
Property.TermVector |
RawBoostPropertyMapping.getTermVector()
|
| Uses of Property.TermVector in org.compass.core.mapping.support |
|---|
| Methods in org.compass.core.mapping.support that return Property.TermVector | |
|---|---|
Property.TermVector |
AbstractResourcePropertyMapping.getTermVector()
|
| Methods in org.compass.core.mapping.support with parameters of type Property.TermVector | |
|---|---|
void |
AbstractResourcePropertyMapping.setTermVector(Property.TermVector termVector)
|
| Uses of Property.TermVector in org.compass.core.mapping.xsem |
|---|
| Methods in org.compass.core.mapping.xsem that return Property.TermVector | |
|---|---|
Property.TermVector |
XmlPropertyAnalyzerController.getTermVector()
|
Property.TermVector |
XmlContentMapping.getTermVector()
Xml content mapping is alwasy NO. |
Property.TermVector |
XmlBoostPropertyMapping.getTermVector()
|
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||