I used bleve to analyze Chinese with
gojieba_bleve , when I use bleve-explorer and set dataDir to the index data generated by bleve index using gojieba, and got error:
error parsing mapping JSON: no tokenizer with name or type 'gojieba' registered
I don't know how to add tokenizer and analyzer to bleve. The gojieba's bleve code show how to regist but it need config information.The index struct has no method to get indeximpl and can not do AddCustomTokenizer and AddCustomAnalyzer to set config information to index or mapping. Could you please tell me how to add customized tokenizer and analyzer to it? Thanks!