Re: Accessing Lucene Index stored in a jar file

2006-02-19 Thread Chris Brown
18, 2006 3:38:16 PM Subject: Accessing Lucene Index stored in a jar file Hello, Is there a way to access a Lucene Index which is stored inside a .zip or .jar file? This is important because my indexes are very large (> 200 M.B.) and I need to compress them. I tried to store documents us

Re: Accessing Lucene Index stored in a jar file

2006-02-19 Thread Ahmed El-dawy
D]> > > To: java-user@lucene.apache.org > > Sent: Saturday, February 18, 2006 3:38:16 PM > > Subject: Accessing Lucene Index stored in a jar file > > > > Hello, > > Is there a way to access a Lucene Index which is stored inside a > > .zip or .jar file? &

Re: Accessing Lucene Index stored in a jar file

2006-02-19 Thread Ahmed El-dawy
o these people: > http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=jardirectory%20lucene > > - Original Message > From: Ahmed El-dawy <[EMAIL PROTECTED]> > To: java-user@lucene.apache.org > Sent: Saturday, February 18, 2006 3:38:16 PM > Subject: Accessing Lu

Re: Accessing Lucene Index stored in a jar file

2006-02-19 Thread Otis Gospodnetic
Try talking to these people: http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=jardirectory%20lucene - Original Message From: Ahmed El-dawy <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Saturday, February 18, 2006 3:38:16 PM Subject: Accessing Lucene Index s

RE: Accessing Lucene Index stored in a jar file

2006-02-18 Thread Waleed Tayea
-dawy [mailto:[EMAIL PROTECTED] Sent: Sunday, February 19, 2006 9:06 AM To: java-user@lucene.apache.org Subject: Re: Accessing Lucene Index stored in a jar file I need to access it as it is in the zip file. IndexSearcher cannot be constructed using a zip file or a stream to a file. It can be

Re: Accessing Lucene Index stored in a jar file

2006-02-18 Thread Ahmed El-dawy
y 18, 2006 8:38 PM > Subject: Accessing Lucene Index stored in a jar file > > > Hello, > Is there a way to access a Lucene Index which is stored inside a > .zip or .jar file? > This is important because my indexes are very large (> 200 M.B.) and I > need to compress them.

Re: Accessing Lucene Index stored in a jar file

2006-02-18 Thread gekkokid
18, 2006 8:38 PM Subject: Accessing Lucene Index stored in a jar file Hello, Is there a way to access a Lucene Index which is stored inside a .zip or .jar file? This is important because my indexes are very large (> 200 M.B.) and I need to compress them. I tried to store documents using Store.

Accessing Lucene Index stored in a jar file

2006-02-18 Thread Ahmed El-dawy
Hello, Is there a way to access a Lucene Index which is stored inside a .zip or .jar file? This is important because my indexes are very large (> 200 M.B.) and I need to compress them. I tried to store documents using Store.COMPRESSED, but the compression ratio wasn't satisfying. I need to add