|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValueIndexer
An indexer on field based values.
Additionally provides constants of common field names. The usage of these names is not compulsory, but will ensure a better usability for drill down and search refinement purposes.
Field Summary | |
---|---|
static String |
KEY_FIELD
Field name for language independent information representing the value. |
static String |
VALUE_FIELD
Field name for language dependent information representing the value. |
Method Summary | |
---|---|
void |
append(String name,
String value)
Appends the given textual value for indexing with respect to the defined field name. |
Field Detail |
---|
static final String KEY_FIELD
Note: Values appended as "key" will additionally be appended to a generic indexing field eligible for the standard field-based search.
static final String VALUE_FIELD
Note: Values appended as "value" will additionally be appended to a generic indexing field eligible for the standard field-based search.
Method Detail |
---|
void append(@NotNull String name, @Nullable String value)
keys
and values
.
name
- The name to append the value for.value
- The value to be appended.ValueIndexer.KEY_FIELD
,
ValueIndexer.VALUE_FIELD
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |