Hi Billy, There is nothing in Solr that will do XML parsing and link extraction, so you'll need to do that part. Once you do that have a look at Solr join for parent-child querying.
http://search-lucene.com/?q=solr+join Otis -- Search Analytics - http://sematext.com/search-analytics/index.html Performance Monitoring - http://sematext.com/spm/index.html On Tue, Oct 2, 2012 at 9:51 PM, Billy Newman <newman...@gmail.com> wrote: > Hello again all. > > I have a URLDataSource to index xml data. Is there any way to follow > links within the xml doc and index items in those under the same > document? I.E. if I search for a word or term and that term lives in > a link of doc with ID 12345 I would like to return that doc when > searched. > > Thanks, > Billy