I've put the index in a folder named RDFIndexLucene(home/marco/RDFIndexLucene), and when i run the query,(for example) if I delete the folder Tomcat says :"no segments* file found in org.apache.lucene.store.FSDirectory@/home/marco/RDFIndexLucene" It means that Lucene try to search in the index but with no result! N.B My app isn't a really web app because i create the .war file with ANT APACHE . Any ideas?
Il giorno lun, 18/05/2009 alle 19.20 +0200, Uwe Schindler ha scritto: > If it is a webstart app, how do you distribute the index. The webstart app > is downloaded to the user's computer and executed there. The index is not > transferred on webapp download, if it is not included in the JAR file. > Opening indexes from within JAR files (using Class.getResourceAsStream) is > not supported by Lucene. So your application must first download the index > somehow from your server and e.g. store it in a RAMDirectory or a temp > folder. > > Uwe > > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > > -----Original Message----- > > From: Marco Lazzara [mailto:marco.lazz...@gmail.com] > > Sent: Monday, May 18, 2009 7:13 PM > > To: java-user@lucene.apache.org > > Subject: Searching index problems with tomcat > > > > Hi everybody, > > I've a problem with my searching index. > > I've created a stand alone application and it works perfectly. > > I've put them on tomcat launching with java web start,but if I run the > > query(the same query) I always obtain no results!!!Why?? > > Obviously My tomcat app is looking at the same index from my standalone > > app. > > I've tried to put the index everywhere but the result is always the > > same. > > Please help me!!! > > Marco Lazzara > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > > For additional commands, e-mail: java-user-h...@lucene.apache.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org