|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.portlets.admin.forwardindexportlet.gwt.shared.FieldBean
public class FieldBean
A field used to represent a field of a Full Text Index Type
| Constructor Summary | |
|---|---|
FieldBean()
An empty constructor |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FieldBean()
| Method Detail |
|---|
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 field
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||