[jira] [Created] (SOLR-7539) Add a QueryAutofilteringComponent for query introspection using indexed metadata

2015-05-13 Thread Ted Sullivan (JIRA)
Ted Sullivan created SOLR-7539: -- Summary: Add a QueryAutofilteringComponent for query introspection using indexed metadata Key: SOLR-7539 URL: https://issues.apache.org/jira/browse/SOLR-7539 Project:

RE: Recent Java 9 commit (e5b66323ae45) breaks fsync on directory

2015-05-13 Thread Uwe Schindler
Hi Brian, many thanks for opening this issue! I agree with Alan that adding an OpenOption would be a good possibility. In any case, as Files only contains static methods, we could still add a “utility” method that forces file/directory buffers to disk, that just uses the new open option

[jira] [Commented] (SOLR-6220) Replica placement strategy for solrcloud

2015-05-13 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14541638#comment-14541638 ] Noble Paul commented on SOLR-6220: -- [~mewmewball] That's the plan it should be added for

[jira] [Commented] (SOLR-7143) MoreLikeThis Query Parser does not handle multiple field names

2015-05-13 Thread Jens Wille (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14541695#comment-14541695 ] Jens Wille commented on SOLR-7143: -- Hi Anshum, can you say anything about the status of

[jira] [Commented] (SOLR-7539) Add a QueryAutofilteringComponent for query introspection using indexed metadata

2015-05-13 Thread Ted Sullivan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14541721#comment-14541721 ] Ted Sullivan commented on SOLR-7539: Initial patch uploaded. I have published a blog

[jira] [Created] (SOLR-7538) Get count of facet.pivot on distinct combination of fileds

2015-05-13 Thread Nagabhushan (JIRA)
Nagabhushan created SOLR-7538: - Summary: Get count of facet.pivot on distinct combination of fileds Key: SOLR-7538 URL: https://issues.apache.org/jira/browse/SOLR-7538 Project: Solr Issue Type:

[jira] [Updated] (SOLR-7508) SolrParams.toMultiMap() does not handle arrays

2015-05-13 Thread Thomas Scheffler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Scheffler updated SOLR-7508: --- Attachment: SOLRJ-7508.patch Provided patch to fix the issue. SolrParams.toMultiMap() does

[jira] [Updated] (SOLR-7539) Add a QueryAutofilteringComponent for query introspection using indexed metadata

2015-05-13 Thread Ted Sullivan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Sullivan updated SOLR-7539: --- Attachment: SOLR-7539.patch Add a QueryAutofilteringComponent for query introspection using indexed

[jira] [Commented] (LUCENE-6450) Add simple encoded GeoPointField type to core

2015-05-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14541840#comment-14541840 ] Uwe Schindler commented on LUCENE-6450: --- bq. As a side note, I'm finishing up a

[jira] [Commented] (LUCENE-6480) Extend Simple GeoPointField Type to 3d

2015-05-13 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14541850#comment-14541850 ] Karl Wright commented on LUCENE-6480: - So my idea for an (x,y,z) based geohash is as

[jira] [Created] (SOLR-7540) SSLMigrationTest urlScheme isn't tested properly

2015-05-13 Thread Steve Rowe (JIRA)
Steve Rowe created SOLR-7540: Summary: SSLMigrationTest urlScheme isn't tested properly Key: SOLR-7540 URL: https://issues.apache.org/jira/browse/SOLR-7540 Project: Solr Issue Type: Bug

[jira] [Commented] (SOLR-7540) SSLMigrationTest urlScheme isn't tested properly

2015-05-13 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14541868#comment-14541868 ] Steve Rowe commented on SOLR-7540: -- This fixes it: {noformat} Index:

[jira] [Commented] (LUCENE-6450) Add simple encoded GeoPointField type to core

2015-05-13 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14541831#comment-14541831 ] Nicholas Knize commented on LUCENE-6450: bq. does lucene efficiently support

[jira] [Updated] (SOLR-7539) Add a QueryAutofilteringComponent for query introspection using indexed metadata

2015-05-13 Thread Ted Sullivan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Sullivan updated SOLR-7539: --- Fix Version/s: Trunk Add a QueryAutofilteringComponent for query introspection using indexed

[jira] [Updated] (SOLR-5750) Backup/Restore API for SolrCloud

2015-05-13 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-5750: Attachment: SOLR-5750.patch First pass at the feature. *BACKUP:* Required params - collection,

[jira] [Created] (SOLR-7541) CollectionsHandler#createNodeIfNotExists is a duplicate of ZkCmdExecutor#ensureExists

2015-05-13 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-7541: --- Summary: CollectionsHandler#createNodeIfNotExists is a duplicate of ZkCmdExecutor#ensureExists Key: SOLR-7541 URL: https://issues.apache.org/jira/browse/SOLR-7541

[jira] [Created] (LUCENE-6480) Extend Simple GeoPointField Type to 3d

2015-05-13 Thread Nicholas Knize (JIRA)
Nicholas Knize created LUCENE-6480: -- Summary: Extend Simple GeoPointField Type to 3d Key: LUCENE-6480 URL: https://issues.apache.org/jira/browse/LUCENE-6480 Project: Lucene - Core Issue

[jira] [Commented] (LUCENE-6480) Extend Simple GeoPointField Type to 3d

2015-05-13 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14541933#comment-14541933 ] Nicholas Knize commented on LUCENE-6480: Its sounds much like the simple morton

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

2015-05-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3111/ 1 tests failed. REGRESSION: org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability Error Message: No live SolrServers available to handle this request Stack Trace:

[jira] [Comment Edited] (LUCENE-6480) Extend Simple GeoPointField Type to 3d

2015-05-13 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14541933#comment-14541933 ] Nicholas Knize edited comment on LUCENE-6480 at 5/13/15 1:43 PM:

[jira] [Updated] (SOLR-7540) SSLMigrationTest urlScheme isn't tested properly

2015-05-13 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe updated SOLR-7540: - Description: I noticed that {{SSLMigrationTest.assertReplicaInformation(urlScheme)}} only checks that

[jira] [Commented] (LUCENE-6480) Extend Simple GeoPointField Type to 3d

2015-05-13 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14541852#comment-14541852 ] Karl Wright commented on LUCENE-6480: - I'll attach code snippets for packing and

[jira] [Commented] (SOLR-6213) StackOverflowException in Solr cloud's leader election

2015-05-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14541958#comment-14541958 ] Mark Miller commented on SOLR-6213: --- Of course it should be improved.

[jira] [Comment Edited] (LUCENE-6450) Add simple encoded GeoPointField type to core

2015-05-13 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14541960#comment-14541960 ] Nicholas Knize edited comment on LUCENE-6450 at 5/13/15 2:12 PM:

[jira] [Comment Edited] (LUCENE-6480) Extend Simple GeoPointField Type to 3d

2015-05-13 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14542001#comment-14542001 ] Karl Wright edited comment on LUCENE-6480 at 5/13/15 2:28 PM:

[jira] [Commented] (LUCENE-6480) Extend Simple GeoPointField Type to 3d

2015-05-13 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14542050#comment-14542050 ] Nicholas Knize commented on LUCENE-6480: bq. ...when I said (x,y,z) I meant unit

[jira] [Commented] (LUCENE-6480) Extend Simple GeoPointField Type to 3d

2015-05-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14542081#comment-14542081 ] Michael McCandless commented on LUCENE-6480: I'm not following closely here

[jira] [Commented] (LUCENE-6450) Add simple encoded GeoPointField type to core

2015-05-13 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14541948#comment-14541948 ] David Smiley commented on LUCENE-6450: -- bq. As a side note, I'm finishing up a patch

[jira] [Commented] (LUCENE-6480) Extend Simple GeoPointField Type to 3d

2015-05-13 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14542001#comment-14542001 ] Karl Wright commented on LUCENE-6480: - bq. The question is the max value of the

[jira] [Created] (SOLR-7542) Schema API: Can't remove single dynamic copy field directive

2015-05-13 Thread Steve Rowe (JIRA)
Steve Rowe created SOLR-7542: Summary: Schema API: Can't remove single dynamic copy field directive Key: SOLR-7542 URL: https://issues.apache.org/jira/browse/SOLR-7542 Project: Solr Issue Type:

[jira] [Assigned] (SOLR-7542) Schema API: Can't remove single dynamic copy field directive

2015-05-13 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe reassigned SOLR-7542: Assignee: Steve Rowe Schema API: Can't remove single dynamic copy field directive

[jira] [Commented] (LUCENE-6450) Add simple encoded GeoPointField type to core

2015-05-13 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14541960#comment-14541960 ] Nicholas Knize commented on LUCENE-6450: yes yes! That's the idea anyway. I've

[jira] [Comment Edited] (LUCENE-6480) Extend Simple GeoPointField Type to 3d

2015-05-13 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14542001#comment-14542001 ] Karl Wright edited comment on LUCENE-6480 at 5/13/15 2:29 PM:

[jira] [Commented] (LUCENE-6480) Extend Simple GeoPointField Type to 3d

2015-05-13 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14542019#comment-14542019 ] Karl Wright commented on LUCENE-6480: - It also occurs to me that I don't fully

Re: Recent Java 9 commit (e5b66323ae45) breaks fsync on directory

2015-05-13 Thread Brian Burkhalter
Hi Uwe, On May 13, 2015, at 2:27 AM, Uwe Schindler uschind...@apache.org wrote: many thanks for opening this issue! You’re welcome! I agree with Alan that adding an OpenOption would be a good possibility. In any case, as Files only contains static methods, we could still add a “utility”

[jira] [Commented] (SOLR-7531) Config API is merging certain key names together

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

[jira] [Commented] (SOLR-7542) Schema API: Can't remove single dynamic copy field directive

2015-05-13 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14542039#comment-14542039 ] Steve Rowe commented on SOLR-7542: -- The issue is that the schema can't be persisted once

[jira] [Commented] (SOLR-7531) Config API is merging certain key names together

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

[jira] [Updated] (SOLR-7542) Schema API: Can't remove single dynamic copy field directive

2015-05-13 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe updated SOLR-7542: - Attachment: SOLR-7542.patch Patch with test that fails before applying the fix and succeeds afterward.

[jira] [Created] (SOLR-7543) Create GraphQuery that allows graph traversal as a query operator.

2015-05-13 Thread Kevin Watters (JIRA)
Kevin Watters created SOLR-7543: --- Summary: Create GraphQuery that allows graph traversal as a query operator. Key: SOLR-7543 URL: https://issues.apache.org/jira/browse/SOLR-7543 Project: Solr

[jira] [Comment Edited] (SOLR-7275) Pluggable authorization module in Solr

2015-05-13 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14542399#comment-14542399 ] Anshum Gupta edited comment on SOLR-7275 at 5/13/15 6:40 PM: -

[jira] [Updated] (SOLR-7275) Pluggable authorization module in Solr

2015-05-13 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta updated SOLR-7275: --- Attachment: SOLR-7275.patch Patch with test. I think this is good to go now. Pluggable authorization

[jira] [Commented] (LUCENE-6450) Add simple encoded GeoPointField type to core

2015-05-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14542429#comment-14542429 ] Uwe Schindler commented on LUCENE-6450: --- Looks OK regarding my comments about

[jira] [Commented] (LUCENE-6371) Improve Spans payload collection

2015-05-13 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14542474#comment-14542474 ] David Smiley commented on LUCENE-6371: -- I really like this design, because it

[jira] [Resolved] (SOLR-7531) Config API is merging certain key names together

2015-05-13 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-7531. -- Resolution: Pending Closed Config API is merging certain key names together

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

2015-05-13 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/2254/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.MultiThreadedOCPTest.test Error Message: Captured an uncaught exception in thread: Thread[id=1487,

[jira] [Updated] (LUCENE-6481) Improve GeoPointField type to only visit high precision boundary terms

2015-05-13 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Knize updated LUCENE-6481: --- Attachment: LUCENE-6481_WIP.patch First cut WIP patch. LuceneUtil benchmark shows false

[jira] [Comment Edited] (SOLR-7143) MoreLikeThis Query Parser does not handle multiple field names

2015-05-13 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14542663#comment-14542663 ] Anshum Gupta edited comment on SOLR-7143 at 5/13/15 8:40 PM: -

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

2015-05-13 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4807/ Java: 64bit/jdk1.8.0_45 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir Error Message: Exception during query Stack Trace:

[jira] [Updated] (SOLR-7275) Pluggable authorization module in Solr

2015-05-13 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta updated SOLR-7275: --- Attachment: SOLR-7275.patch Accidentally added the SimpleSolrAuthorizationPlugin to the last patch.

[jira] [Updated] (LUCENE-6371) Improve Spans payload collection

2015-05-13 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-6371: -- Attachment: LUCENE-6371.patch Updated patch: * collectLeaf() now takes PostingsEnum and Term *

[jira] [Commented] (SOLR-7275) Pluggable authorization module in Solr

2015-05-13 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14542521#comment-14542521 ] Noble Paul commented on SOLR-7275: -- We need to tackle the modification of security.json

[jira] [Commented] (SOLR-7143) MoreLikeThis Query Parser does not handle multiple field names

2015-05-13 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14542663#comment-14542663 ] Anshum Gupta commented on SOLR-7143: Hi Jens, Sorry but I haven't been able to get to

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

2015-05-13 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/12491/ Java: 32bit/jdk1.8.0_45 -server -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.CloudExitableDirectoryReaderTest.test Error Message: No live SolrServers available to handle this

[jira] [Commented] (SOLR-7468) Kerberos authentication module

2015-05-13 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14542913#comment-14542913 ] Anshum Gupta commented on SOLR-7468: Here's some feedback: # Can we avoid the addition

[jira] [Commented] (LUCENE-6319) Delegating OneMerge

2015-05-13 Thread Elliott Bradshaw (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14542945#comment-14542945 ] Elliott Bradshaw commented on LUCENE-6319: -- Just thought I'd ping on this. Any

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-13 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Attachment: LUCENE-6459.patch Updated Patch: - don't allow zero length suggestion values -

[jira] [Commented] (SOLR-6273) Cross Data Center Replication

2015-05-13 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14542953#comment-14542953 ] Erick Erickson commented on SOLR-6273: -- [~arcadius] Sorry it took a while to get back

[jira] [Commented] (LUCENE-6480) Extend Simple GeoPointField Type to 3d

2015-05-13 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14542165#comment-14542165 ] Karl Wright commented on LUCENE-6480: - Depends on the application. With 64 bits the

[jira] [Updated] (SOLR-7503) Recovery after ZK session expiration happens in a single thread for all cores in a node

2015-05-13 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter updated SOLR-7503: - Attachment: SOLR-7503.patch Simple patch that registers cores in the background after ZK session

[jira] [Reopened] (SOLR-6968) add hyperloglog in statscomponent as an approximate count

2015-05-13 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man reopened SOLR-6968: Doing some perf testing, i found that the SPARSE representation of HLL can cause some heinous response times

[jira] [Commented] (SOLR-7542) Schema API: Can't remove single dynamic copy field directive

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

[jira] [Resolved] (SOLR-7542) Schema API: Can't remove single dynamic copy field directive

2015-05-13 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe resolved SOLR-7542. -- Resolution: Fixed Committed to trunk and branch_5x. Schema API: Can't remove single dynamic copy field

[jira] [Commented] (SOLR-7531) Config API is merging certain key names together

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

[jira] [Commented] (LUCENE-6480) Extend Simple GeoPointField Type to 3d

2015-05-13 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14542149#comment-14542149 ] Karl Wright commented on LUCENE-6480: - bq. So why not just use ECEF then instead of

[jira] [Updated] (SOLR-6968) add hyperloglog in statscomponent as an approximate count

2015-05-13 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-6968: --- Attachment: SOLR-6968_nosparse.patch patch that worked well in my perf tests to disable SPARSE (and optimize

[jira] [Updated] (LUCENE-6371) Improve Spans payload collection

2015-05-13 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-6371: -- Attachment: LUCENE-6371.patch I've been playing around with various APIs for this, and I think

[jira] [Updated] (LUCENE-6481) Improve GeoPointField type to only visit high precision boundary terms

2015-05-13 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Knize updated LUCENE-6481: --- Attachment: LUCENE-6481.patch The test had the lat and lon ordering incorrect for both

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

2015-05-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3114/ 1 tests failed. REGRESSION: org.apache.solr.update.SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds Error Message: soft529 wasn't fast enough Stack Trace: java.lang.AssertionError: soft529 wasn't fast enough

[jira] [Commented] (SOLR-7275) Pluggable authorization module in Solr

2015-05-13 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14543224#comment-14543224 ] Anshum Gupta commented on SOLR-7275: Thanks for the feedback Noble. Right, as of now,

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

2015-05-13 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4687/ Java: 64bit/jdk1.7.0_80 -XX:-UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir Error Message: Exception during query Stack Trace:

[jira] [Commented] (SOLR-6968) add hyperloglog in statscomponent as an approximate count

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

[jira] [Created] (LUCENE-6481) Improve GeoPointField type to only visit high precision boundary terms

2015-05-13 Thread Nicholas Knize (JIRA)
Nicholas Knize created LUCENE-6481: -- Summary: Improve GeoPointField type to only visit high precision boundary terms Key: LUCENE-6481 URL: https://issues.apache.org/jira/browse/LUCENE-6481 Project:

[jira] [Commented] (SOLR-6968) add hyperloglog in statscomponent as an approximate count

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

[jira] [Commented] (SOLR-7542) Schema API: Can't remove single dynamic copy field directive

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

[jira] [Resolved] (SOLR-6968) add hyperloglog in statscomponent as an approximate count

2015-05-13 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-6968. Resolution: Fixed add hyperloglog in statscomponent as an approximate count

[jira] [Updated] (LUCENE-6450) Add simple encoded GeoPointField type to core

2015-05-13 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Knize updated LUCENE-6450: --- Attachment: LUCENE-6450.patch I've decided to go ahead and just add a minor updated patch

[jira] [Commented] (SOLR-7537) Could not find or load main class org.apache.solr.util.SimplePostTool

2015-05-13 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14542374#comment-14542374 ] Erik Hatcher commented on SOLR-7537: This works for me on Solr 5.1.0, doing `bin/solr

[jira] [Updated] (SOLR-7275) Pluggable authorization module in Solr

2015-05-13 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta updated SOLR-7275: --- Attachment: SOLR-7275.patch Patch that adds request type info for /select [READ] and /update [WRITE]

Re: Why morphlines code is in Solr?

2015-05-13 Thread Noble Paul
https://github.com/kite-sdk/kite/tree/master/kite-morphlines/kite-morphlines-solr-core/src/main/java/org/kitesdk/morphline/solr and here is the Solr codebase https://github.com/apache/lucene-solr/tree/trunk/solr/contrib/morphlines-core/src/java/org/apache/solr/morphlines/solr essentially the

RE: Why morphlines code is in Solr?

2015-05-13 Thread Uwe Schindler
Hi, I think his question was why the morphlines contrib *source code* is in Solr at all. He argues that we could simply fetch the pre-built contrib module from Maven and not have a fork of the whole module in Solr. Indeed I also don't like it that there are 2 almost similar variants of the

[jira] [Updated] (SOLR-7275) Pluggable authorization module in Solr

2015-05-13 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta updated SOLR-7275: --- Attachment: SOLR-7275.patch This patch filters out authz and context creation for *.png and *.html

[jira] [Commented] (LUCENE-6450) Add simple encoded GeoPointField type to core

2015-05-13 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14541578#comment-14541578 ] Karl Wright commented on LUCENE-6450: - I have some ideas for a geohash given (x,y,z)

[jira] [Updated] (LUCENE-6450) Add simple encoded GeoPointField type to core

2015-05-13 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Knize updated LUCENE-6450: --- Attachment: LUCENE-6450.patch Updated patch to make Query fields final. Add simple encoded

[jira] [Updated] (LUCENE-6481) Improve GeoPointField type to only visit high precision boundary terms

2015-05-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-6481: --- Attachment: LUCENE-6481.patch New patch, starting from [~nknize]'s and then folding