Hello,
My application is working with PDF files so i use lucene with PdfBox to
create a little search engine. I am new to lucene.
All seemed to work fine but after some tests I saw that some expressions
like "stock option" where never found (or returns the wrong documents)
even if it exist i
aren't actually in your index? Can you elaborate on what
your analysis process is? Are you searching using the same Analyzer
as you are indexing with? I would try to isolate the problem down to
some unit tests, if possible.
Cheers,
Grant
On May 18, 2007, at 8:12 AM, Stefan Colella
Hello,
I used the setMaxFieldLength() and it works now thx all.
Doron Cohen wrote:
Stefan Colella wrote:
I tried to only add the content of the page where that expression can be
found (instead of the whole document) and then the search works.
Do i have to split my pdf text into more