[jira] Updated: (SOLR-823) ${dataimporter.request.xxx} variables are not resolved

2008-10-23 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-823: --- Attachment: SOLR-823.patch Since we are already storing the requestParams Map, no need

[jira] Resolved: (SOLR-823) ${dataimporter.request.xxx} variables are not resolved

2008-10-23 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-823. Resolution: Fixed Assignee: Shalin Shekhar Mangar Committed revision 707287.

[jira] Resolved: (SOLR-820) replicate After startup for new replication

2008-10-23 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-820. Resolution: Fixed Assignee: Shalin Shekhar Mangar This was accidentally

[jira] Updated: (SOLR-728) Add synchronization to avoid race condition of multiple imports working concurrently

2008-10-23 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-728: --- Attachment: SOLR-728.patch The previous patch did not pass the test due to incorrect

Re: Create new core by solrj API fails

2008-10-23 Thread Ryan McKinley
can you open a JIRA issue and attach a diff? see: http://wiki.apache.org/solr/HowToContribute thanks! ryan On Oct 22, 2008, at 9:16 PM, SinistralEnigma wrote: I've fixed the problem below which was preventing SolrJ clients from making a call which would create a new core on a Solr

[jira] Updated: (SOLR-822) CharFilter - normalize characters before tokenizer

2008-10-23 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-822: Attachment: sample_mapping_ja.txt sample_mapping_ja.txt file is attached. To use it, open schema.xml

[jira] Commented: (SOLR-769) Support Document and Search Result clustering

2008-10-23 Thread Bruce Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12642179#action_12642179 ] Bruce Ritchie commented on SOLR-769: Grant, This patch looks very promising, I can't

[jira] Commented: (SOLR-822) CharFilter - normalize characters before tokenizer

2008-10-23 Thread Todd Feak (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12642181#action_12642181 ] Todd Feak commented on SOLR-822: Seems like a very flexible way to solve the issue, as well

[jira] Commented: (SOLR-769) Support Document and Search Result clustering

2008-10-23 Thread Stanislaw Osinski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12642182#action_12642182 ] Stanislaw Osinski commented on SOLR-769: Bruce, For performance of the clustering

[jira] Commented: (SOLR-822) CharFilter - normalize characters before tokenizer

2008-10-23 Thread Todd Feak (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12642183#action_12642183 ] Todd Feak commented on SOLR-822: Oh, and another thought. Can it support characters written

[jira] Commented: (SOLR-822) CharFilter - normalize characters before tokenizer

2008-10-23 Thread Walter Underwood (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12642188#action_12642188 ] Walter Underwood commented on SOLR-822: --- Yes, it should be in Lucene. LIke this:

[jira] Commented: (SOLR-769) Support Document and Search Result clustering

2008-10-23 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12642187#action_12642187 ] Grant Ingersoll commented on SOLR-769: -- Hi Bruce, I haven't done any perf. testing, as

[jira] Resolved: (SOLR-651) A SearchComponent for fetching TF-IDF values

2008-10-23 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved SOLR-651. -- Resolution: Fixed Committed revision 707399. A SearchComponent for fetching TF-IDF values

[jira] Updated: (SOLR-561) Solr replication by Solr (for windows also)

2008-10-23 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-561: -- Attachment: SOLR-561-fixes.patch Attaching some little thread safety fixes (mostly adding volatile to

[jira] Commented: (SOLR-822) CharFilter - normalize characters before tokenizer

2008-10-23 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12642210#action_12642210 ] Koji Sekiguchi commented on SOLR-822: - {quote} First, I assume that this only affects

[jira] Updated: (SOLR-561) Solr replication by Solr (for windows also)

2008-10-23 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-561: -- Attachment: SOLR-561-fixes.patch Updated the fixes patch with more thread safety fixes. Q: what is

[jira] Commented: (SOLR-561) Solr replication by Solr (for windows also)

2008-10-23 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12642217#action_12642217 ] Yonik Seeley commented on SOLR-561: --- I think there's an issue with SnapShooter in that it

[jira] Issue Comment Edited: (SOLR-799) Add support for hash based exact/near duplicate document handling

2008-10-23 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12642245#action_12642245 ] [EMAIL PROTECTED] edited comment on SOLR-799 at 10/23/08 12:38 PM:

[jira] Commented: (SOLR-799) Add support for hash based exact/near duplicate document handling

2008-10-23 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12642245#action_12642245 ] Mark Miller commented on SOLR-799: -- I find the pluggable delete policy idea appealing, but

[jira] Commented: (SOLR-540) Add support for hl.fl=*

2008-10-23 Thread Lars Kotthoff (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12642272#action_12642272 ] Lars Kotthoff commented on SOLR-540: I've run the tests repeatedly and wasn't able to

[jira] Created: (SOLR-824) Remove references to removed none locking option

2008-10-23 Thread Lars Kotthoff (JIRA)
Remove references to removed none locking option -- Key: SOLR-824 URL: https://issues.apache.org/jira/browse/SOLR-824 Project: Solr Issue Type: Task Reporter: Lars Kotthoff

[jira] Updated: (SOLR-824) Remove references to removed none locking option

2008-10-23 Thread Lars Kotthoff (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Kotthoff updated SOLR-824: --- Attachment: SOLR-824.patch Patch removing all the references. Remove references to removed none

[jira] Updated: (SOLR-805) DisMax queries are not being cached in QueryResultCache

2008-10-23 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-805: Fix Version/s: 1.4 DisMax queries are not being cached in QueryResultCache

[jira] Commented: (SOLR-805) DisMax queries are not being cached in QueryResultCache

2008-10-23 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12642354#action_12642354 ] Koji Sekiguchi commented on SOLR-805: - I'll commit today if there is no objections.

[jira] Updated: (SOLR-561) Solr replication by Solr (for windows also)

2008-10-23 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-561: -- Attachment: SOLR-561-fixes.patch Here's an update to the fixes patch that fixes an issue with

[jira] Commented: (SOLR-803) CoreAdminRequest.createCore fails because name parameter isn't set

2008-10-23 Thread Sean Colombo (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12642366#action_12642366 ] Sean Colombo commented on SOLR-803: --- I found this same problem and created a fix for it.

[jira] Commented: (SOLR-561) Solr replication by Solr (for windows also)

2008-10-23 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12642380#action_12642380 ] Noble Paul commented on SOLR-561: - bq.what is ReplicationHandler.getIndexVersion() supposed