public class FieldBean extends Object implements com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
FieldBean()
An empty constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBoost()
A method used to the ranking boost to be used for this field
|
boolean |
getIndex()
A method used to the indicator of whether the field should be indexed or
not
|
String |
getName()
A method use to get the field's name
|
boolean |
getReturned()
A method used to the indicator of whether the field should be returned or
not
|
boolean |
getSort()
A method used to the indicator of whether the field should be sorted or
not
|
boolean |
getStore()
A method used to the indicator of whether the field should be stored or
not
|
boolean |
getTokenize()
A method used to the indicator of whether the field should be tokenized
or not
|
void |
setBoost(String boost)
Sets the ranking boost to be used for this field
|
void |
setIndex(boolean index)
Sets the indicator if whether this field should be indexed
|
void |
setName(String name)
Sets the name of this field
|
void |
setReturned(boolean returned)
Sets the indicator if whether this field should be returned
|
void |
setSort(boolean sort)
Sets the indicator if whether this field should be sorted
|
void |
setStore(boolean store)
Sets the indicator if whether this field should be stored
|
void |
setTokenize(boolean tokenize)
Sets the indicator if whether this field should be tokenized
|
public String getName()
public boolean getIndex()
public boolean getStore()
public boolean getReturned()
public boolean getTokenize()
public boolean getSort()
public String getBoost()
public void setName(String name)
name - -
the name of the fieldpublic void setIndex(boolean index)
index - -
true if the field should be indexedpublic void setStore(boolean store)
store - -
true if the field should be storedpublic void setReturned(boolean returned)
returned - -
true if the field should be returnedpublic void setTokenize(boolean tokenize)
tokenize - -
true if the field should be tokenizedpublic void setSort(boolean sort)
sort - -
true if the field should be sortedpublic void setBoost(String boost)
boost - -
the ranking boost to be used for this fieldCopyright © 2014. All Rights Reserved.