Uses of Class
org.apache.lucene.codecs.lucene80.Lucene80NormsProducer.NormsEntry
-
Packages that use Lucene80NormsProducer.NormsEntry Package Description org.apache.lucene.codecs.lucene80 Components from the Lucene 8.0 index format Seeorg.apache.lucene.codecs.lucene84for an overview of the index format. -
-
Uses of Lucene80NormsProducer.NormsEntry in org.apache.lucene.codecs.lucene80
Fields in org.apache.lucene.codecs.lucene80 with type parameters of type Lucene80NormsProducer.NormsEntry Modifier and Type Field Description private java.util.Map<java.lang.Integer,Lucene80NormsProducer.NormsEntry>Lucene80NormsProducer. normsMethods in org.apache.lucene.codecs.lucene80 with parameters of type Lucene80NormsProducer.NormsEntry Modifier and Type Method Description private RandomAccessInputLucene80NormsProducer. getDataInput(FieldInfo field, Lucene80NormsProducer.NormsEntry entry)private IndexInputLucene80NormsProducer. getDisiInput(FieldInfo field, Lucene80NormsProducer.NormsEntry entry)private RandomAccessInputLucene80NormsProducer. getDisiJumpTable(FieldInfo field, Lucene80NormsProducer.NormsEntry entry)
-