Re: search performance enhancement

2005-08-16 Thread Paul Elschot
Hi John, On Wednesday 17 August 2005 04:46, John Wang wrote: > Hi: > >I posted a bug (36147) a few days ago and didn't hear anything, so > I thought I'd try my luck on this list. > >The idea is to avoid score calculations on documents to be filtered > out anyway. (e.g. via Filter object

search performance enhancement

2005-08-16 Thread John Wang
Hi: I posted a bug (36147) a few days ago and didn't hear anything, so I thought I'd try my luck on this list. The idea is to avoid score calculations on documents to be filtered out anyway. (e.g. via Filter object passed to the searcher class) This seems to be an easy change. Also

Re: OutOfMemoryError on addIndexes()

2005-08-16 Thread John Wang
Under many usecases a date field is often indexed. If the granularity of the date value is in milliseconds, the number of unique terms in the index could potentially be huge. So if this is indeed the case, it is a potential scalability bottleneck in lucene index size. Thanks -John On 8/12/05, C

Re: Integrating lucene search with adobe search

2005-08-16 Thread Andrew Boyd
Thanks Ben! -Original Message- From: Ben Litchfield <[EMAIL PROTECTED]> Sent: Aug 15, 2005 6:33 PM To: java-user@lucene.apache.org, Andrew Boyd <[EMAIL PROTECTED]> Subject: Re: Integrating lucene search with adobe search Andrew, There are a couple different open parameters that can be p

Re: Integrate Lucene with Derby

2005-08-16 Thread Mag Gam
thanks for looking into it. Yes, I do agree DERBY is very easy to use and get started. I am looking for a solution more on the line of tsearch2 (http://www.google.com/url?sa=t&ct=res&cd=1&url=http%3A//www.sai.msu.su/%7Emegera/postgres/gist/tsearch/V2/&ei=zcUBQ9aGCYmm-gGPr9DcAg) I guess all we ne