protected class ChildrenQuery.ParentWeight
extends org.apache.lucene.search.Weight
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected org.apache.lucene.search.Weight |
childWeight |
protected ChildrenQuery.ParentCollector |
collector |
protected int |
maxChildren |
protected int |
minChildren |
protected org.apache.lucene.search.Filter |
parentFilter |
protected float |
queryNorm |
protected float |
queryWeight |
protected long |
remaining |
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
ParentWeight(org.apache.lucene.search.Query query,
org.apache.lucene.search.Weight childWeight,
org.apache.lucene.search.Filter parentFilter,
long remaining,
ChildrenQuery.ParentCollector collector,
int minChildren,
int maxChildren) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
org.apache.lucene.search.Explanation |
explain(org.apache.lucene.index.LeafReaderContext context,
int doc) |
void |
extractTerms(Set<org.apache.lucene.index.Term> terms) |
float |
getValueForNormalization() |
void |
normalize(float norm,
float topLevelBoost) |
org.apache.lucene.search.Scorer |
scorer(org.apache.lucene.index.LeafReaderContext context) |
protected final org.apache.lucene.search.Weight childWeight
protected final org.apache.lucene.search.Filter parentFilter
protected final ChildrenQuery.ParentCollector collector
protected final int minChildren
protected final int maxChildren
protected long remaining
protected float queryNorm
protected float queryWeight
protected ParentWeight(org.apache.lucene.search.Query query,
org.apache.lucene.search.Weight childWeight,
org.apache.lucene.search.Filter parentFilter,
long remaining,
ChildrenQuery.ParentCollector collector,
int minChildren,
int maxChildren)
public void extractTerms(Set<org.apache.lucene.index.Term> terms)
extractTerms クラス内 org.apache.lucene.search.Weightpublic org.apache.lucene.search.Explanation explain(org.apache.lucene.index.LeafReaderContext context,
int doc)
throws IOException
explain クラス内 org.apache.lucene.search.WeightIOExceptionpublic void normalize(float norm,
float topLevelBoost)
normalize クラス内 org.apache.lucene.search.Weightpublic float getValueForNormalization()
throws IOException
getValueForNormalization クラス内 org.apache.lucene.search.WeightIOExceptionpublic org.apache.lucene.search.Scorer scorer(org.apache.lucene.index.LeafReaderContext context)
throws IOException
scorer クラス内 org.apache.lucene.search.WeightIOExceptionCopyright © 2009–2016. All rights reserved.