As of now, in my setup, I have one doctype for every index. I want to
understand what will happen, lets say, if I push all the documents in one
index, with different doctypes.
From a lucene context doctypes are indexed together and filtered. So it is
just like having one big index. If two doc types share the same field name
then that fields IDF will be for both.
You should test it but it's often OK.
On Jun 1, 2015 7:06 AM, "Avinash Pandey" avinashpandey.iitd@gmail.com
wrote:
As of now, in my setup, I have one doctype for every index. I want to
understand what will happen, lets say, if I push all the documents in one
index, with different doctypes.
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.