Re: Getting query count for individula fields in multi match query

2015-02-05 Thread Anand kumar
} } } } } } Thanks Vineeth Mohan, Elasticsearch consultant, qbox.io ( Elasticsearch service provider http://qbox.io) On Wed, Feb 4, 2015 at 6:44 PM, Anand kumar anand...@gmail.com javascript: wrote: Hi all, Is it possible to get the query count per field

Getting query count for individula fields in multi match query

2015-02-04 Thread Anand kumar
Hi all, Is it possible to get the query count per field, while querying via multi match query? { multi_match : { query:this is a test, fields: [ subject, message ] } } In above query, can i

Re: Indexing and searching on special characters

2014-12-02 Thread Anand kumar
In the type_table mentioned above, assinging = = DIGIT instead of = =ALPHA yields the indexing as I expected. On Monday, 24 November 2014 23:18:58 UTC+5:30, Anand kumar wrote: Hi all, I've been using elasticsearch-1.2.1 and I've been indexing .xml and .jsp file content

Indexing and searching on special characters

2014-11-24 Thread Anand kumar
Hi all, I've been using elasticsearch-1.2.1 and I've been indexing .xml and .jsp file content. And this is how my index has been analyzed as: settings: { analysis: { filter: { word_delimiter : { type :

Re: Facing slowness while searching a content

2014-11-19 Thread Anand kumar
nodes are spending time during slow queries with the hot_threads API. On Tue, Nov 18, 2014 at 9:58 AM, Anand kumar anand...@gmail.com javascript: wrote: And also addition to this, when I import the indices to another cluster, all the cluster wont be available in the newer cluster. What

Re: Facing slowness while searching a content

2014-11-18 Thread Anand kumar
And also addition to this, when I import the indices to another cluster, all the cluster wont be available in the newer cluster. What should be done to make all the indices available over there? On Monday, 17 November 2014 15:00:43 UTC+5:30, Anand kumar wrote: I'm having a search engine

Facing slowness while searching a content

2014-11-17 Thread Anand kumar
I'm having a search engine for source code of different repositories. In which the cluster consist of about 500 indices and about 1.8 million documents with its full content. And am facing slowness issue while searching the content, its taking a little extra time to display the results.

How to connect elasticsearch instance of docker VMs from two different machine?

2014-09-15 Thread Anand kumar
Hi all, I'm trying to connect two ES instances using docker VM and both as master nodes, but the instances belong to two different hosts from the same network. My docker commands are as below: host1 : $ docker run -t -i --name=master-node-01 -p 9200:9200 -p 9300:9300 host2 : $ docker

Re: How to connect elasticsearch instance of docker VMs from two different machine?

2014-09-15 Thread Anand kumar
nodes don't have access to each other, hence the no route to host error. Regards, Mark Walkom Infrastructure Engineer Campaign Monitor email: ma...@campaignmonitor.com javascript: web: www.campaignmonitor.com On 15 September 2014 21:02, Anand kumar anand...@gmail.com javascript: wrote

Re: How to connect elasticsearch instance of docker VMs from two different machine?

2014-09-15 Thread Anand kumar
email: ma...@campaignmonitor.com javascript: web: www.campaignmonitor.com On 15 September 2014 21:34, Anand kumar anand...@gmail.com javascript: wrote: Hi Mark, Thanks for your reply. Yeah, both the hosts belonged to same network. I cant able to use telnet, instead I tried ssh

Analyzer doesn't seems to be working on special characters

2014-08-07 Thread Anand kumar
Hi all, While indexing the special characters such as copyright symbol, the analyzers seems to be not working. For instance, the copyright symbol © is indexed as question mark symbol inside black diamond � . Any suggestion would be greatly appreciated. Thanks in advance. -- You

Re: Analyzer doesn't seems to be working on special characters

2014-08-07 Thread Anand kumar
On Thu, Aug 7, 2014 at 9:21 AM, Anand kumar anandv1...@gmail.com wrote: Hi all, While indexing the special characters such as copyright symbol, the analyzers seems to be not working. For instance, the copyright symbol © is indexed as question mark symbol inside black diamond

EsRejectedExecutionException

2014-07-31 Thread Anand kumar
Hi All, In my cluster, I'm having around 500 indices. When i'm trying to start the elasticsearch instance, its showing the following exception. Why its happening, what should be done to resolve it? Thanks, Anand [2014-07-31 11:50:01,551][DEBUG][action.search.type ] [ESCS_NODE]

Re: Auto completion using completion suggester

2014-07-25 Thread Anand kumar
. Juli 2014 10:23:44 UTC+2 schrieb Anand kumar: While using the completion suggester, the entire content will be matched for the query. Instead of that, I want to have the completion to be enabled for the terms in the index. Is it possible using completion suggester or should I have to go

Auto completion using completion suggester

2014-07-22 Thread Anand kumar
While using the completion suggester, the entire content will be matched for the query. Instead of that, I want to have the completion to be enabled for the terms in the index. Is it possible using completion suggester or should I have to go for other options? Thanks, Anand -- You

how can we implement ngram_anlyzer without affecting the phrase_search

2014-06-25 Thread Anand kumar
Hi, I want to search the ngram analyzed data without being affected the results of phrase search. If I used the ngram analyzer, it affects the phrase search results. For instance, I'm querying for the string phrase query, it would display the results for exact match, instead it outputs match

Re: Is it possible to highlight the text with respect to no. of lines instead of no. of fragments

2014-05-12 Thread Anand kumar
Thank u Nik for your reply. On Friday, 9 May 2014 20:25:55 UTC+5:30, Nikolas Everett wrote: On Fri, May 9, 2014 at 8:29 AM, Anand kumar anand...@gmail.comjavascript: wrote: Am having an index of huge content, from which I just want to have the highlighting of the specific text

Is it possible to highlight the text with respect to no. of lines instead of no. of fragments

2014-05-09 Thread Anand kumar
Am having an index of huge content, from which I just want to have the highlighting of the specific text. The highlighted text might have appear as many as times, all I want to have two or more lines before and after the line of highlighted text, by which i can have a snippet of text with