[jira] Updated: (LUCENE-1425) Add ConstantScore highlighting support to SpanScorer

2009-03-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1425: --- Fix Version/s: 2.9 > Add ConstantScore highlighting support to SpanScorer >

[jira] Commented: (LUCENE-1577) Benchmark of different in RAM realtime techniques

2009-03-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693414#action_12693414 ] Michael McCandless commented on LUCENE-1577: Are these tests measuring adding

NIO.2

2009-03-28 Thread Michael Busch
NIO.2 sounds great. Though, it will probably take a pretty long time before we can switch Lucene to Java 1.7 :( We could write a (contrib) module that we don't ship together with the core that has a Directory implementation which uses NIO.2. http://jcp.org/en/jsr/detail?id=203 http://ronsoft

[jira] Commented: (LUCENE-1575) Refactoring Lucene collectors (HitCollector and extensions)

2009-03-28 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693443#action_12693443 ] Shai Erera commented on LUCENE-1575: {quote} This turns deprecated HitCollector into a

Re: NIO.2

2009-03-28 Thread Earwin Burrfoot
On Sat, Mar 28, 2009 at 16:44, Michael Busch wrote: > NIO.2 sounds great. > Though, it will probably take a pretty long time before we can switch Lucene > to Java 1.7 :( > > We could write a (contrib) module that we don't ship together with the core > that has a Directory implementation which uses

AW: NIO.2

2009-03-28 Thread Uwe Schindler
>From the talk at ApacheCon I remember that NIO.2 will also be available for >Java 6 as a addon package (a little bit later). Uwe Mit einem Mobiltelefon von Sony Ericsson gesendet Originalnachricht Von: Michael Busch Gesendet: An: java-dev@lucene.apache.org Betreff: NIO.2 NIO.2 so

[jira] Commented: (LUCENE-1575) Refactoring Lucene collectors (HitCollector and extensions)

2009-03-28 Thread Marvin Humphrey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693448#action_12693448 ] Marvin Humphrey commented on LUCENE-1575: - > BTW, how can a document get a zero sc

[jira] Commented: (LUCENE-1575) Refactoring Lucene collectors (HitCollector and extensions)

2009-03-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693462#action_12693462 ] Michael McCandless commented on LUCENE-1575: bq. I thought to split patches to

[jira] Created: (LUCENE-1579) Cloned SegmentReaders fail to share FieldCache entries

2009-03-28 Thread Michael McCandless (JIRA)
Cloned SegmentReaders fail to share FieldCache entries -- Key: LUCENE-1579 URL: https://issues.apache.org/jira/browse/LUCENE-1579 Project: Lucene - Java Issue Type: Bug Components

[jira] Commented: (LUCENE-1516) Integrate IndexReader with IndexWriter

2009-03-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693465#action_12693465 ] Michael McCandless commented on LUCENE-1516: Disregard the search time in the

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2009-03-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693464#action_12693464 ] Michael McCandless commented on LUCENE-831: --- Let's make sure the new API fixes LU

Re: NIO.2

2009-03-28 Thread Michael McCandless
I think having async IO will be great, though I wonder how we would change Lucene to take advantage of it. It ought to gain us concurrency (eg we can score last chunk while we have an io request out to retrieve next chunk, of term docs / positions / etc.). Watch service sounds neat. Maybe we cou

[jira] Commented: (LUCENE-1575) Refactoring Lucene collectors (HitCollector and extensions)

2009-03-28 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693469#action_12693469 ] Shai Erera commented on LUCENE-1575: After I posted the question on how can a document

[jira] Commented: (LUCENE-1575) Refactoring Lucene collectors (HitCollector and extensions)

2009-03-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693470#action_12693470 ] Michael McCandless commented on LUCENE-1575: bq. However, Mike (and others) -

Re: NIO.2

2009-03-28 Thread Earwin Burrfoot
> I think having async IO will be great, though I wonder how we would > change Lucene to take advantage of it.  It ought to gain us > concurrency (eg we can score last chunk while we have an io request > out to retrieve next chunk, of term docs / positions / etc.). A presentation given above refere

[jira] Commented: (LUCENE-1575) Refactoring Lucene collectors (HitCollector and extensions)

2009-03-28 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693474#action_12693474 ] Shai Erera commented on LUCENE-1575: bq. We could make the change (turn off filtering)

[jira] Commented: (LUCENE-1575) Refactoring Lucene collectors (HitCollector and extensions)

2009-03-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693478#action_12693478 ] Michael McCandless commented on LUCENE-1575: bq. Then why do that at all? If I

[jira] Updated: (LUCENE-1579) Cloned SegmentReaders fail to share FieldCache entries

2009-03-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1579: --- Attachment: LUCENE-1579.patch Attached patch. I plan to commit in a day or two. I

[jira] Resolved: (LUCENE-1573) IndexWriter does not do the right thing when a Thread is interrupt()'d

2009-03-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1573. Resolution: Fixed Thanks Jeremy. > IndexWriter does not do the right thing when a

[jira] Resolved: (LUCENE-652) Compressed fields should be "externalized" (from Fields into Document)

2009-03-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-652. --- Resolution: Fixed > Compressed fields should be "externalized" (from Fields into Docu

[jira] Created: (LUCENE-1580) ISOLatin1AccentFilter does not handle Turkish (UTF-8) chars correctly.

2009-03-28 Thread Digy (JIRA)
ISOLatin1AccentFilter does not handle Turkish (UTF-8) chars correctly. -- Key: LUCENE-1580 URL: https://issues.apache.org/jira/browse/LUCENE-1580 Project: Lucene - Java Issu

[jira] Updated: (LUCENE-1580) ISOLatin1AccentFilter does not handle Turkish (UTF-8) chars correctly.

2009-03-28 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy updated LUCENE-1580: - Attachment: ISOLatin1AccentFilter.patch > ISOLatin1AccentFilter does not handle Turkish (UTF-8) chars correctly.

[jira] Resolved: (LUCENE-1580) ISOLatin1AccentFilter does not handle Turkish (UTF-8) chars correctly.

2009-03-28 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andi Vajda resolved LUCENE-1580. Resolution: Duplicate See https://issues.apache.org/jira/browse/LUCENE-1390 > ISOLatin1AccentFilt

[jira] Updated: (LUCENE-1579) Cloned SegmentReaders fail to share FieldCache entries

2009-03-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1579: --- Attachment: LUCENE-1579.patch New patch. The last one was causing entries in FieldC

[jira] Updated: (LUCENE-1516) Integrate IndexReader with IndexWriter

2009-03-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1516: --- Attachment: LUCENE-1516.patch New patch: Fixed a few small issues... and made some

Possible IndexInput optimization

2009-03-28 Thread Earwin Burrfoot
While drooling over MappedBigByteBuffer, which we'll (hopefully) see in JDK7, I revisited my own Directory code and noticed a certain peculiarity, shared by Lucene core classes: Each and every IndexInput implementation only implements readByte() and readBytes(), never trying to override readInt/VIn

[jira] Created: (LUCENE-1581) LowerCaseFilter should be able to be configured to use a specific locale.

2009-03-28 Thread Digy (JIRA)
LowerCaseFilter should be able to be configured to use a specific locale. - Key: LUCENE-1581 URL: https://issues.apache.org/jira/browse/LUCENE-1581 Project: Lucene - Java

[jira] Commented: (LUCENE-1581) LowerCaseFilter should be able to be configured to use a specific locale.

2009-03-28 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693512#action_12693512 ] Shai Erera commented on LUCENE-1581: I guess we were telepathying or something because

[jira] Commented: (LUCENE-1575) Refactoring Lucene collectors (HitCollector and extensions)

2009-03-28 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693513#action_12693513 ] Shai Erera commented on LUCENE-1575: Great ! > Refactoring Lucene collectors (HitColl

[jira] Commented: (LUCENE-1575) Refactoring Lucene collectors (HitCollector and extensions)

2009-03-28 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693524#action_12693524 ] Shai Erera commented on LUCENE-1575: BooleanScorer defines an internal package private