[jira] Resolved: (LUCENE-1262) IndexOutOfBoundsException from FieldsReader after problem reading the index

2008-04-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1262. Resolution: Fixed Fix Version/s: 2.4 2.3.2 I just commit

Fwd: New binary distribution of Oracle-Lucene integration

2008-04-13 Thread J. Delgado
Here is the latest on the Oracle-Lucene Integration. J.D. -- Forwarded message -- From: Marcelo Ochoa <[EMAIL PROTECTED]> Date: Mon, Apr 7, 2008 at 10:01 AM Subject: New binary distribution of Oracle-Lucene integration To: [EMAIL PROTECTED] Hi all: I just released a new version

Re: Flexible indexing design

2008-04-13 Thread Michael McCandless
Marvin Humphrey <[EMAIL PROTECTED]> wrote: > > On Apr 10, 2008, at 3:10 AM, Michael McCandless wrote: > > > > Can't you compartmentalize while still serializing skip data into the > > single frq/prx file? > > > > Yes, that's possible. > > The way KS is set up right now, PostingList objects maintai

Re: Pooling of posting objects in DocumentsWriter

2008-04-13 Thread Michael McCandless
Marvin Humphrey <[EMAIL PROTECTED]> wrote: > > On Apr 12, 2008, at 2:29 AM, Michael McCandless wrote: > > > > > > > The total allocation for any given RawPosting can be calculated like so: > > > > > > offsetof(RawPosting, blob) + posting->content_len + posting->aux_len > > > > > > > Probably you

Re: Deprecation of flush in IndexWriter

2008-04-13 Thread Michael McCandless
Shay Banon <[EMAIL PROTECTED]> wrote: > That what was I was hoping to get to eventually. I agree that flush can do > much more (and be better renamed to prepare). If we can get something like > that, it would be great. I'll work through a patch... > Just a note regarding two phase transactio