Re: elasticsearch-hadoop - getting specified fields from elasticsearch as an input to a mapreduce job.

2015-04-08 Thread Paul Chua
I'm having an issue very similar to this; I'm not sure exactly what you did to get the array contents. I've made a new post here: https://groups.google.com/forum/#!topic/elasticsearch/MpOqKthgqtA -- Paul Chua Data Scientist 317-979-5643 [image: cid:02526A0B-9444-47C7-A3EC-12B05A02CB50] *We

Getting contents of org.elasticsearch.hadoop.mr.WritableArrayWritable in scala

2015-04-08 Thread Paul Chua
(396974).get(new Text(concepts)).toStrings ^ Any advice will be greatly appreciated. Thanks, Paul -- You received this message because you are subscribed to the Google Groups elasticsearch group. To unsubscribe from

Is there any documentation on using ctx in scripts?

2015-03-25 Thread Paul G
object? I looked through the Java API to see if I could find something in the source code that might be helpful but was unable to find anything. Thank you, Paul -- You received this message because you are subscribed to the Google Groups elasticsearch group. To unsubscribe from this group

_source:{ exclude: [title] }

2015-03-22 Thread Debashish Paul
Hi, I am facing a problem with using _source:{ exclude: [title] } in my elastic query. Whenever I use this, my properties in the _source get shuffled. What am I doing wrong? Example: Without _source:{ exclude: [title] } - _source:{

Order of the properties gets changed if _source:{ exclude: [title] } is used in a query.

2015-03-22 Thread Debashish Paul
Hi, I am facing a problem with using _source:{ exclude: [title] } in my elastic query. Whenever I use this, my properties in the _source get shuffled. What am I doing wrong? Example: Without _source:{ exclude: [title] } - _source:{

Re: EC2 cluster storage question

2015-02-25 Thread Paul Sanwald
. Thanks! --paul On Wednesday, February 25, 2015 at 2:15:01 AM UTC-5, Norberto Meijome wrote: OP points out he is using ephemeral storage...hence shutdown will destroy the data...but it can be rsynced to EBS as part of the shutdown process...and then repeat in reverse when starting things up again

EC2 cluster storage question

2015-02-24 Thread Paul Sanwald
. That said, restoring terabytes from snapshot doesn't seem like a very efficient way to do this, so I want to consider options, and was hoping the community could help me in identifying options that I am missing. thanks in advance for any thoughts you may have. --paul -- *Important Notice

Combining Multiple Queries with 'OR' or 'AND'

2015-02-19 Thread Debashish Paul
Hi, Question I am trying to combine 2 user search queries using AND and OR as operation. I am aware of combining queries where we can merge filters, but I want to merge entire queries like { {BIG Elastic Query1} AND {BIG Elastic Query2} }. Details For instance say a user performs a search

Re: php api and self signed certs

2015-02-11 Thread Paul Halliday
be CURLOPT_SSL_VERIFYPEER = true as shown in the link you provided. Ian On Tuesday, February 10, 2015 at 10:42:05 AM UTC-5, Paul Halliday wrote: Well, I got it working but had to make the declarations in CurlHandle.php I added: $curlOptions[CURLOPT_SSL_VERIFYPEER] = true; $curlOptions[CURLOPT_CAINFO] = '/full

Re: php api and self signed certs

2015-02-10 Thread Paul Halliday
); ... What's strange is that I also tried placing them in the default $curlOptions but those seemed to get dumped somewhere prior to curl_setopt_array() Yucky, but working. On Monday, February 9, 2015 at 7:05:34 PM UTC-4, Paul Halliday wrote: Hi, I am trying to get the configuration example from

Re: Possible? Wildcard template for a collection of fields to solve some dynamic mapping woes

2015-02-09 Thread Paul Kavanagh
Freelance Developer Consultant Lucene.NET committer and PMC member On Fri, Feb 6, 2015 at 1:39 PM, Paul Kavanagh pkav...@shopkeep.com javascript: wrote: Hi all, We're having a MapperParsingException problem with some field values when we get when we use the JSON Filter for Logstash to explode out

php api and self signed certs

2015-02-09 Thread Paul Halliday
Hi, I am trying to get the configuration example from here to work: http://www.elasticsearch.org/guide/en/elasticsearch/client/php-api/current/_security.html#_guzzleconnection_self_signed_certificate My settings look like this: 19 // Elasticsearch 20 $clientparams = array(); 21

Re: Possible? Wildcard template for a collection of fields to solve some dynamic mapping woes

2015-02-06 Thread Paul Kavanagh
committer and PMC member On Fri, Feb 6, 2015 at 1:39 PM, Paul Kavanagh pkav...@shopkeep.com wrote: Hi all, We're having a MapperParsingException problem with some field values when we get when we use the JSON Filter for Logstash to explode out a JSON document to Elasticsearch fields

Re: Possible? Wildcard template for a collection of fields to solve some dynamic mapping woes

2015-02-06 Thread Paul Kavanagh
Developer Consultant Lucene.NET committer and PMC member On Fri, Feb 6, 2015 at 1:39 PM, Paul Kavanagh pkav...@shopkeep.com javascript: wrote: Hi all, We're having a MapperParsingException problem with some field values when we get when we use the JSON Filter for Logstash to explode out

Marvel Sense GET/POST

2015-01-05 Thread Paul Scott
consider it irresponsible and unsafe, and I highly recommend the behaviour be disabled. Please try to read past my obvious irritation and the part of this mistake which falls on my head, to the part in this mistake that the Sense UI played too. All the best, Paul -- You received this message

zen disco socket usage and port

2014-12-16 Thread Paul Baclace
Is it normal for a single node elasticsearch process to open 13 sockets to itself? This seems like an excessive zen disco party and inexplicable. I am trying out v1.4. Is it possible to set the transport protocol port? -- You received this message because you are subscribed to the Google

zen disco socket usage and port

2014-12-16 Thread Paul Baclace
Is it normal for a single node elasticsearch process to open 13 sockets to itself? This seems like an excessive zen disco party and inexplicable. I am trying out v1.4. Is it possible to set the transport protocol port? -- You received this message because you are subscribed to the Google

Re: zen disco socket usage and port

2014-12-16 Thread Paul Baclace
More info: I tried to set the transport port like this: -Dtransport.tcp.port= on the elasticsearch command line, but it still uses port 9300. On Tuesday, December 16, 2014 12:42:12 PM UTC-8, Paul Baclace wrote: Is it normal for a single node elasticsearch process to open 13 sockets

Re: zen disco socket usage and port

2014-12-16 Thread Paul Baclace
Now that you pointed out the addition es. prefix needed when specifying on the command line, I can see that: http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-configuration.html shows it via color in an example and with instead of. Apparently, that was not obvious

Re: java.lang.NoSuchFieldError: ALLOW_UNQUOTED_FIELD_NAMES when trying to query elasticsearch using spark

2014-09-16 Thread SAURAV PAUL
2014 06:55, SAURAV PAUL saurav@gmail.com wrote: Hi, I am trying to use Spark and ElasticSearch. Currently, the RDD contains pipe delimited records. parsedRDD.saveAsNewAPIHadoopFile(outputLocation, NullWritable.class, Text.class, CustomTextOutputFormat.class

Re: java.lang.NoSuchFieldError: ALLOW_UNQUOTED_FIELD_NAMES when trying to query elasticsearch using spark

2014-09-14 Thread SAURAV PAUL
Hi, I am trying to use Spark and ElasticSearch. Currently, the RDD contains pipe delimited records. parsedRDD.saveAsNewAPIHadoopFile(outputLocation, NullWritable.class, Text.class, CustomTextOutputFormat.class, job.getConfiguration()); Write now I am storing the output in HDFS.

Replica Shard inconsistencies disabling compression don't appear to help

2014-08-20 Thread Paul Smith
our side, not an ES problem). anyway, thought I would pass that data point on. regards, Paul Smith -- 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

Re: Shard data inconsistencies

2014-08-13 Thread Paul Smith
to issue basic move commands with some simple logic to attempt to rebuild that replica. Hope that helps. cheers, Paul Smith On 8 August 2014 01:14, aaron atdi...@gmail.com wrote: I've noticed on a few of my clusters that some shard replicas will be perpetually inconsistent w/ other shards. Even

Re: Dealing with spam in this forum

2014-07-02 Thread Paul Brown
longstanding members who are willing to help ban spammers is equivalent to having N longstanding members who are willing to quickly admit new users. (And you're welcome to add me as N+1.) - Banning is ineffective. Spammers will continuously sign up with new accounts. -- Paul — p...@mult.ifario.us

Re: Very frequent ES OOM's potential segment merge problems

2014-06-20 Thread Paul Sabou
) at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:482) On Thursday, June 19, 2014 10:35:28 PM UTC+2, Paul Sabou wrote: Hi, *Situation:* We are using ES 1.2.1 on a machine with 32GB RAM, fast SSD and 12 cores. The machine runs Ubuntu 14.0.x LTS. The ES process has 12GB

Very frequent ES OOM's potential segment merge problems

2014-06-19 Thread Paul Sabou
running out of memory? If so how can be solved? If not, what could be the problem? Thanks Paul. -- 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

Re: Need help setting up autocomplete suggestions using phrase suggester

2014-06-06 Thread Paul Bormans
I just wanted to let anyone know i didn't succeed with the phrase suggester and i switched to the completion suggester, that actually works very well to my purpose. Paul -- You received this message because you are subscribed to the Google Groups elasticsearch group. To unsubscribe from

Re: ES OutOfMemory on a 30GB index

2014-05-29 Thread Paul Sanwald
, and get back the email as a result. From reading the docs, it seems like the better way to solve this is with nested types? http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-nested-type.html --paul On Wednesday, May 28, 2014 7:11:05 PM UTC-4, Paul Sanwald wrote: Sorry

ES OutOfMemory on a 30GB index

2014-05-28 Thread Paul Sanwald
Hi Everyone, We are seeing continual OOM exceptions on one of our 1.1.0 elasticsearch clusters, the index is ~30GB, quite small. I'm trying to work out the root cause via heap dump analysis, but not having a lot of luck. I don't want to include a bunch of unnecessary info, but the stacktrace

Re: ES OutOfMemory on a 30GB index

2014-05-28 Thread Paul Sanwald
...@campaignmonitor.com javascript: web: www.campaignmonitor.com On 29 May 2014 07:27, Paul Sanwald pa...@redowlanalytics.comjavascript: wrote: Hi Everyone, We are seeing continual OOM exceptions on one of our 1.1.0 elasticsearch clusters, the index is ~30GB, quite small. I'm trying to work out

Re: ES OutOfMemory on a 30GB index

2014-05-28 Thread Paul Sanwald
gist. Regards, Mark Walkom Infrastructure Engineer Campaign Monitor email: ma...@campaignmonitor.com javascript: web: www.campaignmonitor.com On 29 May 2014 08:33, Paul Sanwald pa...@redowlanalytics.comjavascript: wrote: I apologize about the signature, it's automatic. I've created

Need help setting up autocomplete suggestions using phrase suggester

2014-05-21 Thread Paul Bormans
text: levendig kleure yields no results? text: levendi also yields no suggestions? Obviously when a user starts typing i would like to see a suggestion like levendige based on input search text lev. What am i missing here? - is this the way to go? - Paul Bormans -- You received

Re: java 8, elasticsearch, and MVEL

2014-05-16 Thread Paul Sanwald
It's a little hard to tell between the mvel es commit histories and the github issue. It looks like this isn't fixed, and isn't going to get fixed in MVEL? Am I misreading something? --paul On Monday, April 21, 2014 8:39:43 AM UTC-4, Alexander Reelsen wrote: Hey, this commits upgrades

Shard Initialization slow down

2014-05-13 Thread Paul
We are seeing a slow down in shard initialization speed as the number of shards/indices grows in our cluster. With 0-100's of indices/shards existing in the cluster a new bulk creation of indices up the 100's at a time is fine, we see them pass through the states and get a green cluster in a

Re: Shard Initialization slow down

2014-05-13 Thread Paul
carefully but don't think the heap is maxing out on any of the nodes when this occurs. Thanks, Paul. On Tuesday, May 13, 2014 11:02:32 AM UTC+1, Mark Walkom wrote: Sounds like the inevitable add more nodes situation. How much RAM on each node, how big is your data set? Regards, Mark Walkom

Re: Shard Initialization slow down

2014-05-13 Thread Paul
Ok, do you know if there are clear indicators when limits are being reached? We don't see errors in the logs (apart from the 30s timeout) but if there are system or ES provided metrics that we can track to know when we need to scale it would be really useful. Thanks, Paul. On Tuesday

Re: Shard Initialization slow down

2014-05-13 Thread Paul
Infrastructure Engineer Campaign Monitor email: ma...@campaignmonitor.com javascript: web: www.campaignmonitor.com On 13 May 2014 20:29, Paul codi...@gmail.com javascript: wrote: Ok, do you know if there are clear indicators when limits are being reached? We don't see errors

Re: Shard Initialization slow down

2014-05-13 Thread Paul
, May 13, 2014 11:29:20 AM UTC+1, Paul wrote: Ok, do you know if there are clear indicators when limits are being reached? We don't see errors in the logs (apart from the 30s timeout) but if there are system or ES provided metrics that we can track to know when we need to scale it would

Re: Shard Initialization slow down

2014-05-13 Thread Paul
to calibrate your node capacity. After adding nodes, you will observe that ES scales well and can handle more shards. Jörg On Tue, May 13, 2014 at 11:59 AM, Paul codi...@gmail.com javascript:wrote: We are seeing a slow down in shard initialization speed as the number of shards/indices grows

Testing for an Empty String

2014-04-18 Thread Paul
Hi, Thanks for everyone's patience while I learn the elasticsearch query DSL. I'm trying to get used to its verbosity. How would I do a query like this, again in SQL parlance: select col1 from mysource where col2 = ? -- You received this message because you are subscribed to the Google

Testing for an Empty String With the Following

2014-04-18 Thread Paul
Hi, Thanks for everyone's patience while I learn the elasticsearch query DSL. I'm trying to get used to its verbosity. How would I do a query like this, again in SQL parlance: select col1 from mysource where col2 = and col3 in [, one, two] and col4 = foo -- You received this message

Re: ES cluster unable to assing new shards

2014-04-17 Thread Andreas Paul
work it out who should become master. Maybe I had a split brain problem by restarting too quickly, but then why would I see all nodes in the cluster information with only one master. Anyway it's working now... On Wednesday, April 16, 2014 10:26:15 AM UTC+2, Andreas Paul wrote: Yesterday I set

Re: ES cluster unable to assing new shards

2014-04-16 Thread Andreas Paul
, April 15, 2014 5:43:32 PM UTC+2, Andreas Paul wrote: Hi Mark, I forgot to write it again in this mail, but in the gist I pasted the full logs when the ES cluster created the new indices until I tried to restart the current active master. # head es_cluster.log [2014-04-14 02:00:01,504][INFO

ES cluster unable to assing new shards

2014-04-15 Thread Andreas Paul
Hello there, on Monday morning our ES cluster cluster switched to red, because he didn't assign the new created indices to any ES node, see attached picture. I tried manually allocating these unassigned shards to a node, but it only returned the following error: # curl -XPOST $(hostname

Re: ES cluster unable to assing new shards

2014-04-15 Thread Andreas Paul
. On Tuesday, April 15, 2014 5:07:12 PM UTC+2, Mark Walkom wrote: Check your ES logs, there may be something there. Regards, Mark Walkom Infrastructure Engineer Campaign Monitor email: ma...@campaignmonitor.com javascript: web: www.campaignmonitor.com On 15 April 2014 22:20, Andreas Paul

Re: java 8, elasticsearch, and MVEL

2014-04-07 Thread Paul Sanwald
behavior under ES. Jörg On Fri, Apr 4, 2014 at 9:11 PM, Paul Sanwald pa...@redowlanalytics.comjavascript: wrote: it seems I'm the only one with this problem. perhaps I will migrate our scripts to javascript. I'll post back to the group with results. -- You received this message

Re: java 8, elasticsearch, and MVEL

2014-04-04 Thread Paul Sanwald
it seems I'm the only one with this problem. perhaps I will migrate our scripts to javascript. I'll post back to the group with results. -- You received this message because you are subscribed to the Google Groups elasticsearch group. To unsubscribe from this group and stop receiving emails

Re: Removing unused fields (more Lucene than ES but..)

2014-04-03 Thread Paul Smith
Thanks for the JIRA link Robert, I've added a comment to it just to share the real world aspect of what happened to us for background. On 1 April 2014 18:29, Robert Muir robert.m...@elasticsearch.com wrote: On Tue, Apr 1, 2014 at 2:41 AM, Paul Smith tallpsm...@gmail.com wrote: Thanks

Re: Removing unused fields (more Lucene than ES but..)

2014-04-03 Thread Paul Smith
yeah, I probably should have thought when I read that that if it was easy, it probably would have already been done! :) Paul On 4 April 2014 11:07, Robert Muir robert.m...@elasticsearch.com wrote: Thank you Paul, I added some comments just so the technical challenges and risks are clear

Re: Removing unused fields (more Lucene than ES but..)

2014-04-01 Thread Paul Smith
hoping there was some special trick we could do a little easier than the above. :) thanks again for your time! Paul -- 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

java 8, elasticsearch, and MVEL

2014-03-28 Thread Paul Sanwald
language, which seems like the easiest path. Any thoughts? Have others moved ES installs to java 8 successfully? --paul -- 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

Re: Confusing highlight result when creating many tokens

2014-03-27 Thread Jon-Paul Lussier
I can confirm this issue is reproducible in 1.0.1 release On Friday, March 14, 2014 5:29:10 PM UTC-4, Jon-Paul Lussier wrote: Hey Elasticsearch, hopefully someone can at least explain if this is intentional and how it happens(I have had other fragment highlighting issues not unlike

Re: Confusing highlight result when creating many tokens

2014-03-20 Thread Jon-Paul Lussier
Hi Elasticsearch, still waiting to see if this is a known issue, possibly that's resolved in a future release, or if this is something I did? I'd appreciate knowing, at least, if anyone can help. Thanks much. On Friday, March 14, 2014 5:29:10 PM UTC-4, Jon-Paul Lussier wrote: Hey

Confusing highlight result when creating many tokens

2014-03-14 Thread Jon-Paul Lussier
Hey Elasticsearch, hopefully someone can at least explain if this is intentional and how it happens(I have had other fragment highlighting issues not unlike this) The problem seems simple, I have a 64 character string that I generate 62 tokens for. Whenever I search for the entire string, I

Re: Primary vs. replica shard inconsistencies?

2014-01-30 Thread Paul Smith
pass a list of IDs to it and it'll check whether they're flappy between the primary replica or not). It can also help automate the rebuilding of just the replica shards by shunting them around (rather than a full rolling restart of ALL the shards, just the shard replicas you want) cheers, Paul

Re: Primary vs. replica shard inconsistencies?

2014-01-30 Thread Paul Smith
the rebuilding of just the replica shards by shunting them around (rather than a full rolling restart of ALL the shards, just the shard replicas you want) cheers, Paul Smith On 31 January 2014 09:44, Binh Ly bi...@hibalo.com wrote: Xavier, can you post an example of 1 full query

Re: Primary vs. replica shard inconsistencies?

2014-01-30 Thread Paul Smith
your purpose perhaps. cheers, Paul On 31 January 2014 11:59, Paul Smith tallpsm...@gmail.com wrote: the flappy detection tool I have connects to the cluster using the standard java autodiscovery mechanism, and, works out which shards are involved, and then creates explicit TransportClient

Re: Primary vs. replica shard inconsistencies?

2014-01-30 Thread Paul Smith
if you do use it, don't forget we build for ES 0.19, so change the pom.xml to your ES version otherwise it won't connect... :) On 31 January 2014 12:29, Paul Smith tallpsm...@gmail.com wrote: if it helps at all, i've pushed the flappy item detector tool (*cough*) here: https://github.com

Re: Trouble with has_parent query containing scripted function_score

2014-01-27 Thread Paul Bellora
Groningen's gisthttps://gist.github.com/martijnvg/8639841does work fine and I'm not sure what the difference is between the two cases. Thank you Martin and Clinton for your help. On Sunday, January 26, 2014 4:47:48 PM UTC-5, Martijn v Groningen wrote: Hi Paul, The mapping and query

Re: Trouble with has_parent query containing scripted function_score

2014-01-27 Thread Paul Bellora
searched myChild, notmyParent On Monday, January 27, 2014 3:51:23 PM UTC-5, Paul Bellora wrote: Just to close the loop on this topic, Clinton Gormley posted an answer to the SO question with a workaround: use doc['*myParent.*weight'].value. He also opened an issuehttps://github.com/elasticsearch

Re: match query vs query string

2014-01-26 Thread avinash paul
thank Johan you will try it. -paul On Fri, Jan 24, 2014 at 1:49 PM, Johan Rask johan.r...@jayway.com wrote: Hi, You have to supply the name of the field for both words. name:Massachusetts name:Insti , Otherwise it will search for Insti in your defaul search field. ../university

Re: Trouble with has_parent query containing scripted function_score

2014-01-24 Thread Paul Bellora
Update: posted to Stack Overflow with bounty: http://stackoverflow.com/questions/21289149/trouble-with-has-parent-query-containing-scripted-function-score On Thursday, January 16, 2014 11:11:27 AM UTC-5, Paul Bellora wrote: I have two document types, in a parent-child relationship: myParent

Re: Synonym configuration

2014-01-21 Thread avinash paul
I got the answer by searching Google groups. On Tue, Jan 21, 2014 at 10:55 AM, paul avinashpau...@gmail.com wrote: Hi , I read about in lot of places That There are two approaches when working with synonyms : - expanding them at indexing time, - expanding them at query time

Synonym Filter

2014-01-20 Thread paul
Hi, My Synonym file contains the entry as below MIT,Massachusetts Institute of Technology My setting is as below: settings:{ analysis:{ analyzer:{ synonym:{ tokenizer:my_pipe_analyzer, filter:[ lowercase,

Synonym configuration

2014-01-20 Thread paul
:{ synonyms_path:synonyms/synonym_collegename.txt, type:synonym, ignore_case:true, expand:false } } -paul -- You received this message because you are subscribed to the Google Groups elasticsearch group. To unsubscribe from this group

Trouble with has_parent query containing scripted function_score

2014-01-16 Thread Paul Bellora
I have two document types, in a parent-child relationship: myParent : { properties : { weight : { type : double } } } myChild : { _parent : { type : myParent }, _routing : { required : true } } The weight field is to be used for custom scoring/sorting. This

Re: Function_score

2014-01-13 Thread avinash paul
thank you william will try upgrading -paul On Tue, Jan 14, 2014 at 4:23 AM, William Goldstein williamrgoldst...@gmail.com wrote: Hey I realize this is an old thread, but just in case anyone else has this problem, it's almost definitely a versioning issue... updating to 0.90.10 solved

Getting specific Fields

2014-01-02 Thread paul
} } } ] } } } } } I want to get only the key value that is related to Academic within the array is it possible. right now query works fine but returns all the array elements. - Paul -- You received this message because you are subscribed

Feedback on docs

2013-12-31 Thread Paul Houle
Hi guys, I've recently gotten into Elasticsearch because the old search engine at my site http://ookaboo.com/ is horribly slow and I need something better. I've done a lot of work with Lucene and Solr in the past and particular I've been involved with projects that

Re: spring-elasticsearch

2013-12-21 Thread avinash paul
at 12:34:21, paul (avinashpau...@gmail.com//avinashpau...@gmail.com) a écrit: Hi , Right now i am using the below versions of spring elastic-search. If i want to upgrade to latest elasticsearch 0.90.8 what version of spring and spring-elasticsearch should i use dependency

Facte Query

2013-12-20 Thread paul
Ned to club facets , i.e i am faceting for sports on multiple fields menVaritySports and womenVaritySports result is : Basketball - 3 Golf - 2 Baseball - 2 It should be Basketball - 2 i.e it should consider one Basketball if it comes under both men and women. is it possible to do that way.

Re: double barreled surname search fails

2013-12-20 Thread paul
It depends on your mapping , can you show the mapping for your surname. Reagrds Avinash On Friday, 20 December 2013 14:45:45 UTC+5:30, Mark Perry wrote: Can anyone tell me why this search works:

Auto complete Group Query

2013-12-20 Thread paul
https://lh4.googleusercontent.com/-uwkFhzbW358/UrQR_hKVV3I/AIY/Gud4RQx9gr4/s1600/Untitled.png When I search elastic in amazon it shows auto-complete with groups like in books can this be achieved in elastic search. I know to do auto complete on one field. -- You received this message

Re: double barreled surname search fails

2013-12-20 Thread paul
\ : \attendance\, \_id\ : \ + id.ToString() + \} }\n + Newtonsoft.Json.JsonConvert.SerializeObject(b) + \n); On Friday, 20 December 2013 09:36:07 UTC, paul wrote: It depends on your mapping , can you show the mapping for your surname. Reagrds Avinash On Friday, 20 December 2013 14:45:45 UTC+5:30, Mark