[jira] [Resolved] (LUCENE-5437) ASCIIFoldingFilter that emits both unfolded and folded tokens

2014-02-12 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-5437. - Resolution: Fixed thanks Nik ASCIIFoldingFilter that emits both unfolded and folded

[jira] [Created] (LUCENE-5443) DocValuesProducer#ramBytesUsed throws ConcurrentModificationException

2014-02-12 Thread Simon Willnauer (JIRA)
Simon Willnauer created LUCENE-5443: --- Summary: DocValuesProducer#ramBytesUsed throws ConcurrentModificationException Key: LUCENE-5443 URL: https://issues.apache.org/jira/browse/LUCENE-5443 Project:

[jira] [Commented] (LUCENE-5437) ASCIIFoldingFilter that emits both unfolded and folded tokens

2014-02-10 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13897083#comment-13897083 ] Simon Willnauer commented on LUCENE-5437: - I like this patch much better. I

[jira] [Assigned] (LUCENE-5437) ASCIIFoldingFilter that emits both unfolded and folded tokens

2014-02-07 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer reassigned LUCENE-5437: --- Assignee: Simon Willnauer ASCIIFoldingFilter that emits both unfolded and folded

[jira] [Commented] (LUCENE-5437) ASCIIFoldingFilter that emits both unfolded and folded tokens

2014-02-07 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13894388#comment-13894388 ] Simon Willnauer commented on LUCENE-5437: - nik, can't we just use the keyword

[jira] [Commented] (LUCENE-5437) ASCIIFoldingFilter that emits both unfolded and folded tokens

2014-02-07 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13894538#comment-13894538 ] Simon Willnauer commented on LUCENE-5437: - well the keyword attribute is

[jira] [Commented] (LUCENE-5437) ASCIIFoldingFilter that emits both unfolded and folded tokens

2014-02-07 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13894578#comment-13894578 ] Simon Willnauer commented on LUCENE-5437: - well I mean actually doing the

[jira] [Created] (LUCENE-5436) RefrenceManager#accquire can result in infinite loop if manager resource is abused outside of the manager

2014-02-06 Thread Simon Willnauer (JIRA)
Simon Willnauer created LUCENE-5436: --- Summary: RefrenceManager#accquire can result in infinite loop if manager resource is abused outside of the manager Key: LUCENE-5436 URL:

[jira] [Updated] (LUCENE-5436) RefrenceManager#accquire can result in infinite loop if manager resource is abused outside of the manager

2014-02-06 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5436: Attachment: LUCENE-5436.patch here is a patch and a test that shows the problem

[jira] [Commented] (LUCENE-5436) RefrenceManager#accquire can result in infinite loop if manager resource is abused outside of the manager

2014-02-06 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13893684#comment-13893684 ] Simon Willnauer commented on LUCENE-5436: - bq. Hmm, sneaky. So we are adding

[jira] [Updated] (LUCENE-5436) RefrenceManager#accquire can result in infinite loop if manager resource is abused outside of the manager

2014-02-06 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5436: Attachment: LUCENE-5436.patch here is a new patch using getRefCount...

[jira] [Updated] (LUCENE-5436) RefrenceManager#accquire can result in infinite loop if manager resource is abused outside of the manager

2014-02-06 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5436: Attachment: LUCENE-5436.patch here is a patch with a changes entry... I will commit

[jira] [Resolved] (LUCENE-5436) RefrenceManager#accquire can result in infinite loop if manager resource is abused outside of the manager

2014-02-06 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-5436. - Resolution: Fixed Assignee: Simon Willnauer committed to 4x and trunk

[jira] [Commented] (LUCENE-5353) ShingleFilter should have a way to specify FILLER_TOKEN

2014-01-29 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13885715#comment-13885715 ] Simon Willnauer commented on LUCENE-5353: - can we maybe try to not add setters to

[jira] [Commented] (LUCENE-5353) ShingleFilter should have a way to specify FILLER_TOKEN

2014-01-29 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13885762#comment-13885762 ] Simon Willnauer commented on LUCENE-5353: - bq. I agree in theory, but this class

[jira] [Commented] (LUCENE-5353) ShingleFilter should have a way to specify FILLER_TOKEN

2014-01-29 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13885790#comment-13885790 ] Simon Willnauer commented on LUCENE-5353: - bq. I disagree - I don't want to

[jira] [Commented] (LUCENE-5353) ShingleFilter should have a way to specify FILLER_TOKEN

2014-01-29 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13885803#comment-13885803 ] Simon Willnauer commented on LUCENE-5353: - yeah sorry I meant the FILLER_TOKEN

[jira] [Commented] (LUCENE-5353) ShingleFilter should have a way to specify FILLER_TOKEN

2014-01-29 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13885912#comment-13885912 ] Simon Willnauer commented on LUCENE-5353: - LGTM ShingleFilter should have a way

[jira] [Updated] (LUCENE-5414) suggest module should not depend on expression module

2014-01-25 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5414: Attachment: LUCENE-5414.patch next iteration - added example how to use the expression

[jira] [Resolved] (LUCENE-5414) suggest module should not depend on expression module

2014-01-25 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-5414. - Resolution: Fixed Assignee: Simon Willnauer suggest module should not depend on

[jira] [Updated] (LUCENE-5414) suggest module should not depend on expression module

2014-01-24 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5414: Attachment: LUCENE-5414.patch updated patch: * Renamed DocumentExpressionDictionary to

[jira] [Updated] (LUCENE-5414) suggest module should not depend on expression module

2014-01-23 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5414: Attachment: LUCENE-5414.patch here is a start - I am still after all these years not

[jira] [Created] (LUCENE-5414) suggest module should not depend on expression module

2014-01-23 Thread Simon Willnauer (JIRA)
Simon Willnauer created LUCENE-5414: --- Summary: suggest module should not depend on expression module Key: LUCENE-5414 URL: https://issues.apache.org/jira/browse/LUCENE-5414 Project: Lucene - Core

[jira] [Commented] (LUCENE-5414) suggest module should not depend on expression module

2014-01-23 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13880323#comment-13880323 ] Simon Willnauer commented on LUCENE-5414: - I wonder actually if we should rename

[jira] [Updated] (LUCENE-5414) suggest module should not depend on expression module

2014-01-23 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5414: Attachment: LUCENE-5414.patch another iteration... removed the deps to expression

[jira] [Resolved] (LUCENE-5407) Deadlock? while indexing in cascaded threads

2014-01-22 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-5407. - Resolution: Not A Problem Assignee: Simon Willnauer closing... this is not what

[jira] [Commented] (LUCENE-5407) Deadlock? while indexing in cascaded threads

2014-01-22 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13878397#comment-13878397 ] Simon Willnauer commented on LUCENE-5407: - There is no way this would work here.

[jira] [Commented] (LUCENE-5401) Field.StringTokenStream#end() does not call super.end()

2014-01-16 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13873297#comment-13873297 ] Simon Willnauer commented on LUCENE-5401: - +1 can you backport this to 4.6.1 I

[jira] [Created] (LUCENE-5390) Loosen assert in IW on pending event after close

2014-01-09 Thread Simon Willnauer (JIRA)
Simon Willnauer created LUCENE-5390: --- Summary: Loosen assert in IW on pending event after close Key: LUCENE-5390 URL: https://issues.apache.org/jira/browse/LUCENE-5390 Project: Lucene - Core

[jira] [Updated] (LUCENE-5390) Loosen assert in IW on pending event after close

2014-01-09 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5390: Attachment: LUCENE-5390.patch here is a patch Loosen assert in IW on pending event

[jira] [Resolved] (LUCENE-5390) Loosen assert in IW on pending event after close

2014-01-09 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-5390. - Resolution: Fixed Loosen assert in IW on pending event after close

[jira] [Commented] (LUCENE-5373) Lucene42DocValuesProducer.ramBytesUsed is over-estimated

2013-12-20 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13853871#comment-13853871 ] Simon Willnauer commented on LUCENE-5373: - Thanks for fixing this as well (we

[jira] [Commented] (LUCENE-5373) Lucene42DocValuesProducer.ramBytesUsed is over-estimated

2013-12-20 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13854030#comment-13854030 ] Simon Willnauer commented on LUCENE-5373: - +1 to another issue

[jira] [Resolved] (LUCENE-5374) Call processEvents before IndexWriter is closed

2013-12-20 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-5374. - Resolution: Fixed Call processEvents before IndexWriter is closed

[jira] [Created] (LUCENE-5374) Call processEvents before IndexWriter is closed

2013-12-19 Thread Simon Willnauer (JIRA)
Simon Willnauer created LUCENE-5374: --- Summary: Call processEvents before IndexWriter is closed Key: LUCENE-5374 URL: https://issues.apache.org/jira/browse/LUCENE-5374 Project: Lucene - Core

[jira] [Updated] (LUCENE-5374) Call processEvents before IndexWriter is closed

2013-12-19 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5374: Attachment: LUCENE-5374.patch here is a patch - I beasted this for a long time without a

[jira] [Closed] (LUCENE-5368) Only close IndexOuput when MockDirectoryWrapper crashes...

2013-12-19 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer closed LUCENE-5368. --- Resolution: Invalid I guess you convinced me on this one. I really missed the DB connection

[jira] [Commented] (LUCENE-5351) DirectoryReader#close can throw AlreadyClosedException if it's and NRT reader

2013-12-19 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13853235#comment-13853235 ] Simon Willnauer commented on LUCENE-5351: - LUCENE-5368 kind of convinced me that

[jira] [Updated] (LUCENE-5351) DirectoryReader#close can throw AlreadyClosedException if it's and NRT reader

2013-12-13 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5351: Attachment: LUCENE-5351.patch I think we should catch exceptions that come from the

[jira] [Updated] (LUCENE-5368) Only close IndexOuput when MockDirectoryWrapper crashes...

2013-12-13 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5368: Attachment: LUCENE-5368.patch here is a patch Only close IndexOuput when

[jira] [Created] (LUCENE-5368) Only close IndexOuput when MockDirectoryWrapper crashes...

2013-12-13 Thread Simon Willnauer (JIRA)
Simon Willnauer created LUCENE-5368: --- Summary: Only close IndexOuput when MockDirectoryWrapper crashes... Key: LUCENE-5368 URL: https://issues.apache.org/jira/browse/LUCENE-5368 Project: Lucene -

[jira] [Resolved] (LUCENE-5362) IndexReader and friends should check ref count when incrementing

2013-12-08 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-5362. - Resolution: Fixed Assignee: Simon Willnauer IndexReader and friends should check

[jira] [Created] (LUCENE-5362) IndexReader and friends should check ref count when incrementing

2013-12-06 Thread Simon Willnauer (JIRA)
Simon Willnauer created LUCENE-5362: --- Summary: IndexReader and friends should check ref count when incrementing Key: LUCENE-5362 URL: https://issues.apache.org/jira/browse/LUCENE-5362 Project:

[jira] [Updated] (LUCENE-5362) IndexReader and friends should check ref count when incrementing

2013-12-06 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5362: Attachment: LUCENE-5362.patch here is a patch IndexReader and friends should check ref

[jira] [Updated] (LUCENE-5362) IndexReader and friends should check ref count when incrementing

2013-12-06 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5362: Attachment: LUCENE-5362.patch bq. The first ensureOpen() in incRef() now seems redundant

[jira] [Created] (LUCENE-5353) ShingleFilter should have a way to specify FILLER_TOKEN

2013-12-01 Thread Simon Willnauer (JIRA)
Simon Willnauer created LUCENE-5353: --- Summary: ShingleFilter should have a way to specify FILLER_TOKEN Key: LUCENE-5353 URL: https://issues.apache.org/jira/browse/LUCENE-5353 Project: Lucene - Core

[jira] [Commented] (LUCENE-5351) DirectoryReader#close can throw AlreadyClosedException if it's and NRT reader

2013-11-29 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13835545#comment-13835545 ] Simon Willnauer commented on LUCENE-5351: - Well the semantics of our Directory

[jira] [Commented] (LUCENE-5351) DirectoryReader#close can throw AlreadyClosedException if it's and NRT reader

2013-11-29 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13835551#comment-13835551 ] Simon Willnauer commented on LUCENE-5351: - bq. I don't think an app should close

[jira] [Created] (LUCENE-5351) DirectoryReader#close can throw AlreadyClosedException if it's and NRT reader

2013-11-28 Thread Simon Willnauer (JIRA)
Simon Willnauer created LUCENE-5351: --- Summary: DirectoryReader#close can throw AlreadyClosedException if it's and NRT reader Key: LUCENE-5351 URL: https://issues.apache.org/jira/browse/LUCENE-5351

[jira] [Updated] (SOLR-5345) OpenCloseCoreStressTest opens too many files (causing it to fail often)

2013-11-24 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated SOLR-5345: -- Fix Version/s: (was: 4.5.1) 4.7 OpenCloseCoreStressTest opens too many

[jira] [Updated] (SOLR-5379) Query-time multi-word synonym expansion

2013-11-24 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated SOLR-5379: -- Fix Version/s: (was: 4.5.1) 4.7 Query-time multi-word synonym expansion

[jira] [Resolved] (LUCENE-5255) Make DocumentsWriter reference final in IW

2013-11-24 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-5255. - Resolution: Fixed Make DocumentsWriter reference final in IW

[jira] [Commented] (LUCENE-5189) Numeric DocValues Updates

2013-11-20 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13828149#comment-13828149 ] Simon Willnauer commented on LUCENE-5189: - [~mkhludnev] the updates are buffered

[jira] [Commented] (LUCENE-5330) IndexWriter doesn't process all events on getReader / close / rollback

2013-11-06 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13814862#comment-13814862 ] Simon Willnauer commented on LUCENE-5330: - mike thanks for the test! Indeed it

[jira] [Resolved] (LUCENE-5330) IndexWriter doesn't process all events on getReader / close / rollback

2013-11-06 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-5330. - Resolution: Fixed IndexWriter doesn't process all events on getReader / close /

[jira] [Created] (LUCENE-5330) IndexWriter doesn't process all events on getReader / close / rollback

2013-11-05 Thread Simon Willnauer (JIRA)
Simon Willnauer created LUCENE-5330: --- Summary: IndexWriter doesn't process all events on getReader / close / rollback Key: LUCENE-5330 URL: https://issues.apache.org/jira/browse/LUCENE-5330

[jira] [Updated] (LUCENE-5330) IndexWriter doesn't process all events on getReader / close / rollback

2013-11-05 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5330: Attachment: LUCENE-5330.patch here is a patch that adds asserts and beefs up a test that

[jira] [Assigned] (LUCENE-5330) IndexWriter doesn't process all events on getReader / close / rollback

2013-11-05 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer reassigned LUCENE-5330: --- Assignee: Simon Willnauer IndexWriter doesn't process all events on getReader /

[jira] [Commented] (LUCENE-5310) Merge Threads unnecessarily block on SerialMergeScheduler

2013-10-29 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808196#comment-13808196 ] Simon Willnauer commented on LUCENE-5310: - bq. This blocking in SMS is by design:

[jira] [Created] (LUCENE-5310) Merge Threads unnecessarily block on SerialMergeScheduler

2013-10-28 Thread Simon Willnauer (JIRA)
Simon Willnauer created LUCENE-5310: --- Summary: Merge Threads unnecessarily block on SerialMergeScheduler Key: LUCENE-5310 URL: https://issues.apache.org/jira/browse/LUCENE-5310 Project: Lucene -

[jira] [Updated] (LUCENE-5310) Merge Threads unnecessarily block on SerialMergeScheduler

2013-10-28 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5310: Attachment: LUCENE-5310.patch here is a patch Merge Threads unnecessarily block on

[jira] [Updated] (LUCENE-5310) Merge Threads unnecessarily block on SerialMergeScheduler

2013-10-28 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5310: Attachment: LUCENE-5310.patch next iteration - I actually figured out that all of our MSC

[jira] [Resolved] (LUCENE-5264) CommonTermsQuery ignores minMustMatch if only high freq terms are present.

2013-10-09 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-5264. - Resolution: Fixed Lucene Fields: New,Patch Available (was: New)

[jira] [Updated] (LUCENE-5264) CommonTermsQuery ignores minMustMatch if only high freq terms are present.

2013-10-08 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5264: Attachment: LUCENE-5264.patch here is a patch and a dedicated test CommonTermsQuery

[jira] [Created] (LUCENE-5264) CommonTermsQuery ignores minMustMatch if only high freq terms are present.

2013-10-08 Thread Simon Willnauer (JIRA)
Simon Willnauer created LUCENE-5264: --- Summary: CommonTermsQuery ignores minMustMatch if only high freq terms are present. Key: LUCENE-5264 URL: https://issues.apache.org/jira/browse/LUCENE-5264

[jira] [Commented] (LUCENE-5254) SegmentCoreReader's owner reference back to the first SegmentReader causes leaks

2013-10-02 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13784070#comment-13784070 ] Simon Willnauer commented on LUCENE-5254: - +1 to use the core key only. I checked

[jira] [Updated] (LUCENE-5255) Make DocumentsWriter reference final in IW

2013-10-02 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5255: Attachment: LUCENE-5255.patch here is a patch Make DocumentsWriter reference final in

[jira] [Created] (LUCENE-5255) Make DocumentsWriter reference final in IW

2013-10-02 Thread Simon Willnauer (JIRA)
Simon Willnauer created LUCENE-5255: --- Summary: Make DocumentsWriter reference final in IW Key: LUCENE-5255 URL: https://issues.apache.org/jira/browse/LUCENE-5255 Project: Lucene - Core

[jira] [Updated] (LUCENE-5189) Numeric DocValues Updates

2013-10-01 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5189: Attachment: LUCENE-5189_process_events.patch I found a problem with this on how updates

[jira] [Updated] (LUCENE-5189) Numeric DocValues Updates

2013-10-01 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5189: Attachment: LUCENE-5189_process_events.patch here is an updated patch that contains a

[jira] [Commented] (LUCENE-5189) Numeric DocValues Updates

2013-10-01 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13782875#comment-13782875 ] Simon Willnauer commented on LUCENE-5189: - bq. So, basically, if you only call

[jira] [Comment Edited] (LUCENE-5189) Numeric DocValues Updates

2013-10-01 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13782875#comment-13782875 ] Simon Willnauer edited comment on LUCENE-5189 at 10/1/13 12:33 PM:

[jira] [Commented] (LUCENE-5189) Numeric DocValues Updates

2013-10-01 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13782924#comment-13782924 ] Simon Willnauer commented on LUCENE-5189: - backported the renaming to 4x as well.

[jira] [Commented] (LUCENE-5189) Numeric DocValues Updates

2013-09-30 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13781810#comment-13781810 ] Simon Willnauer commented on LUCENE-5189: - bq. I suppose we could also wait some

[jira] [Commented] (LUCENE-3069) Lucene should have an entirely memory resident term dictionary

2013-09-30 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13782141#comment-13782141 ] Simon Willnauer commented on LUCENE-3069: - nice one! I am happy that this one

[jira] [Commented] (LUCENE-5239) Scary TestSearcherManager failure

2013-09-24 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13776250#comment-13776250 ] Simon Willnauer commented on LUCENE-5239: - w00t kudos guys! thanks for narrowing

[jira] [Commented] (LUCENE-5189) Numeric DocValues Updates

2013-09-16 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13768204#comment-13768204 ] Simon Willnauer commented on LUCENE-5189: - I only briefly looked at the changed

[jira] [Commented] (LUCENE-4734) FastVectorHighlighter Overlapping Proximity Queries Do Not Highlight

2013-09-06 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13760081#comment-13760081 ] Simon Willnauer commented on LUCENE-4734: - bq. The real question is: does it make

[jira] [Commented] (LUCENE-5188) Make CompressingStoredFieldsFormat more friendly to StoredFieldVisitors

2013-09-04 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13757635#comment-13757635 ] Simon Willnauer commented on LUCENE-5188: - cool stuff adrien! One thing I wonder

[jira] [Commented] (LUCENE-5188) Make CompressingStoredFieldsFormat more friendly to StoredFieldVisitors

2013-09-04 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13757666#comment-13757666 ] Simon Willnauer commented on LUCENE-5188: - thanks adrien for elaborating...

[jira] [Created] (LUCENE-5182) FVH can end in very very long running recursion on phrase highlight

2013-08-20 Thread Simon Willnauer (JIRA)
Simon Willnauer created LUCENE-5182: --- Summary: FVH can end in very very long running recursion on phrase highlight Key: LUCENE-5182 URL: https://issues.apache.org/jira/browse/LUCENE-5182 Project:

[jira] [Updated] (LUCENE-5182) FVH can end in very very long running recursion on phrase highlight

2013-08-20 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5182: Attachment: LUCENE-5182.patch here is a patch and a test FVH can end in

[jira] [Commented] (LUCENE-5182) FVH can end in very very long running recursion on phrase highlight

2013-08-20 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13744978#comment-13744978 ] Simon Willnauer commented on LUCENE-5182: - this patch really doesn't fix the

[jira] [Commented] (LUCENE-5182) FVH can end in very very long running recursion on phrase highlight

2013-08-20 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13744987#comment-13744987 ] Simon Willnauer commented on LUCENE-5182: - I agree robert we don't really fix the

[jira] [Commented] (LUCENE-5182) FVH can end in very very long running recursion on phrase highlight

2013-08-20 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13745008#comment-13745008 ] Simon Willnauer commented on LUCENE-5182: - I kind of feel that we can make a lot

[jira] [Resolved] (LUCENE-5182) FVH can end in very very long running recursion on phrase highlight

2013-08-20 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-5182. - Resolution: Fixed I committed to trunk and 4x - really I want to get LUCENE-2878 in

[jira] [Commented] (LUCENE-5152) Lucene FST is not immutable

2013-08-14 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13739912#comment-13739912 ] Simon Willnauer commented on LUCENE-5152: - sorry for the late reply busy times...

[jira] [Updated] (LUCENE-5006) Simplify / understand IndexWriter/DocumentsWriter synchronization

2013-08-14 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5006: Attachment: LUCENE-5006.patch Here is an updated version of the patch that was running CI

[jira] [Commented] (LUCENE-5170) Add getter for reuse strategy to Analyzer

2013-08-13 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13738077#comment-13738077 ] Simon Willnauer commented on LUCENE-5170: - +1 Add getter for

[jira] [Commented] (LUCENE-5152) Lucene FST is not immutable

2013-08-08 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13733474#comment-13733474 ] Simon Willnauer commented on LUCENE-5152: - bq. This would address my concern: the

[jira] [Commented] (LUCENE-5152) Lucene FST is not immutable

2013-08-07 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13732088#comment-13732088 ] Simon Willnauer commented on LUCENE-5152: - {quote}In fact, I think findTargetArc

[jira] [Resolved] (LUCENE-3252) Use single array in fixed straight bytes DocValues if possible

2013-08-07 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-3252. - Resolution: Won't Fix this doesn't apply to the current solution anymore. Moving out...

[jira] [Commented] (LUCENE-4870) Lucene deletes entire index if and exception is thrown due do TooManyOpenFiles and OpenMode.CREATE_OR_APPEND

2013-08-05 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13729313#comment-13729313 ] Simon Willnauer commented on LUCENE-4870: - this has been fixed in 4.2.1 - I'd

[jira] [Commented] (LUCENE-5152) Lucene FST is not immutable

2013-08-02 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13727958#comment-13727958 ] Simon Willnauer commented on LUCENE-5152: - I committed the latest patch to get

[jira] [Commented] (LUCENE-5152) Lucene FST is not immutable

2013-08-02 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13727993#comment-13727993 ] Simon Willnauer commented on LUCENE-5152: - how is getBytesReader related to the

[jira] [Updated] (LUCENE-5152) Lucene FST is not immutale

2013-08-01 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5152: Attachment: LUCENE-5152.patch here is a patch that adds a #deepCopy method to Outputs

[jira] [Updated] (LUCENE-5152) Lucene FST is not immutable

2013-08-01 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5152: Summary: Lucene FST is not immutable (was: Lucene FST is not immutale) Lucene FST

[jira] [Commented] (LUCENE-5152) Lucene FST is not immutable

2013-08-01 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13726847#comment-13726847 ] Simon Willnauer commented on LUCENE-5152: - bq. Should we clone payload bytes in

[jira] [Updated] (LUCENE-5152) Lucene FST is not immutable

2013-08-01 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5152: Attachment: LUCENE-5152.patch this patch only adds the assert and fixes the problems in

[jira] [Updated] (LUCENE-5146) AnalyzingSuggester sort order doesn't respect the actual weight

2013-07-30 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5146: Attachment: LUCENE-5146.patch new patch including CHANGES.TXT entry and removed compiler

<    3   4   5   6   7   8   9   10   11   12   >