index

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 29, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MergeSetIndex            = "mergeset"
	TextIndex                = "text"
	FieldIndex               = "field"
	TimeClusterIndex         = "timecluster"
	BloomFilterIndex         = "bloomfilter"
	BloomFilterFullTextIndex = "bloomfilter_fulltext"
	MinMaxIndex              = "minmax"
	SetIndex                 = "set"
)

Variables

Functions

func GetIndexNameByType

func GetIndexNameByType(id IndexType) (string, error)

Types

type IndexType

type IndexType int
const (
	MergeSet IndexType = iota
	Text
	Field
	TimeCluster
	BloomFilter
	BloomFilterFullText
	MinMax
	Set
	IndexTypeAll
)

func GetIndexTypeByName

func GetIndexTypeByName(name string) (IndexType, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL