Actually, Solr has been supporting Nested Objects for a little while:
https://cwiki.apache.org/confluence/display/solr/Uploading+Data+with+Index+Handlers#UploadingDatawithIndexHandlers-NestedChildDocuments
The schema represents a union of all possible fields though, so yes,
some care needs to be t
What exactly do you mean by nested objects in Solr. It would help if you
give an example. The Solr schema is flat as far as I know.
Bill
On Fri, Jul 24, 2015 at 9:24 AM, Rajesh
wrote:
> You can use nested entities like below.
>
>
> query="SELECT * FROM User">
>
You can use nested entities like below.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Nested-objects-in-Solr-tp4213212p4219039.html
Sent from the Solr - User mailing list a