| Package | Description |
|---|---|
| de.hybris.platform.lucenesearch.jalo |
| Modifier and Type | Method and Description |
|---|---|
IndexedData.AttributeValue |
IndexedData.addLocalized(PK languagePK,
String qualifier,
String text,
Double weight,
boolean exact,
boolean storeData)
Adds a localized text to a specified (attribute) field.
|
IndexedData.AttributeValue |
IndexedData.addUnlocalized(String qualifier,
String text,
Double weight,
boolean exact,
boolean storeData)
Adds a unlocalized text to a specified (attribute) field.
|
protected IndexedData.AttributeValue |
IndexedData.getLocalizedValue(PK langPK,
String fieldName)
Returns a single localized field for a given language and field qualifier or null if the field does not exist
within this record.
|
protected IndexedData.AttributeValue |
IndexedData.getUnlocalizedValue(String fieldName)
Returns a single unlocalized field or null if no such field exists within this record.
|
| Modifier and Type | Method and Description |
|---|---|
Map<PK,Collection<IndexedData.AttributeValue>> |
IndexedData.getAllValues()
Provides access to all stored
attribute values inside this object. |
Collection<IndexedData.AttributeValue> |
IndexedData.getValues(PK langPK)
Returns all indexed fields for a given language.
|
protected List<IndexedData.AttributeValue> |
IndexedData.values(boolean create) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexedData.remove(IndexedData.AttributeValue value)
Removes a given attribute value from this container.
|
Copyright © 2017 SAP SE. All Rights Reserved.