Understanding Sun Master Index Processing

searchExact

Description

This method performs an exact match search using the criteria specified in the object bean. Only records that exactly match the search criteria are returned in the search results object.

Syntax


SearchObjectNameResult[] searchExact(ObjectNameBean objBean)

Parameters

Name 

Type 

Description 

objBean 

ObjectNameBean

The search criteria for the exact match search. 

Returns

An array of search result records.

Throws