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 Mon, Feb 24, 2014 at 8:20 AM, Daniel Winterstein <
[email protected]> wrote:

> 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 without explanation.
> // Somewhere there must be a list of these! What they mean, and what
> the supported values are.
> }
>         }
>     }
> }
> '
>
> > Specifically, I have some large data properties I want to store and
> retrieve with results, but not have them indexed for search. So help with
> that would be great.
>
> I think "enabled" might fit this.
>
> Best regards,
>  - Daniel
>
> --
> 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 [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/elasticsearch/CAEmLStmw9DtvyWLbyHbmmrmqc8PoZArWt1aCH637NGyyUqqFuw%40mail.gmail.com
> .
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQBTNfiWp1afXLSFpVDXUEPjWW24eEFCs8rd8MHRurLbkQ%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to