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 server.

[jira] Commented: (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:comment-tabpanel&focusedCommentId=12642157#action_12642157 ] Grant Ingersoll commented on SOLR-651: -- {quote} If the user has asked for tf=true&idf=tr

[jira] Updated: (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 updated SOLR-651: - Attachment: SOLR-651.patch Added tf_idf calculation option. I'm going to commit today. > A Search

[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: SOLR-822.patch {quote} Known bug: analysis.jsp has not been supported yet in this patch.

[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-tabpanel&focusedCommentId=12642179#action_12642179 ] Bruce Ritchie commented on SOLR-769: Grant, This patch looks very promising, I can't wai

[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-tabpanel&focusedCommentId=12642181#action_12642181 ] Todd Feak commented on SOLR-822: Seems like a very flexible way to solve the issue, as well a

[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-tabpanel&focusedCommentId=12642182#action_12642182 ] Stanislaw Osinski commented on SOLR-769: Bruce, For performance of the clustering al

[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-tabpanel&focusedCommentId=12642183#action_12642183 ] Todd Feak commented on SOLR-822: Oh, and another thought. Can it support characters written a

[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-tabpanel&focusedCommentId=12642188#action_12642188 ] Walter Underwood commented on SOLR-822: --- Yes, it should be in Lucene. LIke this: http:

[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-tabpanel&focusedCommentId=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 val

[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-tabpanel&focusedCommentId=12642210#action_12642210 ] Koji Sekiguchi commented on SOLR-822: - {quote} First, I assume that this only affects ind

[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 Repli

[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-tabpanel&focusedCommentId=12642217#action_12642217 ] Yonik Seeley commented on SOLR-561: --- I think there's an issue with SnapShooter in that it n

[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-tabpanel&focusedCommentId=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-tabpanel&focusedCommentId=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-tabpanel&focusedCommentId=12642272#action_12642272 ] Lars Kotthoff commented on SOLR-540: I've run the tests repeatedly and wasn't able to rep

[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" lo

[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-tabpanel&focusedCommentId=12642354#action_12642354 ] Koji Sekiguchi commented on SOLR-805: - I'll commit today if there is no objections. {code

[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 setReser

[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-tabpanel&focusedCommentId=12642366#action_12642366 ] Sean Colombo commented on SOLR-803: --- I found this same problem and created a fix for it. I

[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-tabpanel&focusedCommentId=12642380#action_12642380 ] Noble Paul commented on SOLR-561: - bq.what is ReplicationHandler.getIndexVersion() supposed t

[jira] Issue Comment Edited: (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-tabpanel&focusedCommentId=12642389#action_12642389 ] noble.paul edited comment on SOLR-561 at 10/23/08 11:33 PM: The S

[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-tabpanel&focusedCommentId=12642389#action_12642389 ] Noble Paul commented on SOLR-561: - The SnapShooter is not written right (thread safety). soon