Re: copy_to and boost factor

2014-12-30 Thread Preeti Jain
an example > > https://gist.github.com/jprante/85126685973311603c8a > > Jörg > > On Tue, Dec 30, 2014 at 9:36 AM, Preeti Jain > wrote: > >> Hi, >> >> Does the individual boost factor get honoured for fields getting copied >> into a custom _all field

copy_to and boost factor

2014-12-30 Thread Preeti Jain
Hi, Does the individual boost factor get honoured for fields getting copied into a custom _all field via copy_to option? I am facing issues with the behavior. Have a look at the example below PUT localhost:9200/investigations/TestCustom/_mapping { "TestCustom": { "properties": { "cu

fs river - Error while reading content

2014-09-16 Thread Preeti Jain
Hi, I'm using elasticsearch version 1.0.1 that is installed on linux machine. I have created fs river to index content from file system. The river definition is curl -XPUT 'http://localhost:9200/_river/riverTest/_meta' -d '{ "type": "fs", "fs": { "url": " /data01/test/NewVehicleFiles1/",

Aalyzer issue - terms not getting tokenized on whitespace

2014-04-17 Thread Preeti Jain
quot;: "pattern", "pattern":"s+" } } } } } GET /testallnext/_analyze?analyzer=whitespace&pretty=1&text='Preeti,Jain test' I expected that the text wi

Re: Illegal unicode escape sequence error

2014-04-10 Thread Preeti Jain
Hi Brian, Could you please share your java code? Did you update the entire document or just one field? Our requirement is update specific fields as well so just wondering how setSource would work there? Regards, Preeti On Wednesday, April 9, 2014 3:43:00 AM UTC+5:30, InquiringMind wrote: > > P

Re: Illegal unicode escape sequence error

2014-04-07 Thread Preeti Jain
ets posted without any issue. Thanks, Preeti On Thursday, April 3, 2014 6:13:51 PM UTC+5:30, Preeti Jain wrote: > > Hi, > > We are using elasticsearch version 1.0.1 > For updating one of the ES docs, following script is being passed to > updaterequestbuilder via setScr

Illegal unicode escape sequence error

2014-04-03 Thread Preeti Jain
Hi, We are using elasticsearch version 1.0.1 For updating one of the ES docs, following script is being passed to updaterequestbuilder via setScript method. ctx._source.operation= { "operationID": 290, "opsThreatLevel": "Low", "opsName": "OPERATION_SIN", "opsStartDate": "2014-04-01T00:00:00",

Re: Error in bulk indexing - this IndexWriter is closed

2014-03-24 Thread Preeti Jain
Mar 24, 2014 at 9:59 AM, Preeti Jain > > wrote: > >> ES version is 1.0.1. >> We have a single node cluster with shard and replica settings set to >> default values(5 and 1 respectively) >> >> Regards, >> Preeti >> >> >> On Monday, Marc

Re: Error in bulk indexing - this IndexWriter is closed

2014-03-24 Thread Preeti Jain
> What is the replica level? > > You are not required to use replica level in bulk action, you can add > replica afterwards. > > Jörg > > > > On Mon, Mar 24, 2014 at 6:10 AM, Preeti Jain > > wrote: > >> Hi, >> >> We are indexing documen

Error in bulk indexing - this IndexWriter is closed

2014-03-23 Thread Preeti Jain
Hi, We are indexing documents into elasticsearch from a java application. We are unable to index all the required docs as indexing fails for some of them due to following exception(found from log) org.elasticsearch.index.engine.CreateFailedEngineException: [investigations][0] Create failed for

Re: Error in Elasticsearch NullPointerException at org.elasticsearch.plugins.PluginsService.loadSitePlugins

2014-03-23 Thread Preeti Jain
d elasticsearch? > > -- > David ;-) > Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs > > > Le 20 mars 2014 à 05:09, Preeti Jain > a > écrit : > > Hi David > > I have only one subdir inside plugins and it has following permissions > > drwxrwxrwx 2 root

Re: Error in Elasticsearch NullPointerException at org.elasticsearch.plugins.PluginsService.loadSitePlugins

2014-03-19 Thread Preeti Jain
adoonet> | > @elasticsearchfr<https://twitter.com/elasticsearchfr> > > > Le 19 mars 2014 à 10:03:55, Preeti Jain (itsp...@gmail.com ) > a écrit: > > Hi David, > > We are using version 1.0.1. We have following permission on plugins > directory :rwxr-xr-x

Re: Error in Elasticsearch NullPointerException at org.elasticsearch.plugins.PluginsService.loadSitePlugins

2014-03-19 Thread Preeti Jain
nt version. Wondering if it was not > correctly fixed or if you are running an old version or if it's something > else. > > -- > *David Pilato* | *Technical Advocate* | *Elasticsearch.com* > @dadoonet <https://twitter.com/dadoonet> | > @elasticsearchfr<https://twit

Re: Error in Elasticsearch NullPointerException at org.elasticsearch.plugins.PluginsService.loadSitePlugins

2014-03-19 Thread Preeti Jain
fixed or if you are running an old version or if it's something > else. > > -- > *David Pilato* | *Technical Advocate* | *Elasticsearch.com* > @dadoonet <https://twitter.com/dadoonet> | > @elasticsearchfr<https://twitter.com/elasticsearchfr> > > >

Error in Elasticsearch NullPointerException at org.elasticsearch.plugins.PluginsService.loadSitePlugins

2014-03-19 Thread Preeti Jain
Hi , We suddenly started getting this error in Elasticsearch log [2014-03-19 09:40:57,419][DEBUG][action.admin.cluster.node.info] [North] failed to execute on node [B5a2wTMvQpGHOpO5oIjnug] java.lang.NullPointerException at org.elasticsearch.plugins.PluginsService.loadSitePlugins(Plugins

Re: Installing elasticsearch on red hat linux - error command not found

2014-03-11 Thread Preeti Jain
oned the Github repository, that is not the > correct way to install Elasticsearch. Use a downloadable version instead. > > [1] http://www.elasticsearch.org/download > > -- > Ivan > > > On Tue, Mar 11, 2014 at 6:30 AM, Preeti Jain > > wrote: > >> Hi all, &g

Installing elasticsearch on red hat linux - error command not found

2014-03-11 Thread Preeti Jain
Hi all, I'm installing elasticsearch version 1.0.1 on red hat linux. I have placed elastic search in directory /opt so the path till bin looks like /opt/elasticsearch-1.0.1/bin when I'm trying to start elasticsearch as $ bin/elasticsearch -f I get error message elasticsearch: command not found Tr

Re: Highlighting doesn't work on numeric and date fields

2014-02-24 Thread Preeti Jain
Thanks for your response. I have to use numeric and date fields in range queries so the string field of mutli-field will not work. Any other thought? On Friday, February 21, 2014 6:44:09 PM UTC+5:30, Binh Ly wrote: > > You can do a multi-field on numeric fields with a string/not_analyzed > field

Highlighting doesn't work on numeric and date fields

2014-02-20 Thread Preeti Jain
Hi All, We are using elasticsearch version .90.03. We observed that highlighting doesn't work on numeric and date fields. Has someone else faced the same issue? What is the solution to this problem. Thanks, Preeti -- You received this message because you are subscribed to the Google Groups "