[jira] [Updated] (SOLR-1578) Geocoding Spatial Query Parser

2014-01-13 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-1578: --- Attachment: Indexer.java solrconfig.xml schema.xml

[jira] [Updated] (SOLR-4329) Have DocumentBuilder give value collections to the FieldType

2014-03-31 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-4329: --- Attachment: SOLR-4329.patch Since its been a while on this issue, here's a patch to

[jira] [Commented] (SOLR-4329) Have DocumentBuilder give value collections to the FieldType

2014-03-31 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13955994#comment-13955994 ] Ishan Chattopadhyaya commented on SOLR-4329: I am interested in unblocking the

[jira] [Created] (SOLR-5944) Support updates of numeric DocValues

2014-04-01 Thread Ishan Chattopadhyaya (JIRA)
Ishan Chattopadhyaya created SOLR-5944: -- Summary: Support updates of numeric DocValues Key: SOLR-5944 URL: https://issues.apache.org/jira/browse/SOLR-5944 Project: Solr Issue Type: New

[jira] [Updated] (SOLR-5944) Support updates of numeric DocValues

2014-04-03 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-5944: --- Attachment: SOLR-5944.patch Here's an early patch where I'm just attempting to modify

[jira] [Created] (SOLR-5957) Note on -numShards obsolete in ref guide

2014-04-03 Thread Ishan Chattopadhyaya (JIRA)
Ishan Chattopadhyaya created SOLR-5957: -- Summary: Note on -numShards obsolete in ref guide Key: SOLR-5957 URL: https://issues.apache.org/jira/browse/SOLR-5957 Project: Solr Issue Type:

[jira] [Updated] (SOLR-5944) Support updates of numeric DocValues

2014-04-04 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-5944: --- Attachment: SOLR-5944.patch Updating patch to trunk. Support updates of numeric

[jira] [Updated] (SOLR-5944) Support updates of numeric DocValues

2014-04-04 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-5944: --- Attachment: SOLR-5944.patch Updating the patch, the test passes now! Thanks to

[jira] [Updated] (SOLR-5944) Support updates of numeric DocValues

2014-04-06 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-5944: --- Attachment: SOLR-5944.patch Updated the patch to cover cases for replication of the

[jira] [Updated] (SOLR-5944) Support updates of numeric DocValues

2014-04-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-5944: --- Attachment: SOLR-5944.patch Updated the patch to add a test for update of numeric

[jira] [Updated] (SOLR-5944) Support updates of numeric DocValues

2014-04-08 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-5944: --- Attachment: SOLR-5944.patch Added support for the inc update operator (increment the

[jira] [Updated] (SOLR-5944) Support updates of numeric DocValues

2014-04-08 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-5944: --- Attachment: SOLR-5944.patch Updated the patch, added support for updating a docValue

[jira] [Created] (SOLR-5979) Update of fields using JavaScript expressions

2014-04-09 Thread Ishan Chattopadhyaya (JIRA)
Ishan Chattopadhyaya created SOLR-5979: -- Summary: Update of fields using JavaScript expressions Key: SOLR-5979 URL: https://issues.apache.org/jira/browse/SOLR-5979 Project: Solr Issue

[jira] [Commented] (SOLR-5944) Support updates of numeric DocValues

2014-04-09 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13964694#comment-13964694 ] Ishan Chattopadhyaya commented on SOLR-5944: Sure, that makes sense. Added

[jira] [Updated] (SOLR-5979) Update of fields using JavaScript expressions

2014-04-09 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-5979: --- Description: The idea is to have the user be able to supply JavaScript expressions

[jira] [Updated] (SOLR-5944) Support updates of numeric DocValues

2014-04-12 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-5944: --- Attachment: SOLR-5944.patch Updated the patch with the following changes: 1. Removed

[jira] [Commented] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2014-12-04 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14234200#comment-14234200 ] Ishan Chattopadhyaya commented on SOLR-5890: Here are my observations after

[jira] [Commented] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2014-12-04 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14234208#comment-14234208 ] Ishan Chattopadhyaya commented on SOLR-5890: For supporting _route_ parameter

[jira] [Comment Edited] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2014-12-04 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14234208#comment-14234208 ] Ishan Chattopadhyaya edited comment on SOLR-5890 at 12/4/14 1:54 PM:

[jira] [Comment Edited] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2014-12-04 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14234211#comment-14234211 ] Ishan Chattopadhyaya edited comment on SOLR-5890 at 12/4/14 1:58 PM:

[jira] [Commented] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2014-12-04 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14234211#comment-14234211 ] Ishan Chattopadhyaya commented on SOLR-5890: Whenever it is not possible to

[jira] [Updated] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2014-12-04 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-5890: --- Attachment: 5890_tests.patch [~shalinmangar] Yes, I tested it (patch attached for the

[jira] [Comment Edited] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2014-12-04 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14235162#comment-14235162 ] Ishan Chattopadhyaya edited comment on SOLR-5890 at 12/5/14 6:35 AM:

[jira] [Comment Edited] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2014-12-04 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14234208#comment-14234208 ] Ishan Chattopadhyaya edited comment on SOLR-5890 at 12/5/14 6:51 AM:

[jira] [Updated] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2014-12-08 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-5890: --- Attachment: SOLR-5890.patch Attached patch that has the following fix: 1. deleteById

[jira] [Commented] (SOLR-6797) Add score=degrees|kilometers|miles for AbstractSpatialFieldType

2014-12-12 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14244058#comment-14244058 ] Ishan Chattopadhyaya commented on SOLR-6797: [~dsmiley], I'm wondering how

[jira] [Updated] (SOLR-6797) Add score=degrees|kilometers|miles for AbstractSpatialFieldType

2014-12-17 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-6797: --- Attachment: SOLR-6797.patch That makes sense; more intuitive than a separate

[jira] [Created] (SOLR-6596) Atomic update and adding child doc not working together

2014-10-06 Thread Ishan Chattopadhyaya (JIRA)
Ishan Chattopadhyaya created SOLR-6596: -- Summary: Atomic update and adding child doc not working together Key: SOLR-6596 URL: https://issues.apache.org/jira/browse/SOLR-6596 Project: Solr

[jira] [Updated] (SOLR-6596) Atomic update and adding child doc not working together

2014-10-06 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-6596: --- Attachment: SOLR-6596-tests.patch Adding patch with tests that fail with above.

[jira] [Created] (SOLR-6673) MDC based logging of collection, shard etc.

2014-10-30 Thread Ishan Chattopadhyaya (JIRA)
Ishan Chattopadhyaya created SOLR-6673: -- Summary: MDC based logging of collection, shard etc. Key: SOLR-6673 URL: https://issues.apache.org/jira/browse/SOLR-6673 Project: Solr Issue

[jira] [Updated] (SOLR-6673) MDC based logging of collection, shard etc.

2014-10-30 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-6673: --- Attachment: log4j.properties MDC.patch Here's a patch for this. The

[jira] [Updated] (SOLR-5850) Race condition in ConcurrentUpdateSolrServer

2014-10-31 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-5850: --- Attachment: SOLR-5850.patch Added a patch for this. Basically changing queue.add() to

[jira] [Commented] (SOLR-6184) Replication fetchLatestIndex always failed, that will occur the recovery error.

2014-11-02 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14193955#comment-14193955 ] Ishan Chattopadhyaya commented on SOLR-6184: [~raintung] Did you try increasing

[jira] [Updated] (SOLR-6673) MDC based logging of collection, shard etc.

2014-11-04 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-6673: --- Attachment: SOLR-6673.patch @Erik, Thanks for your review. Added MDC.clear()

[jira] [Updated] (SOLR-6673) MDC based logging of collection, shard etc.

2014-11-04 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-6673: --- Attachment: (was: MDC.patch) MDC based logging of collection, shard etc.

[jira] [Commented] (SOLR-6673) MDC based logging of collection, shard etc.

2014-11-04 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14196318#comment-14196318 ] Ishan Chattopadhyaya commented on SOLR-6673: [~ysee...@gmail.com] Thanks for

[jira] [Commented] (SOLR-6421) ADDREPLICA doesn't respect :port_solr designation

2014-10-13 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14169220#comment-14169220 ] Ishan Chattopadhyaya commented on SOLR-6421: Instead of createNodeSet, try node

[jira] [Commented] (SOLR-5944) Support updates of numeric DocValues

2014-10-14 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14171511#comment-14171511 ] Ishan Chattopadhyaya commented on SOLR-5944: Thanks for having a look at the

[jira] [Comment Edited] (SOLR-5944) Support updates of numeric DocValues

2014-10-14 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14171511#comment-14171511 ] Ishan Chattopadhyaya edited comment on SOLR-5944 at 10/14/14 9:00 PM:

[jira] [Updated] (SOLR-6797) Add score=degrees|kilometers|miles for AbstractSpatialFieldType

2014-12-22 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-6797: --- Attachment: SOLR-6797.patch Thanks for your review, David. I've incorporated your

[jira] [Comment Edited] (SOLR-6797) Add score=degrees|kilometers|miles for AbstractSpatialFieldType

2014-12-22 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14256123#comment-14256123 ] Ishan Chattopadhyaya edited comment on SOLR-6797 at 12/22/14 8:03 PM:

[jira] [Updated] (SOLR-6797) Add score=degrees|kilometers|miles for AbstractSpatialFieldType

2014-12-22 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-6797: --- Attachment: SOLR-6797.patch Updated patch with tests using a managed schema approach.

[jira] [Commented] (SOLR-6797) Add score=degrees|kilometers|miles for AbstractSpatialFieldType

2014-12-23 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14257248#comment-14257248 ] Ishan Chattopadhyaya commented on SOLR-6797: Thanks David! What was the

[jira] [Updated] (SOLR-6797) Add score=degrees|kilometers|miles for AbstractSpatialFieldType

2014-12-23 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-6797: --- Attachment: SOLR-6797.patch Updated the patch with your suggestions. Thanks :-) Add

[jira] [Updated] (SOLR-6797) Add score=degrees|kilometers|miles for AbstractSpatialFieldType

2014-12-29 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-6797: --- Attachment: SOLR-6797.patch Here's a patch that addresses some of these issues. Please

[jira] [Commented] (SOLR-4242) A better spatial query parser

2014-12-31 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14262172#comment-14262172 ] Ishan Chattopadhyaya commented on SOLR-4242: David, what are your thoughts on

[jira] [Comment Edited] (SOLR-4242) A better spatial query parser

2014-12-31 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14262172#comment-14262172 ] Ishan Chattopadhyaya edited comment on SOLR-4242 at 12/31/14 1:54 PM:

[jira] [Comment Edited] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2015-01-03 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14263581#comment-14263581 ] Ishan Chattopadhyaya edited comment on SOLR-5890 at 1/3/15 6:37 PM:

[jira] [Updated] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2015-01-03 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-5890: --- Attachment: SOLR-5890.patch Delete silently fails if not sent to shard where document

[jira] [Commented] (SOLR-6797) Add score=degrees|kilometers|miles for AbstractSpatialFieldType

2015-01-02 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14262852#comment-14262852 ] Ishan Chattopadhyaya commented on SOLR-6797: Thanks David! Updated the review

[jira] [Commented] (SOLR-6797) Add score=degrees|kilometers|miles for AbstractSpatialFieldType

2015-01-02 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14262851#comment-14262851 ] Ishan Chattopadhyaya commented on SOLR-6797: Thanks David! Updated the review

[jira] [Issue Comment Deleted] (SOLR-6797) Add score=degrees|kilometers|miles for AbstractSpatialFieldType

2015-01-02 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-6797: --- Comment: was deleted (was: Thanks David! Updated the review request with this patch.

[jira] [Updated] (SOLR-5850) Race condition in ConcurrentUpdateSolrServer

2015-01-03 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-5850: --- Attachment: SOLR-5850.patch [~thelabdude] Indeed, an exception seems better here. I've

[jira] [Updated] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2015-01-03 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-5890: --- Attachment: SOLR-5980.patch Updated the patch with the above TODO item. This patch now

[jira] [Commented] (SOLR-6984) Solr commitwithin is not happening for deletebyId

2015-01-15 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14278763#comment-14278763 ] Ishan Chattopadhyaya commented on SOLR-6984: Hi Sriram, I observed this problem

[jira] [Commented] (SOLR-6926) ant example makes no sense anymore - should be ant server (or refactored into some other compilation realted target)

2015-01-16 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14280052#comment-14280052 ] Ishan Chattopadhyaya commented on SOLR-6926: While running ant server, I was

[jira] [Commented] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2015-01-16 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14280165#comment-14280165 ] Ishan Chattopadhyaya commented on SOLR-5890: Ah, indeed! I missed that part.

[jira] [Updated] (SOLR-4242) A better spatial query parser

2015-02-12 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-4242: --- Attachment: SOLR-4242.patch Updated the patch, now has modernized LatLonType and

[jira] [Updated] (SOLR-7012) add an ant target to package a plugin into a jar

2015-01-27 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-7012: --- Attachment: SOLR-7012.patch Added a patch which creates a plugin jar for a user,

[jira] [Updated] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2015-01-27 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-5890: --- Attachment: SOLR-5890.patch Updated the patch, now with the Hash based router also

[jira] [Commented] (SOLR-7012) add an ant target to package a plugin into a jar

2015-01-27 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14293393#comment-14293393 ] Ishan Chattopadhyaya commented on SOLR-7012: Assert would need ant-contrib

[jira] [Comment Edited] (SOLR-7012) add an ant target to package a plugin into a jar

2015-01-27 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14293393#comment-14293393 ] Ishan Chattopadhyaya edited comment on SOLR-7012 at 1/27/15 11:44 AM:

[jira] [Updated] (SOLR-7012) add an ant target to package a plugin into a jar

2015-01-27 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-7012: --- Attachment: SOLR-7012.patch Updated the patch to use javascript to do the string

[jira] [Updated] (SOLR-7012) add an ant target to package a plugin into a jar

2015-01-27 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-7012: --- Attachment: SOLR-7012.patch add an ant target to package a plugin into a jar

[jira] [Updated] (SOLR-5850) Race condition in ConcurrentUpdateSolrServer

2015-01-28 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-5850: --- Attachment: SOLR-5850.patch Race condition in ConcurrentUpdateSolrServer

[jira] [Updated] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2015-01-28 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-5890: --- Attachment: SOLR-5890.patch [~markrmil...@gmail.com], thanks for your review. I've

[jira] [Updated] (SOLR-5850) Race condition in ConcurrentUpdateSolrServer

2015-01-28 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-5850: --- Attachment: SOLR-5850.patch Thanks [~erickerickson] [~sekhrivijay]. It was an

[jira] [Updated] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2015-01-05 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-5890: --- Attachment: SOLR-5890.patch Thanks for your review, Noble. I've made the two changes

[jira] [Updated] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2015-01-05 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-5890: --- Attachment: SOLR-5890-without-broadcast.patch Removed the broadcast deleteById

[jira] [Comment Edited] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2015-01-05 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14264553#comment-14264553 ] Ishan Chattopadhyaya edited comment on SOLR-5890 at 1/5/15 12:58 PM:

[jira] [Comment Edited] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2015-01-05 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14264553#comment-14264553 ] Ishan Chattopadhyaya edited comment on SOLR-5890 at 1/5/15 12:50 PM:

[jira] [Created] (SOLR-6910) deleteById without _route_ param for implicit router could be broadcast

2015-01-05 Thread Ishan Chattopadhyaya (JIRA)
Ishan Chattopadhyaya created SOLR-6910: -- Summary: deleteById without _route_ param for implicit router could be broadcast Key: SOLR-6910 URL: https://issues.apache.org/jira/browse/SOLR-6910

[jira] [Commented] (SOLR-6909) Allow pluggable atomic update merging logic

2015-01-05 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14264578#comment-14264578 ] Ishan Chattopadhyaya commented on SOLR-6909: FYI. One idea I was once looking

[jira] [Updated] (SOLR-4839) Jetty 9

2015-01-06 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-4839: --- Attachment: SOLR-4839-fix-eclipse.patch Eclipse was complaining for me with these

[jira] [Updated] (SOLR-6945) example configs use deprecated spatial options: units on BBoxField

2015-01-09 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-6945: --- Attachment: SOLR-6945.patch The patch (trunk) changes the bbox fields to use

[jira] [Comment Edited] (SOLR-6945) example configs use deprecated spatial options: units on BBoxField

2015-01-09 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14271914#comment-14271914 ] Ishan Chattopadhyaya edited comment on SOLR-6945 at 1/9/15 9:43 PM:

[jira] [Commented] (SOLR-4242) A better spatial query parser

2015-01-06 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14266704#comment-14266704 ] Ishan Chattopadhyaya commented on SOLR-4242: *Filtering*: Something like this,

[jira] [Comment Edited] (SOLR-4242) A better spatial query parser

2015-01-06 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14266704#comment-14266704 ] Ishan Chattopadhyaya edited comment on SOLR-4242 at 1/6/15 8:33 PM:

[jira] [Created] (SOLR-6922) Spatial example in Solr

2015-01-07 Thread Ishan Chattopadhyaya (JIRA)
Ishan Chattopadhyaya created SOLR-6922: -- Summary: Spatial example in Solr Key: SOLR-6922 URL: https://issues.apache.org/jira/browse/SOLR-6922 Project: Solr Issue Type: Bug

[jira] [Updated] (SOLR-4242) A better spatial query parser

2015-01-12 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-4242: --- Attachment: SOLR-4242.patch Here's a WIP patch that just implements the filtering

[jira] [Created] (SOLR-7094) JsonLoader error reporting fixes

2015-02-09 Thread Ishan Chattopadhyaya (JIRA)
Ishan Chattopadhyaya created SOLR-7094: -- Summary: JsonLoader error reporting fixes Key: SOLR-7094 URL: https://issues.apache.org/jira/browse/SOLR-7094 Project: Solr Issue Type:

[jira] [Updated] (SOLR-7094) JsonLoader error reporting fixes

2015-02-09 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-7094: --- Description: A misnamed __childDocuments__ attribute (wrongly to childDocuments)

[jira] [Updated] (SOLR-7094) JsonLoader error reporting fixes

2015-02-09 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-7094: --- Attachment: SOLR-7094.patch JsonLoader error reporting fixes

[jira] [Created] (SOLR-7090) Cross collection join

2015-02-09 Thread Ishan Chattopadhyaya (JIRA)
Ishan Chattopadhyaya created SOLR-7090: -- Summary: Cross collection join Key: SOLR-7090 URL: https://issues.apache.org/jira/browse/SOLR-7090 Project: Solr Issue Type: Bug

[jira] [Updated] (SOLR-7090) Cross collection join

2015-02-09 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-7090: --- Attachment: SOLR-7090.patch Here's an implementation for this using a value source,

[jira] [Updated] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2015-02-09 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-5890: --- Attachment: SOLR-5890.patch Updated the patch with an added test for the XmlLoader

[jira] [Updated] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2015-02-09 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-5890: --- Attachment: SOLR-5890.patch Delete silently fails if not sent to shard where document

[jira] [Updated] (SOLR-7094) JsonLoader error reporting fixes

2015-02-09 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-7094: --- Attachment: SOLR-7094.patch Updated the patch to pass around and report the field name

[jira] [Updated] (SOLR-5944) Support updates of numeric DocValues

2015-02-12 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-5944: --- Attachment: SOLR-5944.patch Bringing the last patch up to trunk, so that further work

[jira] [Updated] (SOLR-6673) MDC based logging of collection, shard etc.

2015-03-17 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-6673: --- Attachment: SOLR-6673.patch Updating the patch to trunk. MDC based logging of

[jira] [Updated] (SOLR-7173) Fix ReplicationFactorTest on Windows

2015-03-09 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-7173: --- Attachment: SOLR-7173.patch Updating the patch, now covers the HttpPartitionTest's

[jira] [Updated] (SOLR-6673) MDC based logging of collection, shard etc.

2015-03-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-6673: --- Attachment: log4j.properties SOLR-6673.patch Updated the patch for

[jira] [Commented] (SOLR-6673) MDC based logging of collection, shard etc.

2015-03-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14351649#comment-14351649 ] Ishan Chattopadhyaya commented on SOLR-6673: [~md...@cloudera.com],

[jira] [Commented] (SOLR-7168) TestSolrConfigHandler Test failure :Could not remove the following files

2015-03-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14351670#comment-14351670 ] Ishan Chattopadhyaya commented on SOLR-7168: Thanks Ram, I'll have a look. I

[jira] [Comment Edited] (SOLR-6673) MDC based logging of collection, shard etc.

2015-03-09 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14352639#comment-14352639 ] Ishan Chattopadhyaya edited comment on SOLR-6673 at 3/9/15 7:40 AM:

[jira] [Updated] (SOLR-6673) MDC based logging of collection, shard etc.

2015-03-09 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-6673: --- Attachment: SOLR-6673.patch Apologies for the inconsistent formatting; I'll keep this

[jira] [Commented] (SOLR-7168) TestSolrConfigHandler Test failure :Could not remove the following files

2015-03-08 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14352004#comment-14352004 ] Ishan Chattopadhyaya commented on SOLR-7168: Alas, I couldn't reproduce this on

[jira] [Commented] (SOLR-7274) Pluggable authentication module in Solr

2015-03-31 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14389904#comment-14389904 ] Ishan Chattopadhyaya commented on SOLR-7274: I would think this one time

[jira] [Commented] (SOLR-7274) Pluggable authentication module in Solr

2015-03-31 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14389935#comment-14389935 ] Ishan Chattopadhyaya commented on SOLR-7274: Sure, sounds good. We could do the

[jira] [Comment Edited] (SOLR-7274) Pluggable authentication module in Solr

2015-03-31 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14389336#comment-14389336 ] Ishan Chattopadhyaya edited comment on SOLR-7274 at 4/1/15 3:36 AM:

  1   2   3   4   5   6   7   8   9   10   >