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.
