Class IndexSearchValue

java.lang.Object
de.elo.ix.client.IndexSearchValue
All Implemented Interfaces:
Serializable

public class IndexSearchValue extends Object implements Serializable
This class is used to search for index values in aspect objects. Regardless of whether the search-mode is set to SearchModeC.OR, all of the conditions defined in this class must be met. Please not that you must use the correct field according to the aspect's line type. The Indexserver will not evaluate other fields. That means that if the aspect's line type is AspectLineC.TYPE_DOUBLE, the Indexserver will look at doubleValue and doubleValues only.
Since:
21.03.000.003
See Also: