Exacly, In Solr there is no concept of "nested fields" . But there's the concept of nested documents ( via Query time join and Index time (block) join ) . You can have a "flat" schema which actually will be used to model nested documents at index and query time. There is plenty of documentation about that ( starting from 4.5 block join is available in Solr as well)
Cheers On 14 December 2015 at 03:18, Binoy Dalal <binoydala...@gmail.com> wrote: > From what I've seen, you can't nest fields in the schema.xml, since those > are just declarations. If you want nested documents, you need to do so at > index time with the _childDocuments_ json key in your doc. > Take a look here: http://yonik.com/solr-nested-objects/ > > On Mon, Dec 14, 2015 at 6:10 AM santosh sidnal <sidnal.sant...@gmail.com> > wrote: > > > Hi All, > > > > I want to define nested fileds in SOLR using schema.xml. we are using > > Apache > > Solr 4.7.0. > > > > i see some links which says how to do, but not sure how can i do it in > > schema.xml > > > > > https://cwiki.apache.org/confluence/display/solr/Other+Parsers#OtherParsers-BlockJoinQueryParsers > > > > > > any help over here is appreciable. > > > > -- > > Regards, > > Santosh Sidnal > > > -- > Regards, > Binoy Dalal > -- -------------------------- Benedetti Alessandro Visiting card : http://about.me/alessandro_benedetti "Tyger, tyger burning bright In the forests of the night, What immortal hand or eye Could frame thy fearful symmetry?" William Blake - Songs of Experience -1794 England