[jira] Updated: (LUCENE-1948) Deprecating InstantiatedIndexWriter

2009-11-14 Thread Uwe Schindler (JIRA)
already transformed to the new TokenStream API (not really effective, but works). We can deprecate it it 3.1 if needed. > Deprecating InstantiatedIndexWriter > --- > > Key: LUCENE-1948 > URL: https://issues.apache.org/jir

[jira] Commented: (LUCENE-1948) Deprecating InstantiatedIndexWriter

2009-11-10 Thread Uwe Schindler (JIRA)
want to do this as soon as possible before 3.0 comes out. > Deprecating InstantiatedIndexWriter > --- > > Key: LUCENE-1948 > URL: https://issues.apache.org/jira/browse/LUCENE-1948 > Project: Lucene - Java

Re: [jira] Created: (LUCENE-1948) Deprecating InstantiatedIndexWriter

2009-10-05 Thread DM Smith
On 10/05/2009 12:22 PM, Karl Wettin (JIRA) wrote: Deprecating InstantiatedIndexWriter --- Key: LUCENE-1948 URL: https://issues.apache.org/jira/browse/LUCENE-1948 Project: Lucene - Java Issue Type: Task

[jira] Updated: (LUCENE-1948) Deprecating InstantiatedIndexWriter

2009-10-05 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1948: Attachment: LUCENE-1948.patch > Deprecating InstantiatedIndexWri

[jira] Created: (LUCENE-1948) Deprecating InstantiatedIndexWriter

2009-10-05 Thread Karl Wettin (JIRA)
Deprecating InstantiatedIndexWriter --- Key: LUCENE-1948 URL: https://issues.apache.org/jira/browse/LUCENE-1948 Project: Lucene - Java Issue Type: Task Components: contrib/* Affects Versions

Re: Deprecating InstantiatedIndexWriter

2009-10-03 Thread Jason Rutherglen
utable due to the > locklessness. My suggestion is that we make it immutable for real. > > Since II is ment for small corpora there is very little time lost by using > the constructor that builts the index from an IndexReader. I.e. rather than > using InstantiatedIndexWriter one would

Deprecating InstantiatedIndexWriter

2009-10-03 Thread Karl Wettin
g the constructor that builts the index from an IndexReader. I.e. rather than using InstantiatedIndexWriter one would have to use a Directory and an IndexWriter and then pass an IndexReader to a new InstantiatedIndex. Any objec

Re: InstantiatedIndexWriter

2008-12-02 Thread Jason Rutherglen
method? On Wed, Nov 26, 2008 at 8:44 PM, Karl Wettin <[EMAIL PROTECTED]> wrote: > I was just about to get on with LUCENE-1462 when I noticed the new > TokenStream API. (Yeah, I've been really busy with other stuff for a while > now.) > > Rather than keeping Instantiat

Re: InstantiatedIndexWriter

2008-11-30 Thread Jason Rutherglen
Hi Karl, I can update InstantiatedIndexWriter to work with the new TokenStream API. What about MemoryIndex? Is it incompatible now as well? Jason On 11/26/08, Karl Wettin <[EMAIL PROTECTED]> wrote: > I was just about to get on with LUCENE-1462 when I noticed the new > TokenStrea

InstantiatedIndexWriter

2008-11-26 Thread Karl Wettin
I was just about to get on with LUCENE-1462 when I noticed the new TokenStream API. (Yeah, I've been really busy with other stuff for a while now.) Rather than keeping InstantiatedIndexWriter in sync with IndexWriter I'm considering suggesting that we sim

[jira] Updated: (LUCENE-1332) Enable reader and binary fields in InstantiatedIndexWriter

2008-07-10 Thread Jason Rutherglen (JIRA)
binary yet. Would like to get Karl's thoughts on supporting binary. > Enable reader and binary fields in InstantiatedIndexWriter > -- > > Key: LUCENE-1332 > URL: https://issues.apache.org/jir

[jira] Created: (LUCENE-1332) Enable reader and binary fields in InstantiatedIndexWriter

2008-07-10 Thread Jason Rutherglen (JIRA)
Enable reader and binary fields in InstantiatedIndexWriter -- Key: LUCENE-1332 URL: https://issues.apache.org/jira/browse/LUCENE-1332 Project: Lucene - Java Issue Type: Improvement