@Deprecated public class ChildrenConstantScoreQuery extends IndexCacheableQuery
| コンストラクタと説明 |
|---|
ChildrenConstantScoreQuery(IndexParentChildFieldData parentChildIndexFieldData,
org.apache.lucene.search.Query childQuery,
String parentType,
String childType,
org.apache.lucene.search.Filter parentFilter,
int shortCircuitParentDocSet,
org.apache.lucene.search.join.BitSetProducer nonNestedDocsFilter)
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
org.apache.lucene.search.Weight |
doCreateWeight(org.apache.lucene.search.IndexSearcher searcher,
boolean needsScores)
非推奨です。
Create a
Weight for this query. |
boolean |
equals(Object obj)
非推奨です。
|
int |
hashCode()
非推奨です。
|
org.apache.lucene.search.Query |
rewrite(org.apache.lucene.index.IndexReader reader)
非推奨です。
|
String |
toString(String field)
非推奨です。
|
createWeightpublic ChildrenConstantScoreQuery(IndexParentChildFieldData parentChildIndexFieldData, org.apache.lucene.search.Query childQuery, String parentType, String childType, org.apache.lucene.search.Filter parentFilter, int shortCircuitParentDocSet, org.apache.lucene.search.join.BitSetProducer nonNestedDocsFilter)
public org.apache.lucene.search.Query rewrite(org.apache.lucene.index.IndexReader reader)
throws IOException
rewrite クラス内 IndexCacheableQueryIOExceptionpublic org.apache.lucene.search.Weight doCreateWeight(org.apache.lucene.search.IndexSearcher searcher,
boolean needsScores)
throws IOException
IndexCacheableQueryWeight for this query.doCreateWeight クラス内 IndexCacheableQueryIOExceptionQuery.createWeight(IndexSearcher, boolean)public boolean equals(Object obj)
equals クラス内 IndexCacheableQuerypublic int hashCode()
hashCode クラス内 IndexCacheableQueryCopyright © 2009–2016. All rights reserved.