MCPcopy Index your code
hub / github.com/blevesearch/bleve / NumericField

Struct NumericField

document/field_numeric.go:38–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36const DefaultPrecisionStep uint = 4
37
38type NumericField struct {
39 name string
40 arrayPositions []uint64
41 options index.FieldIndexingOptions
42 value numeric.PrefixCoded
43 numPlainTextBytes uint64
44 length int
45 frequencies index.TokenFrequencies
46}
47
48func (n *NumericField) Size() int {
49 var freqSize int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected