whitelowrie

Results 2 issues of whitelowrie

When I use **maven** manage the project, and python environment is **anaconda** virtual env, so i got this exception: **os**: _mac os_ **project manage**: _maven_ **environment**: _anaconda virtual env_ **ide**:...

question

```properties PUT /names { "mappings": { "_doc": { "properties": { "name":{ "type":"text", "analyzer" : "ik_max_word", "search_analyzer" : "ik_smart" } } } } } POST /names/_doc { "name":"黎明前的黑暗" } ``` ###...