On 11/28/06, Manuel Albela Miranda <[EMAIL PROTECTED]> wrote:
Thanks for your answer. Yes, i'm using Sun's JDK 1.5.0 too. Can you tell me the step you followed to get solr running with the lockless commits?. I compile the latest java lucene and then put the jar files generated in the lib directory of the solr distribution. Finally running 'ant' it compiles without any problem. But when trying the example with the new index format, it fails.
Did you make sure that you are actually running the new war you made? If you run "ant example" it will install the newly built war into the example server (the example/webapps directory) -Yonik