[jira] Updated: (SOLR-1229) deletedPkQuery feature does not work when pk and uniqueKey field do not have the same value

2009-07-01 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1229: - Attachment: SOLR-1229.patch Erik, the new fix This eliminates the need for 'pk' most of the cases. It

[jira] Updated: (SOLR-940) TrieRange support

2009-07-01 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-940: --- Attachment: SOLR-940-LUCENE-1701.patch This patch includes Uwe's last patch, changes

[jira] Commented: (SOLR-908) Port of Nutch CommonGrams filter to Solr

2009-07-01 Thread Tom Burton-West (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12726105#action_12726105 ] Tom Burton-West commented on SOLR-908: -- Thanks Otis. I'll add the ASL and remove the

solr.war contains clustering stuff

2009-07-01 Thread Yonik Seeley
ant example from a fresh checkout seems to be including all of the libs from contrib/clustering in the solr.war I assume this shouldn't be the case? -Yonik http://www.lucidimagination.com

Re: solr.war contains clustering stuff

2009-07-01 Thread Mark Miller
Yonik Seeley wrote: ant example from a fresh checkout seems to be including all of the libs from contrib/clustering in the solr.war I assume this shouldn't be the case? -Yonik http://www.lucidimagination.com ant example will call example for all of the contribs - the contribs example target

Re: solr.war contains clustering stuff

2009-07-01 Thread Mark Miller
Mark Miller wrote: Yonik Seeley wrote: ant example from a fresh checkout seems to be including all of the libs from contrib/clustering in the solr.war I assume this shouldn't be the case? -Yonik http://www.lucidimagination.com ant example will call example for all of the contribs - the

Re: solr.war contains clustering stuff

2009-07-01 Thread Erik Hatcher
Definitely shouldn't be the case. Should be solr home/lib This is one reason I didn't integrate Solritas into the example myself, and kept it entirely separate. Just didn't want to be tossing more into the kitchen sink until this packaging stuff sorted itself out. Erik On Jul 1,

[jira] Commented: (SOLR-284) Parsing Rich Document Types

2009-07-01 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12726113#action_12726113 ] Yonik Seeley commented on SOLR-284: --- bq. My only request is that, if you're changing how

[jira] Commented: (SOLR-284) Parsing Rich Document Types

2009-07-01 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12726116#action_12726116 ] Yonik Seeley commented on SOLR-284: --- bq. It is burdensome to have to add the ignores for

[jira] Commented: (SOLR-284) Parsing Rich Document Types

2009-07-01 Thread Eric Pugh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12726115#action_12726115 ] Eric Pugh commented on SOLR-284: I am out of the office 6/29 - 6/30. For urgent issues,

[jira] Commented: (SOLR-284) Parsing Rich Document Types

2009-07-01 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12726122#action_12726122 ] Yonik Seeley commented on SOLR-284: --- I just tried setting ext.idx.attr=false, and I didn't

[jira] Commented: (SOLR-284) Parsing Rich Document Types

2009-07-01 Thread Chris Harris (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12726123#action_12726123 ] Chris Harris commented on SOLR-284: --- {quote} bq. My only request is that, if you're

custom queryparser issues

2009-07-01 Thread Julian Davchev
Hi, I got several issues with custom query parser. Actually all I am doing is extending org.apache.solr.search.LuceneQParserPluginoverwritingpublic QParser createParser(String qstr, SolrParams localParams, SolrParams params, SolrQueryRequest req) { so that I can adjust params

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

2009-07-01 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-769: -- Attachment: SOLR-769.patch The attached patch implements the simpler JSON friendly format. example:

[jira] Created: (SOLR-1253) SolrInfoMBeanTest fails when the project root path contains a plus sign

2009-07-01 Thread Jan-Pascal (JIRA)
SolrInfoMBeanTest fails when the project root path contains a plus sign --- Key: SOLR-1253 URL: https://issues.apache.org/jira/browse/SOLR-1253 Project: Solr Issue Type:

[jira] Updated: (SOLR-1253) SolrInfoMBeanTest fails when the project root path contains a plus sign

2009-07-01 Thread Jan-Pascal (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan-Pascal updated SOLR-1253: - Attachment: fix-SolrInfoMBeanTest.diff This patch removes the URL decoding done to class path elements in

[jira] Commented: (SOLR-908) Port of Nutch CommonGrams filter to Solr

2009-07-01 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12726209#action_12726209 ] Otis Gospodnetic commented on SOLR-908: --- Thanks Tom. TODOs are good reminders, so I'd

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

2009-07-01 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-769: -- Attachment: SOLR-769.patch This fixes the SolrQueryRequest issue and also stopped the swallowing of an

[jira] Created: (SOLR-1254) Update Replication wiki page to refer to new replication command names and show how to reach replication admin GUI

2009-07-01 Thread Mark Miller (JIRA)
Update Replication wiki page to refer to new replication command names and show how to reach replication admin GUI -- Key: SOLR-1254 URL:

[jira] Created: (SOLR-1255) An attempt to visit the replication admin page when its not a defined handler should display an approp message

2009-07-01 Thread Mark Miller (JIRA)
An attempt to visit the replication admin page when its not a defined handler should display an approp message -- Key: SOLR-1255 URL:

[jira] Issue Comment Edited: (SOLR-822) CharFilter - normalize characters before tokenizer

2009-07-01 Thread Mark Bennett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12711717#action_12711717 ] Mark Bennett edited comment on SOLR-822 at 7/1/09 4:38 PM: --- In

[jira] Commented: (SOLR-1254) Update Replication wiki page to refer to new replication command names and show how to reach replication admin GUI

2009-07-01 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12726315#action_12726315 ] Noble Paul commented on SOLR-1254: -- the command names are already updated in the wiki