Does ES support document subtypes? For example, can I do the following action, and still be able to provide/get mappings for subtype1 and subtype2? Or does ES only support a 2-level structure of index followed by type?
you always can specify exactly one type for your data being indexed (in the
URL). I am not sure what your actual use-case is, but you might want to
read about nested documents and parent child relations.
--Alex
On Tue, Mar 12, 2013 at 7:14 PM, vinh vinh@loggly.com wrote:
Does ES support document subtypes? For example, can I do the following
action, and still be able to provide/get mappings for subtype1 and
subtype2? Or does ES only support a 2-level structure of index followed by
type?
On Tue, Mar 12, 2013 at 7:14 PM, vinh vinh@loggly.com wrote:
Does ES support document subtypes? For example, can I do the following action, and still be able to provide/get mappings for subtype1 and subtype2? Or does ES only support a 2-level structure of index followed by type?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.