about pdf search

2011-03-06 Thread Cescy
Hi, I am developing a pdf search engine, just use in local computer to search massive pdf documents. I used pdfbox+lucene to index and search, and then I have to display the context to the user in pdf file in user interface. HOW CAN I ACHIEVE THIS??? THX

about pdf search

2011-03-06 Thread Cescy
Hi, I am developing a pdf search engine, just use in local computer to search massive pdf documents. I used pdfbox+lucene to index and search, and then I have to display the context to the user in pdf file in user interface. HOW CAN I ACHIEVE THIS??? THX

Re: about pdf search

2011-03-07 Thread Ian Lea
Please don't cross-post to multiple lists. Look back through the lucene user email archive and you'll find people talking about this or use your favourite search engine to find hits for something like "lucene pdf highlighting". If you don't find an answer, post again to the most appropriate list

Re: about pdf search

2011-03-07 Thread James Wilson
Cescy wrote: Hi, I am developing a pdf search engine, just use in local computer to search massive pdf documents. I used pdfbox+lucene to index and search, and then I have to display the context to the user in pdf file in user interface. HOW CAN I ACHIEVE THIS??? I have completed a projec

Re: about pdf search

2011-03-07 Thread Bill Janssen
James Wilson wrote: > I have completed a project to do the exact same thing. I put the pdf > text in XML files. Then after I do a Lucene search I read the text from > the XML files. I do not store the text in the Lucene index. That would > bloat the index and slow down my searches. FYI -- I