- java.lang.Object
-
- org.apache.lucene.search.DocIdSetIterator
-
- org.apache.lucene.index.DocsEnum
-
- org.apache.lucene.search.Scorer
-
- org.elasticsearch.common.lucene.search.EmptyScorer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.lucene.search.Scorer
org.apache.lucene.search.Scorer.ChildScorer
-
Field Summary
-
Fields inherited from class org.apache.lucene.search.Scorer
weight
-
Fields inherited from class org.apache.lucene.index.DocsEnum
FLAG_FREQS, FLAG_NONE
-
Fields inherited from class org.apache.lucene.search.DocIdSetIterator
NO_MORE_DOCS
-
Constructor Summary
Constructors
Constructor and Description |
EmptyScorer(org.apache.lucene.search.Weight weight) |
-
Method Summary
-
Methods inherited from class org.apache.lucene.search.Scorer
getChildren, getWeight
-
Methods inherited from class org.apache.lucene.index.DocsEnum
attributes
-
Methods inherited from class org.apache.lucene.search.DocIdSetIterator
empty, slowAdvance
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
docID
public int docID()
- Specified by:
docID
in class org.apache.lucene.search.DocIdSetIterator
-
cost
public long cost()
- Specified by:
cost
in class org.apache.lucene.search.DocIdSetIterator
Copyright © 2009–2015. All rights reserved.