What do you mean by putting it in a directory for elasticsearch to discvoer?
Mappings in the config location are applied when the index gets created
(which happens before a document gets indexed).
On Wed, Sep 21, 2011 at 1:00 AM, James Cook jcook@tracermedia.com wrote:
Hmmm, well we aren't using dynamic mapping, but we do put our mappings into
a directory for ES to discover. Could it be that ES starts up with dynamic
mapping, then discovers the mapping files I have for each type? Then when I
index a document, it issues an update_mapping call even though I am indexing
a document to one of my types that is mapped?