Lucene 3.0.3 Release Date

2010-10-28 Thread Shay Banon
Hi, It seems like current 3.0 branch has accumulated some important bug fixes, especially the possible index corruption bug. Is there a date for a formal 3.0.3 release? -shay.banon

Re: ArrayIndexOutOfBoundsException when iterating over TermDocs

2010-09-24 Thread Shay Banon
> simon > > On Fri, Sep 24, 2010 at 2:53 AM, Shay Banon wrote: > > Hi, > > > >A user got this very strange exception, and I managed to get the index > > that it happens on. Basically, iterating over the TermDocs causes an > AAOIB > > exception. I easily re

ArrayIndexOutOfBoundsException when iterating over TermDocs

2010-09-23 Thread Shay Banon
Hi, A user got this very strange exception, and I managed to get the index that it happens on. Basically, iterating over the TermDocs causes an AAOIB exception. I easily reproduced it using the FieldCache which does exactly that (the field in question is indexed as numeric). Here is the except

Re: Index Writer, RawPostingList and Memory Management

2010-06-05 Thread Shay Banon
but, you may be hitting one of the memory leak > bugs recently fixed but not yet (though soon to be) released. > > Can you try running with the tip of whichever release you are using? > > Mike > > On Fri, Jun 4, 2010 at 10:10 PM, Shay Banon wrote: > > Hi, > > > &g

Index Writer, RawPostingList and Memory Management

2010-06-04 Thread Shay Banon
Hi, I have a question on how IndexWriter manages its memory when it comes to RawPostingList. Its pretty late, so sorry if the question is obvious, but the question is when does the RawPostingList array gets reclaimed or shrinked? I assume they get factored in the ram balancing process, but, is t

Re: NRT and Caching based on IndexReader

2010-05-17 Thread Shay Banon
Right, make sense. On Tue, May 18, 2010 at 4:23 AM, Yonik Seeley wrote: > On Mon, May 17, 2010 at 9:14 PM, Shay Banon wrote: > > Oh, and one more thing. Deleted docs is a sub case, with NRT, most people > > will almost always add docs as well... . So it is still not really usabl

Re: NRT and Caching based on IndexReader

2010-05-17 Thread Shay Banon
Oh, and one more thing. Deleted docs is a sub case, with NRT, most people will almost always add docs as well... . So it is still not really usable for field cache, right? On Tue, May 18, 2010 at 4:12 AM, Shay Banon wrote: > Just saw that you opened a case for that. I think that its import

Re: NRT and Caching based on IndexReader

2010-05-17 Thread Shay Banon
on On Tue, May 18, 2010 at 4:04 AM, Yonik Seeley wrote: > On Mon, May 17, 2010 at 9:00 PM, Shay Banon wrote: > > Great, so I am not imagining things this late into the night ... ;), not > so > > great, since using NRT with field cache (like sorting) or caching > filters, >

Re: NRT and Caching based on IndexReader

2010-05-17 Thread Shay Banon
Tue, May 18, 2010 at 3:44 AM, Yonik Seeley wrote: > Yep, confirmed what you are seeing. I'll check into it and open an issue. > > -Yonik > http://www.lucidimagination.com > > On Mon, May 17, 2010 at 5:54 PM, Shay Banon wrote: > > Yea, I noticed that ;). Even so, I

Re: NRT and Caching based on IndexReader

2010-05-17 Thread Shay Banon
riter.close(); } On Tue, May 18, 2010 at 12:30 AM, Yonik Seeley wrote: > On Mon, May 17, 2010 at 5:00 PM, Shay Banon wrote: > > I wanted to verify if my understanding is correct. Assuming that I use > > NRT, and refresh, say, every 1 second, caching based on IndexReader, such

NRT and Caching based on IndexReader

2010-05-17 Thread Shay Banon
Hi, I wanted to verify if my understanding is correct. Assuming that I use NRT, and refresh, say, every 1 second, caching based on IndexReader, such is what is used in the CachingWrapperFilter is basically useless, since, even if there is an open sub reader, it gets clones meaning there is a ne

ElasticSearch - An open source, distributed, search engine built on top of Lucene

2010-02-08 Thread Shay Banon
Hi, Just wanted to announce the release of a new open source project called ElasticSearch (http://www.elasticsearch.com/). Its an open source (Apache 2), distributed, search engine built on top of Lucene. There are many features for ElasticSearch, you can find them here: http://www.elasticsearc

Re: Delete by docId in IndexWriter

2009-06-29 Thread Shay Banon
x27;re particularly interested feel free > to > open a jira issue. > > On Sun, Jun 28, 2009 at 2:21 AM, Shay Banon wrote: > >> >> Hi, >> >> I have a case where deleting documents by doc id make sense (I know >> before hand the docs I want to dele

Delete by docId in IndexWriter

2009-06-28 Thread Shay Banon
Hi, I have a case where deleting documents by doc id make sense (I know before hand the docs I want to delete based on the doc id). I am wondering why the API is not exposed in the IndexWriter (as it is in IndexReader). I understand that this API is more "expert" than typical usage, but it all

Re: Fwd: Hibernate Lucene trademark issues

2006-11-19 Thread Shay Banon
Since I do not want to invade Lucene user list regarding a discussion about Compass and Hiberante Search, but I still think that it is something that needs to get answered, here is a link to my blog post discussing this: http://jroller.com/page/kimchy?entry=hibernate_search_lucene . Cheers, Shay

Compass Framework 0.8 + Jdbc Lucene Directory

2006-01-08 Thread Shay Banon
We are pleased to announce the 0.8.0 release of Compass Framework - A Java Search Engine Framework based on Lucene. Major feature of this release is the ability to store Lucene index within a database. The feature has two parts: A complete Lucene Jdbc Directory implementation which is separate

Re: JDBC proxy implementing Lucene?

2005-08-09 Thread Shay Banon
have some kind of knowledge how to combine the two. Shay Otis Gospodnetic wrote: Hi Chris, --- Chris Lu <[EMAIL PROTECTED]> wrote: Hi, Just an idea to make Lucene work with databases more easily. When I communicated with Shay Banon(Compass' author), it came to me that m

Re: Compass 0.5 Released

2005-08-04 Thread Shay Banon
Of course, sorry ;-( http://compass.sourceforge.net Mark Benussi wrote: Shay. Do you have a web site that we can visit to discover more about your technology? -Original Message- From: Shay Banon [mailto:[EMAIL PROTECTED] Sent: 04 August 2005 22:34 To: java-user

Compass 0.5 Released

2005-08-04 Thread Shay Banon
We are please to announce the 0.5 major feature release of Compass Object/Search Engine Mapping (OSEM) framework. This release makes integrating search capability with existing development frameworks (like Hibernate and Spring) even simpler. Compass uses declarative mapping technology, which me