Strange exception in Elasticsearch 1.4.3

2015-03-13 Thread Angel Cross
Hello. Recently in our test system we started to notice the following exception. Googling and investigation of setup itself didn't make it more clear. Still have no idea why is this happening. Maybe somebody already faced the issue and knows the reason? Or have any ideas? java.lang.IllegalArgu

Improved stemming for Arabic

2014-04-24 Thread Angel Cross
Hello everyone, I'm trying to improve stemming for Arabic language. We already use elasticsearch stemmer for Arabic, but it is still not good enough to make all our stemmer tests pass. I spent few days wondering the internet but wasn't able to found something else. Only hunspell. But now I can'

Re: Highlighting fields of stored nested document with _source disabled

2014-03-13 Thread Angel Cross
*Jun Ohtani* Thanks. This helped. Now my conscience is clear =) -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscr...@googlegroups.com. To

Highlighting fields of stored nested document with _source disabled

2014-02-19 Thread Angel Cross
Hi all. I'm experiencing problems trying to highlight fields of nested document. The parent document has its _source disabled (enabled : false). Nested document and its fields has store option set to yes. And I'm trying to query and highlight it with the following request { "query": { "que

Completion suggester for multiple fields

2014-01-20 Thread Angel Cross
Hello, one small newbie question. Is it possible to use completion suggester for more than one field? Assuming all of them are of type "completion". Something like this { "song-suggest" : { "text" : "n", "completion" : { * "fields" : ["suggest", "name", "author",