|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.search.Scorer.ChildScorer
public static class Scorer.ChildScorer
A child Scorer and its relationship to its parent. the meaning of the relationship depends upon the parent query.
| Field Summary | |
|---|---|
Scorer |
child
Child Scorer. |
String |
relationship
An arbitrary string relating this scorer to the parent. |
| Constructor Summary | |
|---|---|
Scorer.ChildScorer(Scorer child,
String relationship)
Creates a new ChildScorer node with the specified relationship. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final Scorer child
public final String relationship
| Constructor Detail |
|---|
public Scorer.ChildScorer(Scorer child,
String relationship)
The relationship can be any be any string that makes sense to the parent Scorer.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||