|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.api.search.checkers.IndexChecker
public class IndexChecker
Checks values of Indexes
.
Field Summary | |
---|---|
static int |
MAXIMUM_DOCS_PER_REQUEST
The maximum number of documents allowed per index and delete request. |
static int |
MAXIMUM_INDEX_NAME_LENGTH
The maximum length for an index name. |
Constructor Summary | |
---|---|
IndexChecker()
|
Method Summary | |
---|---|
static java.lang.String |
checkName(java.lang.String indexName)
Checks whether an index name is valid. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MAXIMUM_INDEX_NAME_LENGTH
public static final int MAXIMUM_DOCS_PER_REQUEST
Constructor Detail |
---|
public IndexChecker()
Method Detail |
---|
public static java.lang.String checkName(java.lang.String indexName)
indexName
- the index name to check
java.lang.IllegalArgumentException
- if the index name is not valid.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |