Hi Roman,
I did similar project, this is how :
1) index page by page. Solr document (unit of retrieval) will be pages. You can
generate an uniqueKey by concatenating docId and pageNo => doc50_page0 With
this you will have page no information.
2) Later on you can group by document_id with
htt
Hello Everyone,
Let me first introduce myself, I am Raman, I am a Masters of CS student. I
am doing a project for my studies which need the use of SOLR. For some
reasons I have to use SOLR 4.3.0 for the project.
I am facing an issue with page numbers in the search result.I came across a
workaroun