org.apache.lucene.search
Class Scorer.ChildScorer
java.lang.Object
org.apache.lucene.search.Scorer.ChildScorer
- Enclosing class:
- Scorer
public static class Scorer.ChildScorer
- extends Object
a child Scorer and its relationship to its parent.
the meaning of the relationship depends upon the parent query.
- WARNING: This API is experimental and might change in incompatible ways in the next release.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
child
public final Scorer child
relationship
public final String relationship
Scorer.ChildScorer
public Scorer.ChildScorer(Scorer child,
String relationship)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.