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 https://wiki.apache.org/solr/FieldCollapsing OR https://cwiki.apache.org/confluence/display/solr/Other+Parsers#OtherParsers-CollapsingQueryParser Ahmet On Thursday, March 6, 2014 1:06 PM, Raman Jhajj <bobby.jh...@gmail.com> wrote: 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 workaround for that https://issues.apache.org/jira/browse/SOLR-380 but this one is quite old and is not working now with 4.3.0. I need some help regarding this, if anyone can please help me out. I am new to SOLR and don't know much. My particular issue is, we have several manuals of research data which are in TEI format. I have indexed them for full search and highlights. Everything is working fine so far. Now when I show results in the webpage. On click of the particular result I need to move to that particular page in the TEI formatted document and display. I can display whole document by just giving an anchor tag for the document but not sure about how to move to specific page. I am bit confused how I can implement the solution for this. If anyone has worked on something like this can you please guide me. I am not getting any way out. -- Kind Regards, *Ramaninder Singh Jhajj*