I have large TEI.2 docs that I am indexing. These are journal issuess with all the typical sections in them. The main unit of organization and interest is an article which I want to retrieve intact and display (no problem there).
The question I'm working on is whether to index each article as it's own Solr document in addition to the Solr document for the articles' issue, or to just use a multiValued article field in the issue's Solr doc. The disadvantage of the multiValued article field is that whenever I just want to retrieve one complete article, I actually retrieve all of them--a lot of data. Thanks for any suggestions, Jamie