I read in a recent post on this forum that nested data cannot be sorted
upon in the query results? Is this true? It'd be a good thing to put on the
nested type page
It really kills any practical use for my project, alas.
Also, what exactly gets returned by default doing nested queries? All of
the parent and all of the nested child that matched? Can any of that be
controlled?
I read in a recent post on this forum that nested data cannot be sorted
upon in the query results? Is this true? It'd be a good thing to put on the
nested type page
It really kills any practical use for my project, alas.
Yes, you can't sort based on nested documents
Also, what exactly gets returned by default doing nested queries? All of
the parent and all of the nested child that matched? Can any of that be
controlled?
The full document you indexed is returned, you can pick and choose what
parts of the document gets returned, but not specific nested document
elements that matched.
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.