public interface SearchInputField
| Modifier and Type | Method and Description |
|---|---|
void |
addValues(Collection<? extends Object> values)
Add values to this field.
|
void |
addValues(Object... values)
Add values to this field.
|
float |
getBoost() |
Object |
getFirstValue()
May return null.
|
String |
getName() |
Collection<Object> |
getValues()
May return an empty collection, but never null.
|
void |
setBoost(float boost)
Set the boost level for this field.
|
void addValues(Object... values)
void addValues(Collection<? extends Object> values)
void setBoost(float boost)
String getName()
float getBoost()
Collection<Object> getValues()
Object getFirstValue()
Copyright © 2021. All rights reserved.