Re: [GENERAL] Searching BLOB - Lucene setup & problem

2006-06-15 Thread John Sidney-Woollett
This is a bit off topic for the Postgres list... ;) Make sure you explicitly include the name of the Lucene jar file in your command line invocation, and any other directories that are required (normally your current working directory), so for Windows you'd use something like java -cp .;{pat

Re: [GENERAL] Searching BLOB - Lucene setup & problem

2006-06-15 Thread [EMAIL PROTECTED]
Hi John, I have had a read through the lucene website (http://lucene.apache.org/java/docs/index.html) and it sounds pretty good to me. I should be able to use this in conjuction with my JSP pages. This may sound quite dumb to anyone who develops in java, but I need a little help setting up the de