When indexing Alto files in Solr wordcoordinates had been send as URL parameters together with the indexing request fort the Alto XML file.
The MyCoRe solution (omitting the XML file) prevents the content from beeing found with the "normal" content search.
Therefore a new MCRFileIndexhandler has been implemented, that extracts the the word coordinates from the Solr update request and sends them as 2nd atomic update request
after the document.
When indexing Alto files in Solr wordcoordinates had been send as URL parameters together with the indexing request fort the Alto XML file.
The MyCoRe solution (omitting the XML file) prevents the content from beeing found with the "normal" content search.
Therefore a new MCRFileIndexhandler has been implemented, that extracts the the word coordinates from the Solr update request and sends them as 2nd atomic update request
after the document.