getSearch

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.

 

You set the weighting of a particular type of search with the setSearch() methods. See also setSearch (int, boolean, double).

parameters

indexType - the type of search for which to query

returns

TRUE - if the search is enabled

 

FALSE - if the search is disabled

throws

The getSearch() method does not throw any exceptions.