Uses of Class
org.apache.lucene.search.LeafSimScorer
-
Packages that use LeafSimScorer Package Description org.apache.lucene.search Code to search indices. -
-
Uses of LeafSimScorer in org.apache.lucene.search
Constructors in org.apache.lucene.search with parameters of type LeafSimScorer Constructor Description TermScorer(Weight weight, PostingsEnum postingsEnum, LeafSimScorer docScorer)Construct aTermScorerthat will iterate all documents.
-