public class IndexInfo extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
fts |
protected boolean |
geospatial |
protected boolean |
opensearch |
protected boolean |
similarity |
| Constructor and Description |
|---|
IndexInfo()
The constructor of the class
|
| Modifier and Type | Method and Description |
|---|---|
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
|
protected boolean fts
protected boolean geospatial
protected boolean similarity
protected boolean opensearch
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 String indexType()
Copyright © 2015. All Rights Reserved.