Re: How to avoid huge index files

2009-09-10 Thread Ted Stockwell
009 2:18:35 PM > Subject: Re: How to avoid huge index files > > > Is it possible to upload to GAE an already exist index? My index is data I'm > collecting for long time, and I prefer not to give it up. > >

Re: How to avoid huge index files

2009-09-10 Thread Dvora
in Google App Engine >> > (http://code.google.com/appengine/), which limits files length to be >> > smaller than 10MB. > > > > > > - > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org &

Re: How to avoid huge index files

2009-09-10 Thread Ted Stockwell
Another alternative is storing the indexes in the Google Datastore, I think Compass already supports that (though I have not used it). Also, I have successfully run Lucene on GAE using GaeVFS (http://code.google.com/p/gaevfs/) to store the index in the Datastore. (I developed a Lucene Directory

RE: How to avoid huge index files

2009-09-10 Thread Dvora
28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > >> From: Dvora [mailto:barak.ya...@gmail.com] >> Sent: Thursday, September 10, 2009 1:23 PM >> To: java-user@lucene.apache.org >> Subject: Re: How to avoid huge index files >> >> >> Hi aga

RE: How to avoid huge index files

2009-09-10 Thread Uwe Schindler
earches. > >>>>> I'm intending to deploy the application in Google App Engine > >>>>> (http://code.google.com/appengine/), which limits files length to be > >>>>> smaller than 10MB. I've read about the various policies supported by >

Re: How to avoid huge index files

2009-09-10 Thread Dvora
t; which parameters, the index files still grew to be lot more the 10MB. >>>>> Looking at the code, I've managed to limit the cfs files (predicting >>>>> the >>>>> file size in CompoundFileWriter before closing the file) - I guess >>>>> that >

Re: How to avoid huge index files

2009-09-10 Thread Michael McCandless
zes, but on matter which policy I used and >>>> which parameters, the index files still grew to be lot more the 10MB. >>>> Looking at the code, I've managed to limit the cfs files (predicting the >>>> file size in CompoundFileWriter before closing the file)

Re: How to avoid huge index files

2009-09-10 Thread Dvora
#x27;ve managed to limit the cfs files (predicting the >>> file size in CompoundFileWriter before closing the file) - I guess that >>> will degrade performance, but it's OK for now. But now the FDT files are >>> becoming huge (about 60MB) and I cant identifiy a

Re: How to avoid huge index files

2009-09-10 Thread Michael McCandless
ance, but it's OK for now. But now the FDT files are >> becoming huge (about 60MB) and I cant identifiy a way to limit those >> files. >> >> Is there some built-in and correct way to limit these files length? If no, >> can someone direct me please how should I twea

Re: How to avoid huge index files

2009-09-09 Thread Dvora
huge (about 60MB) and I cant identifiy a way to limit those > files. > > Is there some built-in and correct way to limit these files length? If no, > can someone direct me please how should I tweak the source code to achieve > that? > > Thanks for any help. > -- View t

How to avoid huge index files

2009-09-08 Thread Dvora
eak the source code to achieve that? Thanks for any help. -- View this message in context: http://www.nabble.com/How-to-avoid-huge-index-files-tp25347505p25347505.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. -