Uses of Class
org.apache.lucene.search.DocAndFloatFeatureBuffer
Packages that use DocAndFloatFeatureBuffer
Package
Description
Code to maintain and access indices.
Code to search indices.
-
Uses of DocAndFloatFeatureBuffer in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type DocAndFloatFeatureBufferModifier and TypeMethodDescriptionvoidPostingsEnum.nextPostings(int upTo, DocAndFloatFeatureBuffer buffer) Fill a buffer of doc IDs and frequencies with some number of doc IDs and their corresponding frequencies, starting at the current doc ID, and ending beforeupTo. -
Uses of DocAndFloatFeatureBuffer in org.apache.lucene.search
Methods in org.apache.lucene.search with parameters of type DocAndFloatFeatureBufferModifier and TypeMethodDescriptionvoidDocAndScoreAccBuffer.copyFrom(DocAndFloatFeatureBuffer buffer) Copy content from the givenDocAndFloatFeatureBuffer, expanding float scores to doubles.voidConstantScoreScorer.nextDocsAndScores(int upTo, Bits liveDocs, DocAndFloatFeatureBuffer buffer) voidScorer.nextDocsAndScores(int upTo, Bits liveDocs, DocAndFloatFeatureBuffer buffer) Return a new batch of doc IDs and scores, starting at the current doc ID, and ending beforeupTo.voidTermScorer.nextDocsAndScores(int upTo, Bits liveDocs, DocAndFloatFeatureBuffer buffer)