Re: Elastic Search - Custom Field Mapping

2015-05-09 Thread buddarapu nagaraju
hi Carvalho, I am trying to create a new field mapping not changing it Regards Nagaraju 908 517 6981 On Sat, May 9, 2015 at 7:53 PM, André Carvalho wrote: > Hi, > > Its not possible to change the mappings after the index is created. You > will need to recreate the index and set the mappings a

Re: Stop words and re indexing

2015-04-15 Thread buddarapu nagaraju
], "type": "stop" } } } } }, "aliases": { "201": {} Regards Nagaraju 908 517 6981 On Tue, Apr 14, 2015 at 11:29 PM, vineeth mohan wrote: > Hello , > > You can specify the analyzer in match quer

Re: Stop words and re indexing

2015-04-14 Thread buddarapu nagaraju
Hey Vineeth, Thank you Is there a way I can specify the stop words only during searches . For example the word "AND" I want to index but I want my searches consider this Regards Nagaraju 908 517 6981 On Tue, Apr 14, 2015 at 10:59 PM, vineeth mohan wrote: > Hello , > > I need to double check

Re: elastic search query syntax

2015-04-06 Thread buddarapu nagaraju
examples >> >> Regards >> Nagaraju >> 908 517 6981 >> >> On Thu, Apr 2, 2015 at 8:46 PM, buddarapu nagaraju > > wrote: >> >>> also please let me know the syntax for below query scenario >>> >>> how to find the documents with

Re: elastic search query syntax

2015-04-02 Thread buddarapu nagaraju
Can some one help me writing above mentioned search queries or at-least reference where I can look for examples Regards Nagaraju 908 517 6981 On Thu, Apr 2, 2015 at 8:46 PM, buddarapu nagaraju wrote: > also please let me know the syntax for below query scenario > > how to find the

Re: elastic search query syntax

2015-04-02 Thread buddarapu nagaraju
also please let me know the syntax for below query scenario how to find the documents with a phrase starts with "united" and ends with "states" conatain the term "new york" in between Regards Nagaraju 908 517 6981 On Thu, Apr 2, 2015 at 8:38 PM, bvnrwork wrote: > Can some one help me to write

Re: Urgent :adding fields mapping for nested document property

2015-03-04 Thread buddarapu nagaraju
_analyzed", "type": "string" } } } } } } 4) After updating the mapping ,index a new document with name field { "index" : {"_type":"document","_id":"2"} } {"id":2,"ra

Re: Urgent :adding fields mapping for nested document property

2015-03-04 Thread buddarapu nagaraju
g when new fields added Can you look at my script Regards Nagaraju 908 517 6981 On Wed, Mar 4, 2015 at 1:16 PM, David Pilato wrote: > Could you GIST a full script? > > -- > David ;-) > Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs > > Le 4 mars 2015 à 19:05

Re: Urgent :adding fields mapping for nested document property

2015-03-04 Thread buddarapu nagaraju
hi , Please let me know if some one has any ideas Regards Nagaraju 908 517 6981 On Thu, Feb 26, 2015 at 2:16 PM, buddarapu nagaraju wrote: > Any one has any ideas :) > > Regards > Nagaraju > 908 517 6981 > > On Wed, Feb 25, 2015 at 1:16 AM, bvnrwork wrote: > &g

Re: Urgent :adding fields mapping for nested document property

2015-02-26 Thread buddarapu nagaraju
Any one has any ideas :) Regards Nagaraju 908 517 6981 On Wed, Feb 25, 2015 at 1:16 AM, bvnrwork wrote: > Hello David , > > Any quick help ? please > > > On Tuesday, 24 February 2015 20:32:53 UTC-5, bvnrwork wrote: >> >> Here is my example : >> >> 1) Index creation request >> >> { >> >> "sett

Re: How to perform search on the qualified docs resulted from a query

2015-01-27 Thread buddarapu nagaraju
Any answers for me :)? Regards Nagaraju 908 517 6981 On Sun, Jan 25, 2015 at 2:14 PM, buddarapu nagaraju wrote: > I dont get it exactly so explaining doc structure and example docs .I > understand that HasChild will get you the parent documents and HasParent > will get the only paren

Re: How to perform search on the qualified docs resulted from a query

2015-01-25 Thread buddarapu nagaraju
I dont get it exactly so explaining doc structure and example docs .I understand that HasChild will get you the parent documents and HasParent will get the only parents.Please help me in understanding have two document types :one is FakeDocument which is the fake document holding the group id for

Re: Aggregation - Blank and date aggregation

2015-01-16 Thread buddarapu nagaraju
I was able to figure out through fiddler ...date histrograms are returns in seperate nested object in the result .. Now works On Friday, January 16, 2015, Adrien Grand wrote: > This looks good, what error did you get? > > On Fri, Jan 16, 2015 at 9:41 AM, buddarapu nagaraju > wrote

Re: Aggregation - Blank and date aggregation

2015-01-16 Thread buddarapu nagaraju
- "id": { - "type": "long" }, - "text": { - "type": "string" }, - "fields": { - "properties": { - "isAnalyzed": { - "ty

Re: Aggregation - Blank and date aggregation

2015-01-16 Thread buddarapu nagaraju
quot;, - Regards Nagaraju 908 517 6981 On Thu, Jan 15, 2015 at 12:38 PM, Adrien Grand < adrien.gr...@elasticsearch.com> wrote: > Then it means that you want to use a date_histogram aggregation with > interval=day. See > http://www.elasticsearch.org/guide/en/elasticsearch/reference/cu

Re: Aggregation - Blank and date aggregation

2015-01-15 Thread buddarapu nagaraju
15 at 6:10 AM, Adrien Grand < adrien.gr...@elasticsearch.com> wrote: > > > On Wed, Jan 14, 2015 at 10:37 AM, buddarapu nagaraju < > budda08n...@gmail.com> wrote: > >> Does term aggregation counts on blank field values ? >> >> > Yes, an empty value &qu

Re: How to get all docs in a family ?

2015-01-14 Thread buddarapu nagaraju
the payload of the returning documents. A little while later, we > found out we could omit fields from the document payload, but at that > point, we had a smooth running app already, so we just noted this change > into our research queue. > > > On Wednesday, January 14, 2015 a

Re: How to get all docs in a family ?

2015-01-14 Thread buddarapu nagaraju
nuary 14, 2015 at 7:36:38 AM UTC-8, buddarapu nagaraju > wrote: >> >> If some one has some ideas please let me know >> >> On Wednesday, 14 January 2015 04:16:00 UTC-5, buddarapu nagaraju wrote: >>> >>> All I will be knowing in API request is bool params

Nested objects and join

2015-01-14 Thread buddarapu nagaraju
Can some one help in understanding the nested objects and join flag mentioned in below link http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-nested-filter.html my understanding from tests I did is that entire nested object will be returned if root document qualif

Re: How to get all docs in a family ?

2015-01-14 Thread buddarapu nagaraju
If some one has some ideas please let me know On Wednesday, 14 January 2015 04:16:00 UTC-5, buddarapu nagaraju wrote: > > All I will be knowing in API request is bool params to know whether to get > family docs or not and query that user entered so I need to construct query > t

Re: Help needed for dynamic field creation after index creation

2015-01-14 Thread buddarapu nagaraju
this conceptually Regards, Nagaraju On Monday, 12 January 2015 16:28:28 UTC-5, David Pilato wrote: > What did you try so far? I mean that dynamic mapping is a default core > feature of elasticsearch. What does not work for you? > > > > David > > Le 12 janv. 2015 à 22:17,

Aggregation - Blank and date aggregation

2015-01-14 Thread buddarapu nagaraju
Hi , Can some one help me on this ? Does term aggregation counts on blank field values ? Does term aggregation is enough for doing date aggregation ? Or there any specific aggregations we have ?All I need in date aggregation is to know different dates and its counts ? Regards, Nagaraju -- Y

Re: How to get all docs in a family ?

2015-01-14 Thread buddarapu nagaraju
documents On Wednesday, 14 January 2015 01:51:47 UTC-5, buddarapu nagaraju wrote: > > Hi, > I have question on document relations > > one document can have multiple child's. and now I have to address below > searches and achieve the mentioned expected results . > > 1) &g

How to get all docs in a family ?

2015-01-13 Thread buddarapu nagaraju
Hi, I have question on document relations one document can have multiple child's. and now I have to address below searches and achieve the mentioned expected results . 1) search on any child documents(meaning have a query that qualifies child documents) and retrieve the child ,parent and all

how to handle document relations using nest elastic search

2015-01-13 Thread buddarapu nagaraju
Hi , I have a scenario where I have below document structure Document { Id, Name,ParentId,FamilyId,Author,List of additional user custom fields } and a document can have relations to another document . For example : we have mail thread where replies and actual mail are documents but actual

Handling different type of searches using elastic nest client

2015-01-13 Thread buddarapu nagaraju
Hi, we are thinking of having generic search API in our system which does the below type of searches and this API takes just the query user input (which will have below mentioned query types ) and expecting valid results Wild card Proximity Simple and compound searches (AND ,OR) Please

Help needed for dynamic field creation after index creation

2015-01-12 Thread buddarapu nagaraju
I have given my document structure for the time of ingestion. My requirement is to create the schema mapping for only the particular set of fixed fields at the time of index creation itself, and to further update the schema mapping, whenever a new dynamic field is established in my system.

Help needed for index field mapping after index creation

2015-01-12 Thread buddarapu nagaraju
we have a scenario where we know set of fields that we need at the time of index creation .This we know how do create field mapping at time of index creation . But , we have other scenario where users can create custom fields after index creation and dont know what is the field properties of