Unexpected high CPU / IO loading

2015-03-28 Thread Felix Ng
My cluster have unexpected high loading even there is no query / indexing recently. I suspect it is the segment merging. 1. How can I tell if it is becuase of merging? I tried to look into the HotThread... but I can't really understand the meaning. 2. I tried to turn off merging completely.

WARN exception caught on transport layer 1.4.2

2015-02-05 Thread Felix Kutscher
:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Somebody comes up with an idea why it do not work? Thanks. --- Felix -- You received this message because you are subscribed to the Google

Issue with higlighting and analyzed tokens

2014-11-20 Thread felix
it seems that for querying and highlighting a different analyzer is used. See the following commands to reproduce the issue: https://gist.github.com/fxh/3246df167e4d72b0372f I am using ES v1.3.4 Thanks for any hint. Felix -- You received this message because you are subscribed to the Google Groups

Re: Higher edit distances for Phrase suggester

2014-09-25 Thread Felix B
, Felix wrote: Hi, the problem I'm facing is, that my customer is complaining about the quality of did you mean suggestions. He is typing 'sammsuh' and expects to see a suggestion for 'samsung'. He is arguing, that google is able to suggest samsung ( https://www.google.de/webhp#q=sammsuh

Boost field does not work..

2014-06-16 Thread Felix Xu
Hi Guys, I have two types in a index, one is used for indexing topics and another one is used for indexing comments. Here is the sample mapping: *Topic*: curl -XPUT http://localhost:9200/bbs/topic/_mapping -d' { topic: { _timestamp: { enabled: true },

Boost field does not work..

2014-06-16 Thread Felix Xu
Hi Guys, I have two types in a index, one is used for indexing topics and another one is used for indexing comments. Here is the sample mapping: *Topic*: curl -XPUT http://localhost:9200/bbs/topic/_mapping -d' { topic: { _timestamp: { enabled: true },

prefix query with multiple prefixes/words

2014-05-26 Thread Felix Schwarz
over raw performance.) Any suggestions which query type I should use? Thank you, Felix -- 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

ElasticSearch: restrict results but not facet counts

2014-05-13 Thread Felix Schwarz
: { and: [{term: {user: editor}}, {term: {tag: foo}}] } Then obviously only tag foo will appear in the facet count so I need to add the {term: {tag: foo}} filter somewhere else. How do I do that in ElasticSearch? Felix -- You received this message because you are subscribed to the Google Groups

One particular value in a field isn't indexed

2014-02-11 Thread felix . kofink
Hi, this might be a rookie problem since I'm very new to elasticsearch. I'm trying to put JSON documents into elasticsearch with a field lang. However if lang is set to it elasticsearch doesn't seem to recognize the field since it's only returned when I filter for missing fields. The problem