Hello,

I used demo code(IndexFiles.java) from lucene to index around 100 text files.

doc.add(new Field("contents", new FileReader(f)));

Which is interesting that, for some larger files (around 500kb), only the query term on the top of the file is searchable, once the term is at the end or after an unknown point of the file, I couldn't use SearchFiles.java, which also came with demo code, to find it.

I even tried to convert the file to String and index it as Store.YES. But no luck, still same resultset was returned.

Does anybody have same experience to share the solution with me? I would so appreciate.

Cheers,
Chen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to