|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
User implementable interface that controls whether to attempt another pass with the next block.
| Method Summary | |
boolean |
evalAnotherPass(SystemObject inObject,
EOSearchOptions searchOptions,
java.util.ArrayList lastResults,
java.util.ArrayList combinedResults,
java.util.ArrayList previousBlockIDs,
java.util.ArrayList remainingBlockIDs)
User implementable method that controls whether to attempt another pass with the next block. |
| Method Detail |
public boolean evalAnotherPass(SystemObject inObject,
EOSearchOptions searchOptions,
java.util.ArrayList lastResults,
java.util.ArrayList combinedResults,
java.util.ArrayList previousBlockIDs,
java.util.ArrayList remainingBlockIDs)
inObject - the Object to find matches forsearchOptions - the options used for the search. From this it is
possible to tell whether it is a weighted search or a normal match.lastResults - the ScoreElement results from the last pass of a block.
The ScoreElements are NOT sorted by weight at this pointcombinedResults - the ScoreElement results from the all previous
passes of a blocks for a findMatch.previousBlockIDs - the Block IDs that have been evaluated up to this pointremainingBlockIDs - the Block IDs that have not yet been evaluated up to this point
The ScoreElements are NOT sorted by weight at this point
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.