Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 272 Bytes

notes.md

File metadata and controls

21 lines (17 loc) · 272 Bytes

Custom mapping

enum fieldType

  • string
  • boolean
  • decimal
  • integer
  • date
  • object
  • keyword

Field { name: String, type: FieldType, enabled: Boolean }

Mapping(Version, Vec)

IndexManager(HashMap<Index, Mappings>) init(&self) -> impl Future<Item=()>>