[jira] [Commented] (LUCENE-4199) Add ANT tool to track/disallow "forbidden" method invocations

2012-07-06 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408593#comment-13408593 ] Dawid Weiss commented on LUCENE-4199: - +1 for top-level only. Can we make it a depend

[jira] [Resolved] (LUCENE-4185) CharFilters being added twice in Solr

2012-07-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-4185. - Resolution: Fixed Fix Version/s: 5.0 4.0 > CharFilters being added

[jira] [Commented] (LUCENE-4199) Add ANT tool to track/disallow "forbidden" method invocations

2012-07-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408441#comment-13408441 ] Uwe Schindler commented on LUCENE-4199: --- Executing the linter by: ant check-forbidd

[jira] [Updated] (LUCENE-4199) Add ANT tool to track/disallow "forbidden" method invocations

2012-07-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4199: -- Attachment: LUCENE-4199.patch Patch with full-featured ANT task and advanced list of methods:

[jira] [Commented] (SOLR-3603) StreamingResponseCallback could use streamEnd() callback

2012-07-06 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408426#comment-13408426 ] Yonik Seeley commented on SOLR-3603: bq. a callback at the end like streamEnd() +1

[JENKINS] Lucene-Solr-4.x-Windows-Java6-64 - Build # 255 - Failure!

2012-07-06 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows-Java6-64/255/ 1 tests failed. REGRESSION: org.apache.solr.spelling.suggest.SuggesterTSTTest.testReload Error Message: Exception during query Stack Trace: java.lang.RuntimeException: Exception during query at __rando

[jira] [Created] (SOLR-3603) StreamingResponseCallback could use streamEnd() callback

2012-07-06 Thread David Smiley (JIRA)
David Smiley created SOLR-3603: -- Summary: StreamingResponseCallback could use streamEnd() callback Key: SOLR-3603 URL: https://issues.apache.org/jira/browse/SOLR-3603 Project: Solr Issue Type: I

[jira] [Updated] (SOLR-3304) Add Solr support for the new Lucene spatial module

2012-07-06 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-3304: --- Attachment: SOLR-3304_Solr_fields_for_Lucene_spatial_module (fieldName in Strategy).patch Attached is

Re: [JENKINS] Lucene-trunk - Build # 1983 - Still Failing

2012-07-06 Thread Robert Muir
On Fri, Jul 6, 2012 at 2:58 PM, Dawid Weiss wrote: > Also see this example for @Name annotation which can > be used to name parameters for clarity: > > https://github.com/carrotsearch/randomizedtesting/blob/master/examples/maven/src/main/java/com/carrotsearch/examples/randomizedrunner/Test007Para

Re: [JENKINS] Lucene-trunk - Build # 1983 - Still Failing

2012-07-06 Thread Dawid Weiss
Ok, now I get what the problem was so for anybody who wants to use parameterized tests a short clarification: 1) The factory method returns arguments for the constructor: @ParametersFactory public static Iterable parameters() { ... } 2) the constructor is, for example: public MySuiteClass(Integ

Re: [JENKINS] Lucene-trunk - Build # 1983 - Still Failing

2012-07-06 Thread Robert Muir
On Fri, Jul 6, 2012 at 2:58 PM, Dawid Weiss wrote: >>> Maybe Dawid has some insight into why this parameterized test gets >>> such a long name and if there is a way we can work around it? > > Sorry, I was out. I don't know how this is related to the output files > but parameterized tests do contai

[jira] [Commented] (SOLR-3585) processing updates in multiple threads

2012-07-06 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408234#comment-13408234 ] Dmitry Kan commented on SOLR-3585: -- Mikhail, this sounds interesting to me. Have you teste

Re: [JENKINS] Lucene-trunk - Build # 1983 - Still Failing

2012-07-06 Thread Dawid Weiss
>> Maybe Dawid has some insight into why this parameterized test gets >> such a long name and if there is a way we can work around it? Sorry, I was out. I don't know how this is related to the output files but parameterized tests do contain their parameters in their description (name) so .toString

Re: [JENKINS] Lucene-trunk - Build # 1983 - Still Failing

2012-07-06 Thread Robert Muir
On Fri, Jul 6, 2012 at 2:44 PM, Robert Muir wrote: > On Fri, Jul 6, 2012 at 9:16 AM, Chris Male wrote: >> I think Uwe tried excluding it and the build was still failing. I've no >> idea how the name of the test class (PortedSolr3Test) and test method >> (testDistanceOrder) translates into that f

Re: [JENKINS] Lucene-trunk - Build # 1983 - Still Failing

2012-07-06 Thread Robert Muir
On Fri, Jul 6, 2012 at 9:16 AM, Chris Male wrote: > I think Uwe tried excluding it and the build was still failing. I've no > idea how the name of the test class (PortedSolr3Test) and test method > (testDistanceOrder) translates into that file name. I somehow feel it is > related to the @Paramet

[jira] [Commented] (SOLR-2155) Geospatial search using geohash prefixes

2012-07-06 Thread Kristopher Davidsohn (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408186#comment-13408186 ] Kristopher Davidsohn commented on SOLR-2155: Hi David, Thanks for the response.

[jira] [Created] (SOLR-3602) Look into updating to ZooKeeper 3.4.

2012-07-06 Thread Mark Miller (JIRA)
Mark Miller created SOLR-3602: - Summary: Look into updating to ZooKeeper 3.4. Key: SOLR-3602 URL: https://issues.apache.org/jira/browse/SOLR-3602 Project: Solr Issue Type: Improvement C

Re: lucene4.0 release

2012-07-06 Thread Roman Chyla
Attaching the patch (there is no chance I could do it in one go, but if parts are committed in the trunk, then we can do more...I have also introduced base class for unittests, so that may be st to wave) So far, found one serious problem, crashes VM -- see. eg test/test_BinaryDocument.py - when ge

[JENKINS] Solr-trunk - Build # 1904 - Failure

2012-07-06 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-trunk/1904/ 1 tests failed. REGRESSION: org.apache.solr.cloud.RecoveryZkTest.testDistribSearch Error Message: Thread threw an uncaught exception, thread: Thread[Lucene Merge Thread #3,6,] Stack Trace: java.lang.RuntimeException: Thread threw an uncaught

Re: Multi-thread UpdateProcessor

2012-07-06 Thread Mikhail Khludnev
Okay, why do you think this idea is not worth to look at? On Fri, Jul 6, 2012 at 12:53 AM, Mikhail Khludnev < mkhlud...@griddynamics.com> wrote: > Hello, > > Most times when single thread streaming > http://wiki.apache.org/solr/Solrj#Streaming_documents_for_an_update is > used I saw lack of cpu u

[jira] [Created] (SOLR-3601) Reconsider Google Guava dependency

2012-07-06 Thread David Smiley (JIRA)
David Smiley created SOLR-3601: -- Summary: Reconsider Google Guava dependency Key: SOLR-3601 URL: https://issues.apache.org/jira/browse/SOLR-3601 Project: Solr Issue Type: Improvement

[jira] [Commented] (LUCENE-4201) Add Japanese character filter to normalize iteration marks

2012-07-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408137#comment-13408137 ] Robert Muir commented on LUCENE-4201: - I thought that might be the case: when i first

[jira] [Commented] (LUCENE-4201) Add Japanese character filter to normalize iteration marks

2012-07-06 Thread Christian Moen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408133#comment-13408133 ] Christian Moen commented on LUCENE-4201: We shouldn't need any offset corrections

[jira] [Commented] (LUCENE-4201) Add Japanese character filter to normalize iteration marks

2012-07-06 Thread Christian Moen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408129#comment-13408129 ] Christian Moen commented on LUCENE-4201: Thanks a lot, Robert. I'll looking into

[jira] [Commented] (LUCENE-4201) Add Japanese character filter to normalize iteration marks

2012-07-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408125#comment-13408125 ] Robert Muir commented on LUCENE-4201: - Also do we need to worry about offsets tests?

[jira] [Commented] (LUCENE-4201) Add Japanese character filter to normalize iteration marks

2012-07-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408123#comment-13408123 ] Robert Muir commented on LUCENE-4201: - {quote} I've indexed the Japanese Wikipedia us

[jira] [Updated] (LUCENE-4201) Add Japanese character filter to normalize iteration marks

2012-07-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4201: Attachment: LUCENE-4201.patch updated patch with some additional tests: for CharFilters its useful

[jira] [Commented] (LUCENE-4201) Add Japanese character filter to normalize iteration marks

2012-07-06 Thread Christian Moen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408106#comment-13408106 ] Christian Moen commented on LUCENE-4201: I've indexed the Japanese Wikipedia usin

[jira] [Commented] (LUCENE-4201) Add Japanese character filter to normalize iteration marks

2012-07-06 Thread Christian Moen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408101#comment-13408101 ] Christian Moen commented on LUCENE-4201: Sequences of iteration marks are support

[jira] [Commented] (LUCENE-4201) Add Japanese character filter to normalize iteration marks

2012-07-06 Thread Christian Moen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408098#comment-13408098 ] Christian Moen commented on LUCENE-4201: Patch attached. > Add J

[jira] [Commented] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-07-06 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408097#comment-13408097 ] Mark Harwood commented on LUCENE-4069: -- Thanks for the extra tests, Mike. That's tig

[jira] [Updated] (LUCENE-4201) Add Japanese character filter to normalize iteration marks

2012-07-06 Thread Christian Moen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Moen updated LUCENE-4201: --- Attachment: LUCENE-4201.patch > Add Japanese character filter to normalize iteration mar

[jira] [Created] (LUCENE-4201) Add Japanese character filter to normalize iteration marks

2012-07-06 Thread Christian Moen (JIRA)
Christian Moen created LUCENE-4201: -- Summary: Add Japanese character filter to normalize iteration marks Key: LUCENE-4201 URL: https://issues.apache.org/jira/browse/LUCENE-4201 Project: Lucene - Java

[jira] [Updated] (LUCENE-4069) Segment-level Bloom filters for a 2 x speed up on rare term searches

2012-07-06 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Harwood updated LUCENE-4069: - Attachment: PKLookupUpdatePerfTest.java Updated performance test with option to alter the ratio

[jira] [Updated] (LUCENE-4185) CharFilters being added twice in Solr

2012-07-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4185: Attachment: LUCENE-4185.patch Thanks for reporting this: you are right, TokenizerChain has a bug w

[jira] [Resolved] (SOLR-3599) Add zkClientTimeout to solr.xml so that it's obvious how to change it and so that you can do it with a system property.

2012-07-06 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-3599. --- Resolution: Fixed > Add zkClientTimeout to solr.xml so that it's obvious how to change it and so

[jira] [Created] (SOLR-3600) We should consider raising our default ZooKeeper session timeout.

2012-07-06 Thread Mark Miller (JIRA)
Mark Miller created SOLR-3600: - Summary: We should consider raising our default ZooKeeper session timeout. Key: SOLR-3600 URL: https://issues.apache.org/jira/browse/SOLR-3600 Project: Solr Issue

[JENKINS] Solr-4.x - Build # 29 - Still Failing

2012-07-06 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-4.x/29/ 1 tests failed. FAILED: org.apache.solr.cloud.RecoveryZkTest.testDistribSearch Error Message: Thread threw an uncaught exception, thread: Thread[Lucene Merge Thread #1,6,] Stack Trace: java.lang.RuntimeException: Thread threw an uncaught excepti

[jira] [Commented] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2012-07-06 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408050#comment-13408050 ] Alan Woodward commented on LUCENE-2878: --- positions() is now implemented on all the

[jira] [Updated] (LUCENE-2878) Allow Scorer to expose positions and payloads aka. nuke spans

2012-07-06 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-2878: -- Attachment: LUCENE-2878.patch Patch incorporating my previous uncommitted patches, but catchin

[jira] [Updated] (LUCENE-4199) Add ANT tool to track/disallow "forbidden" method invocations

2012-07-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4199: -- Attachment: LUCENE-4199.patch Very rough patch for testing and it already found 75 errors: {

[jira] [Commented] (SOLR-3599) Add zkClientTimeout to solr.xml so that it's obvious how to change it and so that you can do it with a system property.

2012-07-06 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408035#comment-13408035 ] Mark Miller commented on SOLR-3599: --- Simple helpful change - I'll commit it shortly.

[jira] [Resolved] (SOLR-3563) Collection in ZK not deleted when all shards has been unloaded

2012-07-06 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-3563. --- Resolution: Fixed Fix Version/s: 5.0 Thanks Per! > Collection in ZK not delete

[jira] [Resolved] (SOLR-3562) Add options to remove instance dir or data dir on core reload.

2012-07-06 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-3562. --- Resolution: Fixed Thanks Per! > Add options to remove instance dir or data dir on cor

[jira] [Resolved] (SOLR-3575) solr.xml should default to persist=true

2012-07-06 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-3575. --- Resolution: Fixed > solr.xml should default to persist=true >

[jira] [Updated] (SOLR-3562) Add options to remove instance dir or data dir on core reload.

2012-07-06 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-3562: -- Issue Type: Improvement (was: Bug) Summary: Add options to remove instance dir or data dir on cor

[jira] [Created] (SOLR-3599) Add zkClientTimeout to solr.xml so that it's obvious how to change it and so that you can do it with a system property.

2012-07-06 Thread Mark Miller (JIRA)
Mark Miller created SOLR-3599: - Summary: Add zkClientTimeout to solr.xml so that it's obvious how to change it and so that you can do it with a system property. Key: SOLR-3599 URL: https://issues.apache.org/jira/brows

[jira] [Commented] (SOLR-3575) solr.xml should default to persist=true

2012-07-06 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407994#comment-13407994 ] Mark Miller commented on SOLR-3575: --- We should create another issue for that (though it w

Re: [JENKINS] Lucene-trunk - Build # 1983 - Still Failing

2012-07-06 Thread Chris Male
I think Uwe tried excluding it and the build was still failing. I've no idea how the name of the test class (PortedSolr3Test) and test method (testDistanceOrder) translates into that file name. I somehow feel it is related to the @ParametersFactory annotation in the method since I cannot find it

Re: [JENKINS] Lucene-trunk - Build # 1983 - Still Failing

2012-07-06 Thread Mark Miller
This has been failing due to: BUILD FAILED /usr/home/hudson/hudson-slave/workspace/Lucene-trunk/checkout/lucene/build.xml:158: com.cenqua.clover.CloverException: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-trunk/checkout/lucene/build/test/clover/reports/org/apac

[JENKINS] Lucene-4.x - Build # 28 - Still Failing

2012-07-06 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-4.x/28/ All tests passed Build Log: [...truncated 38555 lines...] [...truncated 38555 lines...] [...truncated 38555 lines...] [...truncated 38555 lines...] [...truncated 38555 lines...] [...truncated 38555 lines...] -

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-07-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407898#comment-13407898 ] Uwe Schindler commented on LUCENE-3312: --- Fine, thanks. I had no time to do API wise

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-07-06 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407897#comment-13407897 ] Chris Male commented on LUCENE-3312: My feeling at least is that we should definitely

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-07-06 Thread Nikola Tankovic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407894#comment-13407894 ] Nikola Tankovic commented on LUCENE-3312: - Uwe, I apologize for inconveniences.

[jira] [Commented] (LUCENE-4199) Add ANT tool to track/disallow "forbidden" method invocations

2012-07-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407888#comment-13407888 ] Uwe Schindler commented on LUCENE-4199: --- If I would not have been outside for ice c

[jira] [Updated] (LUCENE-4058) clean up MockDirectoryWrapper.close()

2012-07-06 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-4058: Issue Type: Bug (was: Sub-task) Parent: (was: LUCENE-3784) > clean up MockDirecto

[jira] [Updated] (LUCENE-3986) Support running tests with a simple, non-asserting (and possibly shared) Random

2012-07-06 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-3986: Issue Type: Improvement (was: Sub-task) Parent: (was: LUCENE-3784) > Support runn

[jira] [Resolved] (LUCENE-3784) Switching tests infrastructure to randomizedtesting.*

2012-07-06 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-3784. - Resolution: Fixed Fix Version/s: 5.0 > Switching tests infrastructure to randomizedte

[jira] [Updated] (LUCENE-3985) Refactor support for thread leaks

2012-07-06 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-3985: Issue Type: Improvement (was: Sub-task) Parent: (was: LUCENE-3784) > Refactor sup

[jira] [Updated] (LUCENE-4092) Check what's Jenkins pattern for e-mailing log fragments (so that it includes failures).

2012-07-06 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-4092: Issue Type: Task (was: Sub-task) Parent: (was: LUCENE-3784) > Check what's Jenkin

[JENKINS] Lucene-trunk - Build # 1983 - Still Failing

2012-07-06 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-trunk/1983/ All tests passed Build Log: [...truncated 38228 lines...] [...truncated 38228 lines...] [...truncated 38228 lines...] [...truncated 38228 lines...] [...truncated 38228 lines...] [...truncated 38228 lines...] -

[jira] [Commented] (LUCENE-4194) Fix default charset sensitive method calls

2012-07-06 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407878#comment-13407878 ] Dawid Weiss commented on LUCENE-4194: - A showstopper in Jetty. http://jira.codehaus.o

Re: anyone has interests about mg4j's new integer compression algorithm?

2012-07-06 Thread Robert Muir
I reviewed the benchmarking code on his website very quickly: * I don't like his NullCollector, it sets acceptsDocsOutOfOrder() = false, but its doing nothing but counting. By returning false here, he is declaring that the collector cares about docid order (which it doesnt), and preventing the use

[jira] [Commented] (SOLR-3524) Make discard-punctuation feature in Kuromoji configurable from JapaneseTokenizerFactory

2012-07-06 Thread Christian Moen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407873#comment-13407873 ] Christian Moen commented on SOLR-3524: -- I'll commit this to {{trunk}} and {{branch_4x}

[jira] [Assigned] (SOLR-3524) Make discard-punctuation feature in Kuromoji configurable from JapaneseTokenizerFactory

2012-07-06 Thread Christian Moen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Moen reassigned SOLR-3524: Assignee: Christian Moen > Make discard-punctuation feature in Kuromoji configurable fro

[jira] [Commented] (LUCENE-4199) Add ANT tool to track/disallow "forbidden" method invocations

2012-07-06 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407871#comment-13407871 ] Dawid Weiss commented on LUCENE-4199: - bq. And aspectj is bloated and asm is inflexib

Re: anyone has interests about mg4j's new integer compression algorithm?

2012-07-06 Thread Dawid Weiss
That 4.0 is significantly faster than 3.6 for this benchmark and there were minor glitches in the benchmarking code itself. Dawid On Fri, Jul 6, 2012 at 11:47 AM, Li Li wrote: > I can understand these quotes. what's the conclusion from your communication? > > On Fri, Jul 6, 2012 at 4:20 PM, Dawi

[jira] [Commented] (LUCENE-4199) Add ANT tool to track/disallow "forbidden" method invocations

2012-07-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407870#comment-13407870 ] Robert Muir commented on LUCENE-4199: - This is a good idea! Similar to default Chars

Re: anyone has interests about mg4j's new integer compression algorithm?

2012-07-06 Thread Li Li
I can understand these quotes. what's the conclusion from your communication? On Fri, Jul 6, 2012 at 4:20 PM, Dawid Weiss wrote: > I've repeated Sebastiano's experiments (and so did he). A few quotes > from the communication. > >> The index appears to be larger now--43.1GB. Probably they have bet

[jira] [Commented] (LUCENE-4199) Add ANT tool to track/disallow "forbidden" method invocations

2012-07-06 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407864#comment-13407864 ] Chris Male commented on LUCENE-4199: And aspectj is bloated and asm is inflexible and

Re: Reader vs. inputstream...

2012-07-06 Thread Robert Muir
On Fri, Jul 6, 2012 at 3:57 AM, Dawid Weiss wrote: >> LOOOL! Too funny, insane! Let's make a beer party! > > I agree. > > And seriously, no matter what the JDK developers are saying about it > -Dfile.encoding=UTF-16 rocks at finding things like this... I have a > batch of fixes, will commi

[jira] [Commented] (LUCENE-4190) IndexWriter deletes non-Lucene files

2012-07-06 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407862#comment-13407862 ] Robert Muir commented on LUCENE-4190: - {quote} As for backwards compatibility, one co

[jira] [Commented] (LUCENE-4199) Add ANT tool to track/disallow "forbidden" method invocations

2012-07-06 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407861#comment-13407861 ] Dawid Weiss commented on LUCENE-4199: - They're sooo slow :) > Ad

[jira] [Commented] (LUCENE-4190) IndexWriter deletes non-Lucene files

2012-07-06 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407858#comment-13407858 ] Andi Vajda commented on LUCENE-4190: {quote} 1. subdirectories currently are a forei

[jira] [Commented] (LUCENE-4199) Add ANT tool to track/disallow "forbidden" method invocations

2012-07-06 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407847#comment-13407847 ] Chris Male commented on LUCENE-4199: Or we could use PMD or FindBugs.

[jira] [Created] (LUCENE-4200) ArrayIndexOutOfBoundsException in lucene.index.SegmentTermDocs.read

2012-07-06 Thread Serge Negodyuck (JIRA)
Serge Negodyuck created LUCENE-4200: --- Summary: ArrayIndexOutOfBoundsException in lucene.index.SegmentTermDocs.read Key: LUCENE-4200 URL: https://issues.apache.org/jira/browse/LUCENE-4200 Project: Lu

[jira] [Commented] (LUCENE-4199) Add ANT tool to track/disallow "forbidden" method invocations

2012-07-06 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407812#comment-13407812 ] Dawid Weiss commented on LUCENE-4199: - I still think an aspectj pass would be nicer..

[jira] [Created] (LUCENE-4199) Add ANT tool to track/disallow "forbidden" method invocations

2012-07-06 Thread Uwe Schindler (JIRA)
Uwe Schindler created LUCENE-4199: - Summary: Add ANT tool to track/disallow "forbidden" method invocations Key: LUCENE-4199 URL: https://issues.apache.org/jira/browse/LUCENE-4199 Project: Lucene - Jav

[jira] [Commented] (SOLR-3594) SolrCore() doesn't wait SolrCore.getSearcher() to register _searcher

2012-07-06 Thread Egor Pahomov (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407806#comment-13407806 ] Egor Pahomov commented on SOLR-3594: I'll tell you the reason. We create Core. It's cre

Re: anyone has interests about mg4j's new integer compression algorithm?

2012-07-06 Thread Dawid Weiss
I've repeated Sebastiano's experiments (and so did he). A few quotes from the communication. > The index appears to be larger now--43.1GB. Probably they have better > skipping structures that take more space. > > From what I can see the format is the same as before--the .frq file contains > docu

Re: Reader vs. inputstream...

2012-07-06 Thread Dawid Weiss
> LOOOL! Too funny, insane! Let's make a beer party! I agree. And seriously, no matter what the JDK developers are saying about it -Dfile.encoding=UTF-16 rocks at finding things like this... I have a batch of fixes, will commit soon. Dawid ---

RE: Reader vs. inputstream...

2012-07-06 Thread Uwe Schindler
LOOOL! Too funny, insane! Let's make a beer party! - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Dawid Weiss [mailto:dawid.we...@gmail.com] > Sent: Friday, July 06, 2012 9:41 AM > To: dev@lucen

Reader vs. inputstream...

2012-07-06 Thread Dawid Weiss
OMG! Whoever wrote this owes me a beer :) TestSolrCoreProperties: private void copyFile(File src, File dst) throws IOException { BufferedReader in = new BufferedReader(new FileReader(src)); Writer out = new FileWriter(dst); for (String line = in.readLine(); null != line; line = in.

[jira] [Commented] (SOLR-2014) Allow BF parameter to accept complex nested expressions with whitespace sprinkled throughout

2012-07-06 Thread Tri Cao (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407749#comment-13407749 ] Tri Cao commented on SOLR-2014: --- Any update on this issue? Note that this will help with edis