format
boolean getSearch(int indexType)
description
Determines if a particular type of search is enabled. For example, you would call getSearch(Eve.COLOR) to determine if a color search is enabled in the object.
getSearch(Eve.COLOR)
You set the weighting of a particular type of search with the setSearch() methods. See also setSearch (int, boolean, double).
setSearch()
parameters
indexType - the type of search for which to query
indexType
returns
TRUE - if the search is enabled
TRUE
FALSE - if the search is disabled
FALSE
throws
The getSearch() method does not throw any exceptions.
getSearch()