|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.application.framework.contentmanagement.model.IndexInfo
public class IndexInfo
Constructor Summary | |
---|---|
IndexInfo()
The constructor of the class |
Method Summary | |
---|---|
java.lang.String |
indexType()
|
boolean |
isFts()
|
boolean |
isGeospatial()
|
boolean |
isOpenSearch()
|
boolean |
isSimilarity()
|
void |
setFts(boolean fts)
Sets the value whether a full text index exists |
void |
setGeospatial(boolean geospatial)
Sets the value whether a geo-spatial index exists |
void |
setOpenSearch(boolean openSearch)
|
void |
setSimilarity(boolean similarity)
Sets the value whether a similarity index exists |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexInfo()
Method Detail |
---|
public boolean isFts()
public boolean isOpenSearch()
public boolean isGeospatial()
public boolean isSimilarity()
public void setFts(boolean fts)
fts
- true or falsepublic void setGeospatial(boolean geospatial)
geospatial
- true or falsepublic void setSimilarity(boolean similarity)
similarity
- true or falsepublic void setOpenSearch(boolean openSearch)
public java.lang.String indexType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |