I'm working with some legacy code that has nested documents that have 1 field each.
I have profile results that show that a large amount of time is sometimes spent querying the nested field.
If I move to a single analyzed string field (and use position increment gap) I should see substantial performance improvement, right?
I'm mostly looking for information on what (if anything) makes nested queries on single documents more expensive than queries on fields in a flat document.
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.