elastic / makelogs

109 stars 44 forks source link

Add raw and hash fields for all strings #9

Closed rashidkpc closed 9 years ago

rashidkpc commented 9 years ago

This uses elasticsearch's support for dynamic templates to add a raw (not_analyzed) field and a hash (murmur) field to all string types.

spalger commented 9 years ago

LGTM