Re: Map fields to String

2015-04-03 Thread vineeth mohan
Hello Grayson , You can use _default _ to mark all types under a type. Then you can use

Map fields to String

2015-04-03 Thread Grayson Cash
I'm wanting to map all fields in my indices to a String. I understand that you do this with a mapping but I'm having trouble constructing the correct structure. If I don't, there will be collisions with a field "Code" being either an integer or string with my given input. -- You received this