SearchReturnValues Property
Controls whether the search operation returns values of attributes, or only types.
Syntax
public boolean getSearchReturnValues(); public void setSearchReturnValues(boolean searchReturnValues);
Remarks
This property controls whether the search operation returns values of attributes, or only types. If only attributes are needed, disabling returning of values will enhance performance.
Default Value
True