Naman Gupta schrieb:
PDF Box uses a particular function of the Object 'Field' which is only there in the lucene 1.4.3. *Field.UnIndexed("path", file.getPath() )
This statement should be a good replacement:new Field("path", file.getPath(), Field.Store.YES, Field.Index.UN_TOKENIZED));
Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]