jruby/docs BETA
Navigation
org.apache.lucene.codecs 40
C BlockTermState
C BufferingKnnVectorsWriter
C Codec
C CodecUtil
C CompetitiveImpactAccumulator
C CompoundDirectory
C CompoundFormat
C DocValuesConsumer
C DocValuesFormat
C DocValuesProducer
C FieldInfosFormat
C FieldsConsumer
C FieldsProducer
C FilterCodec
C Impact
C KnnFieldVectorsWriter
C KnnVectorsFormat
C KnnVectorsReader
C KnnVectorsWriter
C LiveDocsFormat
C MultiLevelSkipListReader
C MultiLevelSkipListWriter
C MutablePointTree
C NormsConsumer
C NormsFormat
C NormsProducer
C PointsFormat
C PointsReader
C PointsWriter
C PostingsFormat
C PostingsReaderBase
C PostingsWriterBase
C PushPostingsWriterBase
C SegmentInfoFormat
C StoredFieldsFormat
C StoredFieldsReader
C StoredFieldsWriter
C TermVectorsFormat
C TermVectorsReader
C TermVectorsWriter
Impact — members 6
F freq() int
F norm() long
C new(freq, norm)
M equals(obj) boolean
M hash_code() int
M to_string() String

org.apache.lucene.codecs.Impact

class final 6 members

Per-document scoring factors.

Fields

fieldtypenote
freq int Term frequency of the term in the document.
norm long Norm factor of the document.

Constructors

new

new ( int freq, long norm )
Java: <init>(int freq, long norm)

Constructor.

Instance Methods

equals

boolean equals ( Object obj )
Java: equals(Object obj)

hash_code

int hash_code ( )
Java: hashCode()

to_string

String to_string ( )
Java: toString()
this work for additional information regarding copyright ownership.