Uses of Class
org.apache.lucene.search.ConstantScoreWeight
-
Packages that use ConstantScoreWeight Package Description org.apache.lucene.document The logical representation of aDocument
for indexing and searching.org.apache.lucene.search Code to search indices.org.apache.lucene.search.join Support for index-time and query-time joins. -
-
Uses of ConstantScoreWeight in org.apache.lucene.document
Methods in org.apache.lucene.document with parameters of type ConstantScoreWeight Modifier and Type Method Description protected ScorerSupplier
BaseShapeDocValuesQuery. getScorerSupplier(LeafReader reader, SpatialQuery.SpatialVisitor spatialVisitor, ScoreMode scoreMode, ConstantScoreWeight weight, float boost, float score)
protected ScorerSupplier
SpatialQuery. getScorerSupplier(LeafReader reader, SpatialQuery.SpatialVisitor spatialVisitor, ScoreMode scoreMode, ConstantScoreWeight weight, float boost, float score)
-
Uses of ConstantScoreWeight in org.apache.lucene.search
Subclasses of ConstantScoreWeight in org.apache.lucene.search Modifier and Type Class Description protected static class
AbstractMultiTermQueryConstantScoreWrapper.RewritingWeight
private class
LRUQueryCache.CachingWrapperWeight
-
Uses of ConstantScoreWeight in org.apache.lucene.search.join
Subclasses of ConstantScoreWeight in org.apache.lucene.search.join Modifier and Type Class Description (package private) class
GlobalOrdinalsQuery.W
-