Some Field should be indexed or some field should not indexed

hi all,

suppose we have an index and we have 10 field in this index and we want to indexed five field and we don't want indexed other five filed....can anybody tell me how we can implement this in Elastic Search...

thax in advance

Regards,
Sumit Gupta

You can control indexing of individual fields by explicitly specifying
field mapping during index creation or by using Put Mapping API. See
Elasticsearch Platform — Find real-time answers at scale | Elastic for
more information.

On Monday, June 4, 2012 8:34:15 AM UTC-4, Sumit Gupta wrote:

hi all,

suppose we have an index and we have 10 field in this index and we want to
indexed five field and we don't want indexed other five filed....can
anybody tell me how we can implement this in Elastic Search...

thax in advance

Regards,
Sumit Gupta

--
View this message in context:
http://elasticsearch-users.115913.n3.nabble.com/Some-Field-should-be-indexed-or-some-field-should-not-indexed-tp4018771.html
Sent from the Elasticsearch Users mailing list archive at Nabble.com.

Thanx Igor Motov..