Hello All,
We are storing nested documents in Solr and when we query we would like to
get denormalized (flattened ) view of nested object. For ex
Stored Document :
1. {
2. course: "Java",
3. room: "10",
4. students: [
5. {
6. id: 12,
7. name: "Joe"
8. },{
9. id: 34,
Hi All,
We are using solar 8.2 and wants to know if we can have nested subqueries.
For ex. I have following types of documents in my collection. Different
document types are stored . ( Not using nested documents to avoid indexing
overhead).
{
Id :111,
docType: “HEADER”
Valu