Re: Mention security as a key feature on the web site "Features" page

2015-09-27 Thread Anshum Gupta
+1 on adding that. I'd say the ball is rolling, and as always, there's room for improvement. With the framework, API support, and support for Kerberos/basic auth, we certainly are in a much better spot than we were and it'd be good to highlight that. On Sat, Sep 26, 2015 at 3:15 PM, Jan Høydahl

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_60) - Build # 14327 - Still Failing!

2015-09-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/14327/ Java: 64bit/jdk1.8.0_60 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.CdcrReplicationHandlerTest.doTest Error Message: There are still nodes recoverying - waited for 330 seconds Stack Trace:

[jira] [Commented] (LUCENE-6818) Implementing Divergence from Independence (DFI) Term-Weighting for Lucene/Solr

2015-09-27 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14910012#comment-14910012 ] Robert Muir commented on LUCENE-6818: - It happens when expected = 0, caused by the cr

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_60) - Build # 14326 - Failure!

2015-09-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/14326/ Java: 64bit/jdk1.8.0_60 -XX:+UseCompressedOops -XX:+UseSerialGC 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.TestSolrCoreProperties Error Message: Suite timeout exceeded (>= 720 msec). Stack Trace: jav

[JENKINS] Lucene-Solr-SmokeRelease-5.x - Build # 333 - Still Failing

2015-09-27 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-5.x/333/ No tests ran. Build Log: [...truncated 52955 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] [Closed] (SOLR-7439) Large spatial query with irregular polygon yields incorrect results

2015-09-27 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley closed SOLR-7439. -- Resolution: Invalid Hello. Your first query polygon isn't a perfect rectangle and therefore isn't proce

Re: Writing custom Tokenizer

2015-09-27 Thread Ahmet Arslan
Hi Sid, One way is to use WhiteSpaceTokenizer and WordDelimeterFilter. In some cases you might want to adjust how WordDelimiterFilter splits on a per-character basis. To do this, you can supply a configuration file with the "types" attribute that specifies custom character categories. An exam

[JENKINS] Lucene-Solr-NightlyTests-5.x - Build # 969 - Still Failing

2015-09-27 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/969/ 4 tests failed. REGRESSION: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test Error Message: Expected 2 of 3 replicas to be active but only found 1; [core_node3:{"node_name":"127.0.0.1:48700_qzf%2Fx","core":"c8n_1x

Re: Writing custom Tokenizer

2015-09-27 Thread Siddhartha Singh Sandhu
Hi Ahmet, I want primarily 3 things. 1. To include # and @ as part of the string which is tokenized by the standard tokenizer which generally strips it off. 2. When a string is tokenized,I just want to keep tokens which are #tags and @mentions. 3. I understand there is PatternTokenizer but I want

[JENKINS] Lucene-Solr-trunk-Solaris (64bit/jdk1.8.0) - Build # 83 - Failure!

2015-09-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Solaris/83/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.security.BasicAuthIntegrationTest.testBasics Error Message: No match for authentication/class = solr.BasicAuthPlugin, full re

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

2015-09-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/14324/ Java: 64bit/jdk1.9.0-ea-b78 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.update.SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds Error Message: 2: soft wasn't fast enough Stack Trace: ja

Re: Writing custom Tokenizer

2015-09-27 Thread Ahmet Arslan
Hi Sid, Can you provide us more details? Usually you can get away without a custom tokenizer, there may be other tricks to achieve your requirements. Ahmet On Sunday, September 27, 2015 11:29 PM, Siddhartha Singh Sandhu wrote: Hi Everyone, I wanted to write a custom tokenizer and wante

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.7.0_80) - Build # 14035 - Failure!

2015-09-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/14035/ Java: 32bit/jdk1.7.0_80 -client -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.TestConfigSetsAPIExclusivity.testAPIExclusivity Error Message: Unexpected exception: org.apache.solr.client.solrj.impl.HttpSolrClie

RE: Writing custom Tokenizer

2015-09-27 Thread Siddhartha Singh Sandhu
Hi Everyone, I wanted to write a custom tokenizer and wanted a generic direction and some guidance on how I should go about achieving this goal. Your input will be much appreciated. Regards, Sid.

[jira] [Commented] (LUCENE-6305) BooleanQuery.equals should ignore clause order

2015-09-27 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14909843#comment-14909843 ] Ryan Ernst commented on LUCENE-6305: +1 to enabling all the time > BooleanQuery.equa

[jira] [Commented] (SOLR-8096) Major faceting performance regressions

2015-09-27 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14909836#comment-14909836 ] Mikhail Khludnev commented on SOLR-8096: [~ysee...@gmail.com], I suppose benchmarki

[JENKINS] Lucene-Solr-Tests-trunk-Java8 - Build # 415 - Still Failing

2015-09-27 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/415/ 1 tests failed. REGRESSION: org.apache.solr.cloud.CloudExitableDirectoryReaderTest.test Error Message: No live SolrServers available to handle this request:[http://127.0.0.1:47301/collection1] Stack Trace: org.apache.solr.

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_60) - Build # 5289 - Still Failing!

2015-09-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5289/ Java: 64bit/jdk1.8.0_60 -XX:-UseCompressedOops -XX:+UseParallelGC 2 tests failed. FAILED: org.apache.solr.cloud.TestRebalanceLeaders.test Error Message: No live SolrServers available to handle this request:[https://127.0.0.1:5

[JENKINS-EA] Lucene-Solr-5.x-Linux (64bit/jdk1.9.0-ea-b78) - Build # 14033 - Still Failing!

2015-09-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/14033/ Java: 64bit/jdk1.9.0-ea-b78 -XX:-UseCompressedOops -XX:+UseG1GC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithKerberosAlt Error Message: 5 threads leaked from SUITE scope at org.apache

[jira] [Assigned] (LUCENE-6818) Implementing Divergence from Independence (DFI) Term-Weighting for Lucene/Solr

2015-09-27 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reassigned LUCENE-6818: --- Assignee: Robert Muir > Implementing Divergence from Independence (DFI) Term-Weighting for L

[jira] [Updated] (LUCENE-6818) Implementing Divergence from Independence (DFI) Term-Weighting for Lucene/Solr

2015-09-27 Thread Ahmet Arslan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ahmet Arslan updated LUCENE-6818: - Attachment: LUCENE-6818.patch Patch for DFI. However, with this one {{TestSimilarity2#testCrazySp

[jira] [Created] (LUCENE-6818) Implementing Divergence from Independence (DFI) Term-Weighting for Lucene/Solr

2015-09-27 Thread Ahmet Arslan (JIRA)
Ahmet Arslan created LUCENE-6818: Summary: Implementing Divergence from Independence (DFI) Term-Weighting for Lucene/Solr Key: LUCENE-6818 URL: https://issues.apache.org/jira/browse/LUCENE-6818 Projec

[JENKINS] Lucene-Solr-SmokeRelease-trunk - Build # 288 - Still Failing

2015-09-27 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-trunk/288/ No tests ran. Build Log: [...truncated 52463 lines...] prepare-release-no-sign: [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-trunk/lucene/build/smokeTestRelease/dist [copy] Copy

[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.7.0_80) - Build # 14032 - Failure!

2015-09-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/14032/ Java: 64bit/jdk1.7.0_80 -XX:-UseCompressedOops -XX:+UseG1GC 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.TestAuthenticationFramework Error Message: 21 threads leaked from SUITE scope at org.apache.sol

[JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 806 - Still Failing

2015-09-27 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/806/ 4 tests failed. REGRESSION: org.apache.solr.cloud.hdfs.HdfsSyncSliceTest.test Error Message: There are still nodes recoverying - waited for 30 seconds Stack Trace: java.lang.AssertionError: There are still nodes recoveryin

[JENKINS-EA] Lucene-Solr-trunk-Linux (64bit/jdk1.9.0-ea-b78) - Build # 14320 - Still Failing!

2015-09-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/14320/ Java: 64bit/jdk1.9.0-ea-b78 -XX:-UseCompressedOops -XX:+UseParallelGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.SaslZkACLProviderTest Error Message: 5 threads leaked from SUITE scope at org.apache

[jira] [Updated] (SOLR-8099) Remove sleep() function / ValueSourceParser

2015-09-27 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-8099: --- Summary: Remove sleep() function / ValueSourceParser (was: Remove sleep() function / v

[jira] [Comment Edited] (SOLR-8099) Remove sleep() function / valuesourceparse

2015-09-27 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14909736#comment-14909736 ] Ishan Chattopadhyaya edited comment on SOLR-8099 at 9/27/15 1:30 PM:

[jira] [Updated] (SOLR-8099) Remove sleep() function / valuesourceparse

2015-09-27 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-8099: --- Attachment: SOLR-8099.patch Here's a patch that removes both threadid() and sleep(). Th

[jira] [Created] (SOLR-8099) Remove sleep() function / valuesourceparse

2015-09-27 Thread Ishan Chattopadhyaya (JIRA)
Ishan Chattopadhyaya created SOLR-8099: -- Summary: Remove sleep() function / valuesourceparse Key: SOLR-8099 URL: https://issues.apache.org/jira/browse/SOLR-8099 Project: Solr Issue Type:

[JENKINS-EA] Lucene-Solr-trunk-Linux (32bit/jdk1.9.0-ea-b78) - Build # 14319 - Still Failing!

2015-09-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/14319/ Java: 32bit/jdk1.9.0-ea-b78 -client -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.CdcrReplicationHandlerTest.doTest Error Message: There are still nodes recoverying - waited for 330 seconds Stack Trace:

[jira] [Commented] (LUCENE-6276) Add matchCost() api to TwoPhaseDocIdSetIterator

2015-09-27 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14909685#comment-14909685 ] Paul Elschot commented on LUCENE-6276: -- As to TwoPhaseIterator or DocIdSetIterator,

[JENKINS] Lucene-Solr-Tests-trunk-Java8 - Build # 414 - Failure

2015-09-27 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/414/ 1 tests failed. REGRESSION: org.apache.solr.cloud.TestReplicaProperties.test Error Message: No live SolrServers available to handle this request:[http://127.0.0.1:49699/o/f, http://127.0.0.1:42068/o/f, http://127.0.0.1:480

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

2015-09-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/14318/ Java: 64bit/jdk1.9.0-ea-b78 -XX:-UseCompressedOops -XX:+UseSerialGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.SaslZkACLProviderTest Error Message: 5 threads leaked from SUITE scope at org.apache.s

[jira] [Commented] (LUCENE-6276) Add matchCost() api to TwoPhaseDocIdSetIterator

2015-09-27 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14909666#comment-14909666 ] Adrien Grand commented on LUCENE-6276: -- bq. Perhaps this cost method can be renamed

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

2015-09-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/14029/ Java: 32bit/jdk1.8.0_60 -client -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test Error Message: document count mismatch. control=247 sum(shards)=246 cloudClient=246 Stack Trace:

[jira] [Commented] (LUCENE-6805) Add a general purpose readonly interace to BitSet

2015-09-27 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14909665#comment-14909665 ] Adrien Grand commented on LUCENE-6805: -- If this would be useful for your application

[jira] [Commented] (LUCENE-6276) Add matchCost() api to TwoPhaseDocIdSetIterator

2015-09-27 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14909660#comment-14909660 ] Paul Elschot commented on LUCENE-6276: -- >From the javadocs of DocIdSetIterator.cost(

[jira] [Comment Edited] (LUCENE-6805) Add a general purpose readonly interace to BitSet

2015-09-27 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14909653#comment-14909653 ] Paul Elschot edited comment on LUCENE-6805 at 9/27/15 8:34 AM:

[jira] [Commented] (LUCENE-6805) Add a general purpose readonly interace to BitSet

2015-09-27 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14909653#comment-14909653 ] Paul Elschot commented on LUCENE-6805: -- I had the same similar problem when trying t

[JENKINS] Lucene-Solr-SmokeRelease-5.x - Build # 332 - Still Failing

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

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_60) - Build # 5288 - Failure!

2015-09-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5288/ Java: 32bit/jdk1.8.0_60 -client -XX:+UseConcMarkSweepGC 3 tests failed. FAILED: org.apache.solr.handler.TestReplicationHandlerBackup.doTestBackup Error Message: Test abandoned because suite timeout was reached. Stack Trace: j