Documentation
¶
Index ¶
- type Analyzer
- type ChainAnalyzer
- type Cursor
- type Engine
- func (e *Engine) CreateNumberMapping(m *pb.NumberMapping) error
- func (e *Engine) CreatePropertiesMapping(mapping *pb.PropertiesMapping) error
- func (e *Engine) CreateTextMapping(mapping *pb.TextMapping) error
- func (e *Engine) DeleteObjectMappings(id string) error
- func (e *Engine) Feed(msg *pb.MessageFeed) error
- func (e *Engine) Search(query *pb.SearchQuery) ([]string, error)
- type Store
- type TextTokenizer
- type TokenStream
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChainAnalyzer ¶
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
func (*Engine) CreateNumberMapping ¶
func (e *Engine) CreateNumberMapping(m *pb.NumberMapping) error
func (*Engine) CreatePropertiesMapping ¶
func (e *Engine) CreatePropertiesMapping(mapping *pb.PropertiesMapping) error
func (*Engine) CreateTextMapping ¶
func (e *Engine) CreateTextMapping(mapping *pb.TextMapping) error
func (*Engine) DeleteObjectMappings ¶
type Store ¶
type TextTokenizer ¶
type TextTokenizer interface {
TokenizeText(text string, originalMappedCount uint32) TokenStream
}
type TokenStream ¶
type TokenStream interface { Flip() Next() string }
Click to show internal directories.
Click to hide internal directories.