Skip to content

blevesearch/bleve-mapping-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

68a6b85 · Apr 14, 2025
Sep 4, 2019
Jan 13, 2021
Oct 19, 2015
Mar 30, 2017
Sep 29, 2016
Jul 28, 2015
Oct 10, 2015
Apr 17, 2014
Oct 19, 2015
Mar 30, 2017
Apr 14, 2025
Apr 14, 2025
Dec 12, 2024
Mar 25, 2017
Apr 1, 2016
Oct 22, 2015
Nov 5, 2015
Jul 1, 2016

Repository files navigation

bleve mapping UI

A reusable, web-based editor and viewer UI for bleve IndexMapping JSON based on angular JS, angular-bootstrap and the angular-ui-control.

Demo

Build the sample webapp...

go build ./cmd/sample

Run the sample webapp...

./sample

Browse to this URL...

http://localhost:9090/sample.html

Screenshot

screenshot

License

Apache License Version 2.0

For bleve mapping UI developers

Code generation

There's static bindata resources, which can be regenerated using...

go generate

Unit tests

There are some "poor man's" unit tests, which you can run by visiting...

http://localhost:9090/mapping_test.html