[jira] [Commented] (LUCENE-6595) CharFilter offsets correction is wonky

2015-07-14 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14625935#comment-14625935 ] David Smiley commented on LUCENE-6595: -- At first I was a little confused by the

[jira] [Commented] (LUCENE-6607) Move geo3d to Lucene's sandbox module

2015-07-14 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14625957#comment-14625957 ] Karl Wright commented on LUCENE-6607: - You are partly correct, but I think the same

[jira] [Updated] (SOLR-7756) NPE in ExactStatsCache when a term doesn't exist on a shard

2015-07-14 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-7756: Attachment: SOLR-7756.patch Updated patch: bq. What makes you change the following code to be

[jira] [Commented] (LUCENE-6607) Move geo3d to Lucene's sandbox module

2015-07-14 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14625915#comment-14625915 ] David Smiley commented on LUCENE-6607: -- One thing I wanted to mention but is now

[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_45) - Build # 4906 - Failure!

2015-07-14 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4906/ Java: 64bit/jdk1.8.0_45 -XX:-UseCompressedOops -XX:+UseParallelGC 2 tests failed. FAILED: org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup Error Message: Test abandoned because suite timeout was reached. Stack

[jira] [Updated] (SOLR-7756) NPE in ExactStatsCache when a term doesn't exist on a shard

2015-07-14 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-7756: Attachment: SOLR-7756.patch New patch where the test picks either LRUStatsCache or ExactStatsCache

FunctionQuery of FloatFieldSource (Lucene 5.0)

2015-07-14 Thread Peyman Faratin
Hi I am having problems accessing float values in a lucene 5.0 index via the functionquery. My setup is as follows Indexing time -- Document doc = new Document(); FieldType f = new FieldType(); f.setStored(false); f.setNumericType(NumericType.FLOAT);

Re: FunctionQuery of FloatFieldSource (Lucene 5.0)

2015-07-14 Thread Upayavira
You should ask this question on the java-u...@lucene.apache.org mailing list - you will likely find more people there who can help you. Also note, I don't think that you can use doc values on triefields. Upayavira On Tue, Jul 14, 2015, at 08:06 AM, Peyman Faratin wrote: Hi I am having

Re: Refactor JapaneseTokenizer to take a dictionary as a parameter

2015-07-14 Thread Upayavira
Where do you get the impression that the dictionary must come from the classpath? When you see ResourceLoader, this is a Lucene construct, and Solr provides its own that will look into the core's conf directory (whether that is on the file system in non-cloud mode, or Zookeeper for cloud mode).

[jira] [Closed] (SOLR-7776) Cross core Join across different nodes

2015-07-14 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley closed SOLR-7776. -- Resolution: Duplicate Cross core Join across different nodes --

[jira] [Created] (LUCENE-6676) Remove isActive boolean from DWPTP.ThreadState

2015-07-14 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-6676: -- Summary: Remove isActive boolean from DWPTP.ThreadState Key: LUCENE-6676 URL: https://issues.apache.org/jira/browse/LUCENE-6676 Project: Lucene - Core

[jira] [Updated] (LUCENE-6676) Remove isActive boolean from DWPTP.ThreadState

2015-07-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-6676: --- Attachment: LUCENE-6676.patch Simple patch, I think it's ready ... Remove isActive

[jira] [Commented] (LUCENE-6607) Move geo3d to Lucene's sandbox module

2015-07-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626120#comment-14626120 ] Michael McCandless commented on LUCENE-6607: Phew, thanks for fixing the

[jira] [Commented] (LUCENE-6579) Unexpected merge exceptions should be tragic to IndexWriter

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626121#comment-14626121 ] ASF subversion and git services commented on LUCENE-6579: - Commit

[jira] [Resolved] (LUCENE-6579) Unexpected merge exceptions should be tragic to IndexWriter

2015-07-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-6579. Resolution: Fixed Unexpected merge exceptions should be tragic to IndexWriter

Re: [JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 739 - Still Failing

2015-07-14 Thread Michael McCandless
I'll dig, this is a new assertion I added recently to IFD. Mike McCandless http://blog.mikemccandless.com On Tue, Jul 14, 2015 at 12:04 AM, Apache Jenkins Server jenk...@builds.apache.org wrote: Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/739/ 1 tests failed.

[jira] [Resolved] (LUCENE-6670) OOM error in merge causes deadlock

2015-07-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-6670. Resolution: Fixed Fix Version/s: Trunk 5.3 This should

[jira] [Commented] (LUCENE-6579) Unexpected merge exceptions should be tragic to IndexWriter

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626116#comment-14626116 ] ASF subversion and git services commented on LUCENE-6579: - Commit

[jira] [Commented] (SOLR-7790) Update Carrot2 clustering contrib to version 3.10.1

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626291#comment-14626291 ] ASF subversion and git services commented on SOLR-7790: --- Commit

[jira] [Updated] (LUCENE-6595) CharFilter offsets correction is wonky

2015-07-14 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cao Manh Dat updated LUCENE-6595: - Attachment: LUCENE-6595.patch I changed correctEndOffset to correctEndTokenOffset because in

[jira] [Assigned] (SOLR-5584) Update to Guava 15.0

2015-07-14 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reassigned SOLR-5584: - Assignee: Dawid Weiss (was: Mark Miller) Update to Guava 15.0

[jira] [Updated] (SOLR-5584) Update to Guava 15.0

2015-07-14 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated SOLR-5584: -- Fix Version/s: (was: 4.9) Update to Guava 15.0 Key:

[jira] [Issue Comment Deleted] (SOLR-7787) Fork HyperLogLog and remove fastutil dependency

2015-07-14 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated SOLR-7787: -- Comment: was deleted (was: I also looked at HLL's implementation, it uses fastutil for fairly simple

[jira] [Updated] (SOLR-7787) Fork HyperLogLog and remove fastutil dependency

2015-07-14 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated SOLR-7787: -- Description: So fastutil is now part of Solr's distribution (because the stats component uses

[jira] [Commented] (LUCENE-6579) Unexpected merge exceptions should be tragic to IndexWriter

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626307#comment-14626307 ] ASF subversion and git services commented on LUCENE-6579: - Commit

[jira] [Created] (SOLR-7790) Update Carrot2 clustering contrib to version 3.10.1

2015-07-14 Thread Dawid Weiss (JIRA)
Dawid Weiss created SOLR-7790: - Summary: Update Carrot2 clustering contrib to version 3.10.1 Key: SOLR-7790 URL: https://issues.apache.org/jira/browse/SOLR-7790 Project: Solr Issue Type: Task

[jira] [Updated] (SOLR-7790) Update Carrot2 clustering contrib to version 3.10.1

2015-07-14 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated SOLR-7790: -- Attachment: SOLR-7790.patch An aggregate patch bringing up to date: - HPPC - guava - morfologik -

[jira] [Commented] (LUCENE-6607) Move geo3d to Lucene's sandbox module

2015-07-14 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626302#comment-14626302 ] Karl Wright commented on LUCENE-6607: - Thanks to everyone for getting this done! And

[jira] [Created] (SOLR-7792) Upgrade morfologik-stemming to version 1.10.0

2015-07-14 Thread Dawid Weiss (JIRA)
Dawid Weiss created SOLR-7792: - Summary: Upgrade morfologik-stemming to version 1.10.0 Key: SOLR-7792 URL: https://issues.apache.org/jira/browse/SOLR-7792 Project: Solr Issue Type: Sub-task

[jira] [Commented] (LUCENE-6579) Unexpected merge exceptions should be tragic to IndexWriter

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626308#comment-14626308 ] ASF subversion and git services commented on LUCENE-6579: - Commit

[jira] [Created] (SOLR-7791) Upgrade HPPC to version 0.7.1

2015-07-14 Thread Dawid Weiss (JIRA)
Dawid Weiss created SOLR-7791: - Summary: Upgrade HPPC to version 0.7.1 Key: SOLR-7791 URL: https://issues.apache.org/jira/browse/SOLR-7791 Project: Solr Issue Type: Sub-task

[jira] [Updated] (SOLR-7787) Fork HyperLogLog and remove fastutil dependency

2015-07-14 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated SOLR-7787: -- Summary: Fork HyperLogLog and remove fastutil dependency (was: Promote fastutil to first-order

[jira] [Commented] (LUCENE-6616) IndexWriter should list files once on init, and IFD should not suppress FNFE

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626421#comment-14626421 ] ASF subversion and git services commented on LUCENE-6616: - Commit

[jira] [Commented] (SOLR-5584) Update to Guava 15.0

2015-07-14 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626428#comment-14626428 ] Dawid Weiss commented on SOLR-5584: --- Ran the test suite and I get various exceptions from

Re: [JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 739 - Still Failing

2015-07-14 Thread Michael McCandless
I just committed a fix. This was caused by a new assert from LUCENE-6616, basically making IndexWriter more picky such that a codec is not allowed to have created a file if in fact it didn't create it. In this case the SimpleTextSIFormat was claiming to have created a file (si.addFile) before

[jira] [Updated] (SOLR-7794) Use config overlay for schema.xml too

2015-07-14 Thread Markus Heiden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Heiden updated SOLR-7794: Attachment: property-schema.patch Use config overlay for schema.xml too

Re: Coverity scan results of Lucene

2015-07-14 Thread Benson Margulies
On Tue, Jul 14, 2015 at 10:59 AM, Rishabh Patel rishabh.mahendra.pa...@gmail.com wrote: org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyWriter.java: What does coverity complain of? Why do you, personally, think that the complaint is legitimate? On Tue, Jul 14, 2015 at 10:44 AM,

[jira] [Commented] (SOLR-7793) Refactor some utility methods to a separate utility class

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626363#comment-14626363 ] ASF subversion and git services commented on SOLR-7793: --- Commit

[jira] [Commented] (LUCENE-6616) IndexWriter should list files once on init, and IFD should not suppress FNFE

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626418#comment-14626418 ] ASF subversion and git services commented on LUCENE-6616: - Commit

[jira] [Created] (SOLR-7793) Refactor some utility methods to a separate utility class

2015-07-14 Thread Noble Paul (JIRA)
Noble Paul created SOLR-7793: Summary: Refactor some utility methods to a separate utility class Key: SOLR-7793 URL: https://issues.apache.org/jira/browse/SOLR-7793 Project: Solr Issue Type: Bug

[jira] [Commented] (SOLR-7793) Refactor some utility methods to a separate utility class

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626383#comment-14626383 ] ASF subversion and git services commented on SOLR-7793: --- Commit

Re: Coverity scan results of Lucene

2015-07-14 Thread Dawid Weiss
The 444 defects is an overwhelming number. Most of those automated tools detect things that turn to be valid code (upon closer inspection). Could you start by listing, say, the first 5 defects that actually make sense and are indeed flawed code that should be fixed? Dawid On Tue, Jul 14, 2015 at

Re: Coverity scan results of Lucene

2015-07-14 Thread Mike Drob
When I click through on View Defects in the report, I get a You are not authorized to access this page. response. On Tue, Jul 14, 2015 at 9:44 AM, Dawid Weiss dawid.we...@gmail.com wrote: The 444 defects is an overwhelming number. Most of those automated tools detect things that turn to be

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_45) - Build # 13458 - Failure!

2015-07-14 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/13458/ Java: 32bit/jdk1.8.0_45 -server -XX:+UseParallelGC 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.core.TestCoreContainer Error Message: Suite timeout exceeded (= 720 msec). Stack Trace:

[jira] [Updated] (SOLR-7724) Clustering Component results parsing

2015-07-14 Thread Alessandro Benedetti (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessandro Benedetti updated SOLR-7724: --- Attachment: (was: SOLR-7724.patch) Clustering Component results parsing

[jira] [Closed] (SOLR-7719) Suggester Component results parsing

2015-07-14 Thread Alessandro Benedetti (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessandro Benedetti closed SOLR-7719. -- Resolution: Invalid This issue is invalid. Actually a solution was already implemented.

[jira] [Issue Comment Deleted] (SOLR-7719) Suggester Component results parsing

2015-07-14 Thread Alessandro Benedetti (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessandro Benedetti updated SOLR-7719: --- Comment: was deleted (was: This issue is invalid. Actually a solution was already

[jira] [Reopened] (SOLR-7719) Suggester Component results parsing

2015-07-14 Thread Alessandro Benedetti (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessandro Benedetti reopened SOLR-7719: the previous comment was wrong, issue still pending for evaluation of the patch.

Re: Coverity scan results of Lucene

2015-07-14 Thread Rishabh Patel
1. org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyWriter.java - Line 498: *Volatile not atomically updated*. Updating *nextID* based on a stale value. Any intervening update in another thread is overwritten 2. org/apache/lucene/index/IndexReader.java - Line

[jira] [Commented] (SOLR-7790) Update Carrot2 clustering contrib to version 3.10.1

2015-07-14 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626497#comment-14626497 ] Dawid Weiss commented on SOLR-7790: --- This is a showstopper, unfortunately:

[jira] [Commented] (SOLR-5584) Update to Guava 15.0

2015-07-14 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626547#comment-14626547 ] Mike Drob commented on SOLR-5584: - Yea, this has been a problem for ages. Hadoop uses Guava

Re: Coverity scan results of Lucene

2015-07-14 Thread Dawid Weiss
Yeah, that's exactly what I though. If you look at the code you'll see that these are false positives. For example: 5) There is a loop, the following comments gives you a clue: // Loop until we succeed in calling doBody() without // hitting an IOException. and inside the loop the

[jira] [Commented] (SOLR-5584) Update to Guava 15.0

2015-07-14 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626561#comment-14626561 ] Dawid Weiss commented on SOLR-5584: --- Yup, I found that issue too (linked to it from

[jira] [Updated] (LUCENE-6677) QueryParserBase ignores maxDeterminizedStates when creating a wildcard query

2015-07-14 Thread David Causse (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Causse updated LUCENE-6677: - Component/s: core/queryparser QueryParserBase ignores maxDeterminizedStates when creating a

[jira] [Closed] (SOLR-7743) Facet Pivot Result Parsing

2015-07-14 Thread Alessandro Benedetti (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessandro Benedetti closed SOLR-7743. -- Resolution: Invalid Invalid issue. A solution was already implemented. Cheers Facet

[jira] [Created] (LUCENE-6677) QueryParserBase ignores maxDeterminizedStates when creating a wildcard query

2015-07-14 Thread David Causse (JIRA)
David Causse created LUCENE-6677: Summary: QueryParserBase ignores maxDeterminizedStates when creating a wildcard query Key: LUCENE-6677 URL: https://issues.apache.org/jira/browse/LUCENE-6677

[jira] [Updated] (LUCENE-6677) QueryParserBase ignores maxDeterminizedStates when creating a wildcard query

2015-07-14 Thread David Causse (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Causse updated LUCENE-6677: - Attachment: LUCENE-6677.patch QueryParserBase ignores maxDeterminizedStates when creating a

[jira] [Commented] (SOLR-5584) Update to Guava 15.0

2015-07-14 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626577#comment-14626577 ] Mike Drob commented on SOLR-5584: - The ideal solution is that we don't leak internal

[jira] [Commented] (LUCENE-6672) CompiledAutomaton can generate a binary automaton that have more than 12*maxDeterminizedStates

2015-07-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626406#comment-14626406 ] Michael McCandless commented on LUCENE-6672: I'm not sure we need to do

Re: Coverity scan results of Lucene

2015-07-14 Thread Rishabh Patel
1. org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyWriter.java: 2. On Tue, Jul 14, 2015 at 10:44 AM, Dawid Weiss dawid.we...@gmail.com wrote: The 444 defects is an overwhelming number. Most of those automated tools detect things that turn to be valid code (upon closer

[jira] [Commented] (SOLR-7341) xjoin - join data from external sources

2015-07-14 Thread Tom Winch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626373#comment-14626373 ] Tom Winch commented on SOLR-7341: - Running against a 'toy' XJoinResultsFactory

[jira] [Created] (SOLR-7794) Use config overlay for schema.xml too

2015-07-14 Thread Markus Heiden (JIRA)
Markus Heiden created SOLR-7794: --- Summary: Use config overlay for schema.xml too Key: SOLR-7794 URL: https://issues.apache.org/jira/browse/SOLR-7794 Project: Solr Issue Type: Improvement

[jira] [Commented] (SOLR-7787) Fork HyperLogLog and remove fastutil dependency

2015-07-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626656#comment-14626656 ] Hoss Man commented on SOLR-7787: I don't have any strong opinions about this issue as it

[jira] [Comment Edited] (LUCENE-6672) CompiledAutomaton can generate a binary automaton that have more than 12*maxDeterminizedStates

2015-07-14 Thread David Causse (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626628#comment-14626628 ] David Causse edited comment on LUCENE-6672 at 7/14/15 4:56 PM:

[jira] [Commented] (LUCENE-6676) Remove isActive boolean from DWPTP.ThreadState

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626679#comment-14626679 ] ASF subversion and git services commented on LUCENE-6676: - Commit

[jira] [Commented] (SOLR-5584) Update to Guava 15.0

2015-07-14 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626605#comment-14626605 ] Dawid Weiss commented on SOLR-5584: --- bq. The ideal solution is that we don't leak

[jira] [Commented] (LUCENE-6672) CompiledAutomaton can generate a binary automaton that have more than 12*maxDeterminizedStates

2015-07-14 Thread David Causse (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626628#comment-14626628 ] David Causse commented on LUCENE-6672: -- It makes sense, my aim was to provide a bit

[jira] [Commented] (LUCENE-6676) Remove isActive boolean from DWPTP.ThreadState

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626681#comment-14626681 ] ASF subversion and git services commented on LUCENE-6676: - Commit

[jira] [Resolved] (LUCENE-6676) Remove isActive boolean from DWPTP.ThreadState

2015-07-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-6676. Resolution: Fixed Remove isActive boolean from DWPTP.ThreadState

[jira] [Commented] (SOLR-7787) Fork HyperLogLog and remove fastutil dependency

2015-07-14 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626799#comment-14626799 ] Dawid Weiss commented on SOLR-7787: --- Well, I thought lack of initial feedback was lazy

[jira] [Commented] (SOLR-7787) Fork HyperLogLog and remove fastutil dependency

2015-07-14 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626975#comment-14626975 ] Dawid Weiss commented on SOLR-7787: --- bq. Got it – so the primary concern is/was

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 3341 - Failure

2015-07-14 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3341/ 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.HttpPartitionTest Error Message: ObjectTracker found 1 object(s) that were not released!!! [TransactionLog] Stack Trace: java.lang.AssertionError:

[jira] [Commented] (LUCENE-6677) QueryParserBase ignores maxDeterminizedStates when creating a wildcard query

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626935#comment-14626935 ] ASF subversion and git services commented on LUCENE-6677: - Commit

[jira] [Commented] (SOLR-7787) Fork HyperLogLog and remove fastutil dependency

2015-07-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626953#comment-14626953 ] Hoss Man commented on SOLR-7787: bq. My original intention was to update HPPC which is

[jira] [Commented] (LUCENE-6631) Lucene Document Classification

2015-07-14 Thread Alessandro Benedetti (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14627148#comment-14627148 ] Alessandro Benedetti commented on LUCENE-6631: -- [~teofili] when you are back

[jira] [Updated] (LUCENE-6631) Lucene Document Classification

2015-07-14 Thread Alessandro Benedetti (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessandro Benedetti updated LUCENE-6631: - Attachment: (was: LUCENE-6631.patch) Lucene Document Classification

[jira] [Commented] (SOLR-7787) Fork HyperLogLog and remove fastutil dependency

2015-07-14 Thread Upayavira (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626927#comment-14626927 ] Upayavira commented on SOLR-7787: - I can see the rationale of forking. I wonder though

[jira] [Commented] (LUCENE-6677) QueryParserBase ignores maxDeterminizedStates when creating a wildcard query

2015-07-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626908#comment-14626908 ] Michael McCandless commented on LUCENE-6677: Thanks [~david.causse], I agree!

[jira] [Commented] (LUCENE-6677) QueryParserBase ignores maxDeterminizedStates when creating a wildcard query

2015-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626937#comment-14626937 ] ASF subversion and git services commented on LUCENE-6677: - Commit

[jira] [Resolved] (LUCENE-6677) QueryParserBase ignores maxDeterminizedStates when creating a wildcard query

2015-07-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-6677. Resolution: Fixed Fix Version/s: Trunk 5.3 Thanks

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.9.0-ea-b72) - Build # 13461 - Failure!

2015-07-14 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/13461/ Java: 64bit/jdk1.9.0-ea-b72 -XX:-UseCompressedOops -XX:+UseSerialGC -Djava.locale.providers=JRE,SPI All tests passed Build Log: [...truncated 9822 lines...] [junit4] JVM J1: stdout was not empty, see:

RE: Coverity scan results of Lucene

2015-07-14 Thread Reitzel, Charles
What about the High Impact defects?If I'm reading the report right, there appear to be only 12 of these. Rishabh, could you copy just the High Impact defects to the list? -Original Message- From: Dawid Weiss [mailto:dawid.we...@gmail.com] Sent: Tuesday, July 14, 2015 11:59 AM To:

[jira] [Commented] (SOLR-7787) Fork HyperLogLog and remove fastutil dependency

2015-07-14 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14626920#comment-14626920 ] David Smiley commented on SOLR-7787: I think we should avoid very large dependencies

[jira] [Created] (SOLR-7795) Fold Interval Faceting into Range Faceting

2015-07-14 Thread JIRA
Tomás Fernández Löbbe created SOLR-7795: --- Summary: Fold Interval Faceting into Range Faceting Key: SOLR-7795 URL: https://issues.apache.org/jira/browse/SOLR-7795 Project: Solr Issue

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.8.0_60-ea-b21) - Build # 13286 - Failure!

2015-07-14 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/13286/ Java: 32bit/jdk1.8.0_60-ea-b21 -server -XX:+UseG1GC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores Error Message: ERROR: SolrIndexSearcher opens=51 closes=50 Stack Trace:

[JENKINS] Lucene-Solr-SmokeRelease-5.x - Build # 283 - Failure

2015-07-14 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-5.x/283/ No tests ran. Build Log: [...truncated 54189 lines...] prepare-release-no-sign: [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/lucene/build/smokeTestRelease/dist [copy] Copying

[jira] [Commented] (LUCENE-6641) Idea CodeSyle should be enriched

2015-07-14 Thread Alessandro Benedetti (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14627175#comment-14627175 ] Alessandro Benedetti commented on LUCENE-6641: -- And thanks Mike for the

[jira] [Updated] (LUCENE-6654) KNearestNeighborClassifier not taking in consideration Class ranking

2015-07-14 Thread Alessandro Benedetti (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessandro Benedetti updated LUCENE-6654: - Flags: Patch Lucene Fields: New,Patch Available (was: New)

[jira] [Commented] (SOLR-7795) Fold Interval Faceting into Range Faceting

2015-07-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14627193#comment-14627193 ] Hoss Man commented on SOLR-7795: bq. The counts for those ranges would come in the response

[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_45) - Build # 4909 - Failure!

2015-07-14 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4909/ Java: 64bit/jdk1.8.0_45 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.handler.TestReplicationHandler.doTestStressReplication Error Message: [index.20150714203657649, index.20150714203658338,

[jira] [Closed] (LUCENE-6641) Idea CodeSyle should be enriched

2015-07-14 Thread Alessandro Benedetti (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessandro Benedetti closed LUCENE-6641. Resolution: Not A Problem Currently by default the Codestyle is consistent with

[jira] [Updated] (SOLR-7724) Clustering Component results parsing

2015-07-14 Thread Alessandro Benedetti (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessandro Benedetti updated SOLR-7724: --- Flags: Patch Clustering Component results parsing

[jira] [Assigned] (SOLR-7734) MapReduce Indexer can error when using collection

2015-07-14 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan reassigned SOLR-7734: Assignee: Gregory Chanan MapReduce Indexer can error when using collection

[jira] [Updated] (SOLR-7766) support creation of a coreless collection

2015-07-14 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramkumar Aiyengar updated SOLR-7766: Attachment: SOLR-7766.patch Attaching a updated patch with conflicts resolved in trunk..

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_45) - Build # 5033 - Failure!

2015-07-14 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5033/ Java: 64bit/jdk1.8.0_45 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.test Error Message: There should be one document because overwrite=true

[jira] [Updated] (LUCENE-6631) Lucene Document Classification

2015-07-14 Thread Alessandro Benedetti (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessandro Benedetti updated LUCENE-6631: - Flags: Patch Lucene Fields: Patch Available (was: New) Lucene

[jira] [Updated] (SOLR-7739) Lucene Classification Integration - UpdateRequestProcessor

2015-07-14 Thread Alessandro Benedetti (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessandro Benedetti updated SOLR-7739: --- Flags: Patch Lucene Classification Integration - UpdateRequestProcessor

[jira] [Commented] (SOLR-7734) MapReduce Indexer can error when using collection

2015-07-14 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14627281#comment-14627281 ] Gregory Chanan commented on SOLR-7734: -- {code}+import

[jira] [Commented] (LUCENE-6212) Remove IndexWriter's per-document analyzer add/updateDocument APIs

2015-07-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14627163#comment-14627163 ] Hoss Man commented on LUCENE-6212: -- bq. Since Lucene is a library for developers and

[jira] [Updated] (SOLR-7719) Suggester Component results parsing

2015-07-14 Thread Alessandro Benedetti (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessandro Benedetti updated SOLR-7719: --- Flags: Patch Suggester Component results parsing ---

  1   2   >