|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScoreNodeIterator
Extends the NodeIterator interface by adding a getScore() method that returns the score for the node that is returned by
NodeIterator.nextNode().
| Method Summary | |
|---|---|
float |
getScore()
Returns the score of the node returned by NodeIterator.nextNode(). |
org.apache.jackrabbit.core.query.lucene.ScoreNode[] |
getScoreNodes()
Returns the score nodes related to the node returned by nextNodeImpl() but does not move the iterator forward. |
NodeImpl |
nextNodeImpl()
Returns the next Node in the result set. |
| Methods inherited from interface javax.jcr.NodeIterator |
|---|
nextNode |
| Methods inherited from interface javax.jcr.RangeIterator |
|---|
getPosition, getSize, skip |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next, remove |
| Method Detail |
|---|
float getScore()
NodeIterator.nextNode(). In other
words, this method returns the score value of the next
Node.
NodeIterator.nextNode().
java.util.NoSuchElementException - if there is no next node.org.apache.jackrabbit.core.query.lucene.ScoreNode[] getScoreNodes()
nextNodeImpl() but does not move the iterator forward.
nextNodeImpl().
java.util.NoSuchElementException - if there is no next node.NodeImpl nextNodeImpl()
Node in the result set.
Node in the result set.
java.util.NoSuchElementException - if iteration has no more Nodes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||