com.atlassian.confluence.search.contentnames
Interface DocumentResultScores.Block
- Enclosing interface:
- DocumentResultScores
public static interface DocumentResultScores.Block
Callback interface to provide clients with the ability to run custom code against all document and score pairs
maintained by this class.
Method Summary |
void |
execute(int docId,
float score)
|
execute
void execute(int docId,
float score)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2003-2013 Atlassian. All Rights Reserved.