I am using SOLR and Coldfusion to index a collection of PDFs.
Am I able to get hold of the page number in search results?
I would like to link directly to the page using the syntax http://myserver/files/selectedfile.pdf#page=5
Can I pull the page number for the page that the keyword matched on?
Thanks.