public class IndexedData.AttributeValue extends Object
IndexedData record.| Modifier and Type | Method and Description |
|---|---|
protected void |
appendValue(String text,
Double weight,
boolean exact,
boolean storeData) |
PK |
getLangPK()
The language pk.
|
String |
getQualifier()
The field qualifier/name.
|
String |
getText()
The field value text.
|
Double |
getWeight()
The field weight.
|
boolean |
isExact()
If true the field value text is not being processed by any analyzer or tokenizer.
|
boolean |
isStoreData()
Tells whether or not the original data of this field should be stored inside the lucene search document.
|
void |
setExact(boolean exact)
Changes this field's exact flag.
|
void |
setStoreData(boolean store)
Changes the store data flag of this field.
|
void |
setText(String txt)
Changes this field's text.
|
void |
setWeight(Double weight)
Changes this field's weight.
|
String |
toString() |
public String getQualifier()
public String getText()
public void setText(String txt)
txt - the new text, cannot be null!protected void appendValue(String text, Double weight, boolean exact, boolean storeData)
public Double getWeight()
public void setWeight(Double weight)
weight - the new weightpublic boolean isExact()
public void setExact(boolean exact)
exact - the new exact flagpublic boolean isStoreData()
public void setStoreData(boolean store)
store - the new store flagpublic PK getLangPK()
Copyright © 2017 SAP SE. All Rights Reserved.