MCPcopy Create free account
hub / github.com/blevesearch/bleve / MapDocument

Method MapDocument

mapping/mapping.go:50–50  ·  view source on GitHub ↗
(doc *document.Document, data interface{})

Source from the content-addressed store, hash-verified

48
49type IndexMapping interface {
50 MapDocument(doc *document.Document, data interface{}) error
51 Validate() error
52
53 DateTimeParserNamed(name string) analysis.DateTimeParser

Implementers 1

IndexMappingImplmapping/index.go

Calls

no outgoing calls