Re: Put mapping documentation -- What options are available? Specifically, how to store a property but without indexing it?

2014-02-26 Thread Daniel Winterstein
Sorry Ivan! I'm not having much luck on this thread. Daniel Sent from my phone. Please excuse the brevity. On 26 Feb 2014 01:58, "Ivan Brusic" wrote: > Luke? :) > > > On Tue, Feb 25, 2014 at 1:09 PM, Daniel Winterstein < > daniel.winterst...@gmail.com> wrote: > >> Dear Hariharan, Alex, Luke, >>

Re: Put mapping documentation -- What options are available? Specifically, how to store a property but without indexing it?

2014-02-25 Thread Ivan Brusic
Luke? :) On Tue, Feb 25, 2014 at 1:09 PM, Daniel Winterstein < daniel.winterst...@gmail.com> wrote: > Dear Hariharan, Alex, Luke, > > My apologies. You're quite right. The information is there -- I just > didn't read far enough down. > > Thank you for your help & persistence. > > Best regards, >

Re: Put mapping documentation -- What options are available? Specifically, how to store a property but without indexing it?

2014-02-25 Thread Daniel Winterstein
Dear Hariharan, Alex, Luke, My apologies. You're quite right. The information is there -- I just didn't read far enough down. Thank you for your help & persistence. Best regards, - Daniel -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To u

Re: Put mapping documentation -- What options are available? Specifically, how to store a property but without indexing it?

2014-02-24 Thread Ivan Brusic
Daniel, Hariharan's link does cover all those topics. The putting mapping api just describes how to put a mapping. :) The documentation for the actual mappings is in its own section. http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-core-types.html Cheers, Ivan On

Re: Put mapping documentation -- What options are available? Specifically, how to store a property but without indexing it?

2014-02-24 Thread Daniel Winterstein
Hello Alex, To take the example from that page: $ curl -XPUT 'http://localhost:9200/twitter/tweet/_mapping' -d ' { "tweet" : { "properties" : { "message" : {"type" : "string", // What can go here?? // I've seen "analyzer", "store", "enabled" used in passing in examples wit

Re: Put mapping documentation -- What options are available? Specifically, how to store a property but without indexing it?

2014-02-24 Thread Alexander Reelsen
Hey, it is all in the provided link from the first reply? Maybe you can be a bit more specific with your problem and what infos you are missing and we can try to help... --Alex On Sun, Feb 23, 2014 at 9:48 PM, Daniel Winterstein < daniel.winterst...@gmail.com> wrote: > Thank you Hariharan, bu

Re: Put mapping documentation -- What options are available? Specifically, how to store a property but without indexing it?

2014-02-23 Thread Daniel Winterstein
Thank you Hariharan, but no. I am looking for documentation for the other options, such as analyze and store. Best regards, Daniel Sent from my phone. Please excuse the brevity. -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe f

Re: Put mapping documentation -- What options are available? Specifically, how to store a property but without indexing it?

2014-02-23 Thread Hariharan Vadivelu
Are you looking for core types? http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-core-types.html On Sunday, February 23, 2014 2:54:23 AM UTC-6, Daniel Winterstein wrote: > > Hello, > > The documentation at > http://www.elasticsearch.org/guide/en/elasticsearch/referen

Put mapping documentation -- What options are available? Specifically, how to store a property but without indexing it?

2014-02-23 Thread Daniel Winterstein
Hello, The documentation at http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-put-mapping.html is a little sparse on details. Where can I find documentation for the options/parameters that put mapping takes? E.g. store, analyze, and just a list of what other option