Best Bets implementation in Elastic Search

2015-01-29 Thread Nitesh Earkara
Hi All, I need to implement best bets using elastic search. Where in few results will be ranked and displayed at top depending upon the keyword searched by user. Please let me know if such implementation is possible using elasticsearch. If yes, any link/white paper/information on this would

Re: How replica node works?

2014-03-13 Thread Nitesh Earkara
Thanks David. Is there any command to check what data is present in each shard? On 13 March 2014 11:27, David Pilato da...@pilato.fr wrote: Answered inline. -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs Le 13 mars 2014 à 06:50, Nitesh Earkara enit...@gmail.com

Re: How replica node works?

2014-03-12 Thread Nitesh Earkara
Hi, I have some basic understanding that shards are distributed across nodes and there will be replicas for each shard (assuming replica are set up for each shard). Also that shard and its replica will never exist on same node. I have few questions to clear my concepts on shards and replicas

Re: Index files using FsRiver

2014-03-06 Thread Nitesh Earkara
will basically search here for mydocument or pdf. Default mapping and field names will change with coming FSriver 1.0. -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs Le 6 mars 2014 à 08:25, Nitesh Earkara enit...@gmail.com a écrit : Hi David, Thanks a lot for your

ElasticSearch plugin for SharePoint

2014-03-06 Thread Nitesh Earkara
Hi, We have plugin fsriver to search within files in filesystem and jdbc-river for SQL database. Please let me know if plugin is available for ElasticSearch to search data within SharePoint. -- You received this message because you are subscribed to the Google Groups elasticsearch group. To

Re: ElasticSearch plugin for SharePoint

2014-03-06 Thread Nitesh Earkara
Anyone has any idea on this?? On Thursday, March 6, 2014 4:57:55 PM UTC+5:30, Nitesh Earkara wrote: Hi, We have plugin fsriver to search within files in filesystem and jdbc-river for SQL database. Please let me know if plugin is available for ElasticSearch to search data within

Re: Index files using FsRiver

2014-03-05 Thread Nitesh Earkara
| Technical Advocate | Elasticsearch.com @dadoonet | @elasticsearchfr Le 5 mars 2014 à 11:50:47, Nitesh Earkara (enit...@gmail.com) a écrit: Hi, I am trying to index files in my system using fsriver and then search them. But I'm not able to search them. Below is the steps performed

Re: Index files using FsRiver

2014-03-05 Thread Nitesh Earkara
/elasticsearchfr Le 5 mars 2014 à 17:58:54, Nitesh Earkara (enit...@gmail.com) a écrit: Even that gave me same results Thanks Regards, *Nithesh Erakkara* Phone :- +91-9833-742-684 Email :- enit...@gmail.com On 5 Mar 2014, at 22:20, David Pilato da...@pilato.fr wrote: Don't search in _river

Re: Index files using FsRiver

2014-03-05 Thread Nitesh Earkara
And if I run query GET /_river/mydocs/_meta I get result { _index: _river, _type: mydocs, _id: _meta, found: false } On 6 March 2014 10:29, Nitesh Earkara enit...@gmail.com wrote: Hi David, I am using version 0.4.0 On 5 March 2014 23:10, David Pilato da...@pilato.fr wrote

Re: Index files using FsRiver

2014-03-05 Thread Nitesh Earkara
) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) On 6 March 2014 10:32, Nitesh Earkara enit...@gmail.com wrote: And if I run query GET /_river/mydocs/_meta I get result { _index: _river, _type: mydocs

Re: Index files using FsRiver

2014-03-05 Thread Nitesh Earkara
: { file.filename : mydocument.pdf } } } it retrieves all results and not just the document that has file name mydocument.pdf. Please let me know if I am querying properly or do let me know the proper syntax for the same. On 6 March 2014 12:12, Nitesh Earkara enit...@gmail.com

Configure elasticsearch to query files on file system

2014-03-04 Thread Nitesh Earkara
Hi, I have been trying to configure ElasticSearch to query/search files in file system on a Windows 7 Operating system. I have installed ElasticSearch and its up and running. I have been trying to install fsriver plugin by following instructions mentioned in link

Re: Configure elasticsearch to query files on file system

2014-03-04 Thread Nitesh Earkara
\Downloads/fs river-master.zip - Installing fr.pilato.elasticsearch.river/fsriver/0.4.0... *Failed to install fr.pilato.elasticsearch.river/fsriver/0.4.0, reason: unknown protocol: c* On Tuesday, March 4, 2014 4:57:33 PM UTC+5:30, Nitesh Earkara wrote: Hi, I have been trying to configure ElasticSearch