Re: slow FieldCacheImpl.createValue

2008-05-20 Thread Chris Lu
This should have a great boost to performance. Any plan to merge it into the main brance instead of patch? -- Chris Lu - Instant Scalable Full-Text Search On Any Database/Application site: http://www.dbsight.net demo: http://search.dbsight.com Lucene Database Search in 3 m

Re: slow FieldCacheImpl.createValue

2008-05-20 Thread Jason Rutherglen
https://issues.apache.org/jira/browse/LUCENE-1278 solves this problem On Tue, May 20, 2008 at 1:32 AM, Anshum <[EMAIL PROTECTED]> wrote: > Hey Alex, > I guess you haven't tried warming up the engine before putting it to use. > Though one of the simpler implementation, you could try warming up the

RE: slow FieldCacheImpl.createValue

2008-05-19 Thread Alex
TECTED] > To: java-user@lucene.apache.org > Subject: Re: slow FieldCacheImpl.createValue > > Hey Alex, > I guess you haven't tried warming up the engine before putting it to use. > Though one of the simpler implementation, you could try warming up the > engine first by sendin

Re: slow FieldCacheImpl.createValue

2008-05-19 Thread Anshum
Hey Alex, I guess you haven't tried warming up the engine before putting it to use. Though one of the simpler implementation, you could try warming up the engine first by sending a few searches and then put it to use (put it into the serving machine loop). You could also do a little bit of preproce