Giter VIP home page Giter VIP logo

elasticsearch-sk's People

Contributors

drndos avatar jooray avatar zaijo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

elasticsearch-sk's Issues

MapperParsingException[Analyzer [sk_SK] not found for field [text]]

Môj Cluster : 3x (Data + Master) Noda + 1 Noda pre Web
Všade podľa postupu rozbehaný hunspell-sk a reštartovaný celá cluster.
Pokial som išiel správne podľa návodu vráti mi hlášku o chybe, ze nevie nájsť analyzér :

Zoznam súborov v adresári :
[root@Web]# tree /usr/share/elasticsearch/config/
/usr/share/elasticsearch/config/

hunspell

sk_SK

settings.yml
sk_SK.aff
sk_SK.dic

Index mi vytvorí, aj to mi je divné lebo je v ňom zadefinovaný ten analyzér

Ale ak chcem urobiť mapping končí chybou :

curl -XPUT "http://localhost:9200/hunspell/_mapping/tests" -d '{
"tests": {
"properties": {
"text": {
"type": "string",
"analyzer": "sk_SK"
}
}
}
}'
{"error":"RemoteTransportException[[Node2][inet[/10.10.10.4:9300]][indices:admin/mapping/put]]; nested: MapperParsingException[Analyzer [sk_SK] not found for field [text]]; ","status":400}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.