Re: How to create a Lucene in-memory index at webapp deployment time

2012-09-10 Thread Jack Krupansky
Follow the instruction here: http://lucene.apache.org/core/discussion.html -- Jack Krupansky -Original Message- From: Noopur Julka Sent: Monday, September 10, 2012 12:43 PM To: java-user@lucene.apache.org Cc: Dhananjeyan Balaretnaraja Subject: Re: How to create a Lucene in-memory

Re: How to create a Lucene in-memory index at webapp deployment time

2012-09-10 Thread Noopur Julka
unsuscribe me pls Regards, Noopur Julka On Fri, Sep 7, 2012 at 10:40 AM, Kasun Perera wrote: > I have a web java/jsp application running on Apache Tomcat server. In this > web application I have used lucene, to index and calculate similrarity > between some PDF documents(PDF documents are in

Re: How to create a Lucene in-memory index at webapp deployment time

2012-09-07 Thread Ian Lea
You can do stuff with scopes and contexts and web.xml and whatever (google something like tomcat application scope). Or use some static classes or singletons to look after the single index. -- Ian. On Fri, Sep 7, 2012 at 6:10 AM, Kasun Perera wrote: > I have a web java/jsp application running

How to create a Lucene in-memory index at webapp deployment time

2012-09-06 Thread Kasun Perera
I have a web java/jsp application running on Apache Tomcat server. In this web application I have used lucene, to index and calculate similrarity between some PDF documents(PDF documents are in the database). My live server dosent allow web-app to access files, so I have created the in-memory lucen