MCPcopy
hub / github.com/dgraph-io/dgraph / GetTokenizer

Method GetTokenizer

protos/pb/pb.pb.go:3748–3753  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3746}
3747
3748func (x *SchemaNode) GetTokenizer() []string {
3749 if x != nil {
3750 return x.Tokenizer
3751 }
3752 return nil
3753}
3754
3755func (x *SchemaNode) GetReverse() bool {
3756 if x != nil {

Callers 3

addIndexMapEntriesMethod · 0.45
toSchemaFunction · 0.45
populateSchemaFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected