|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.core.query.lucene.AbstractQueryHits
org.apache.jackrabbit.core.query.lucene.ChildNodesQueryHits
public class ChildNodesQueryHits
ChildNodesQueryHits implements query hits that returns the child
nodes of another given query hits.
| Constructor Summary | |
|---|---|
ChildNodesQueryHits(QueryHits parents,
SessionImpl session)
Creates a new ChildNodesQueryHits that returns the child
nodes of all query hits from the given parents. |
|
| Method Summary | |
|---|---|
void |
close()
This default implemetation does nothing. |
org.apache.jackrabbit.core.query.lucene.ScoreNode |
nextScoreNode()
Returns the next score node in this QueryHits or null if
there are no more score nodes. |
| Methods inherited from class org.apache.jackrabbit.core.query.lucene.AbstractQueryHits |
|---|
getSize, skip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChildNodesQueryHits(QueryHits parents,
SessionImpl session)
throws java.io.IOException
ChildNodesQueryHits that returns the child
nodes of all query hits from the given parents.
parents - the parent query hits.session - the session that executes the query.
java.io.IOException - if an error occurs while reading from
parents| Method Detail |
|---|
public void close()
throws java.io.IOException
close in interface CloseableHitsclose in class AbstractQueryHitsjava.io.IOException - if an error occurs while releasing resources.
public org.apache.jackrabbit.core.query.lucene.ScoreNode nextScoreNode()
throws java.io.IOException
null if
there are no more score nodes.
java.io.IOException - if an error occurs while reading from the index.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||