My application has a document structure , parts of its changes frequently and others remains same through out document life cycle .
As under hood elastic search update is delete and create new document as lucene segments are immutable ,am planning to have two types for same document , one that changes frequently and other that never changes .
Is it possible to have document with two types pointing to same document
What I mean was that it is impossible for two documents to have the same ID in Lucene since the document type gets appended to its Elasticsearch ID in Lucene.
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.