[jira] Commented: (SOLR-1335) load core properties from a properties file

2009-08-24 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12746746#action_12746746 ] Noble Paul commented on SOLR-1335: -- Please let me know if anyone wants to change anything

[jira] Updated: (SOLR-1198) confine all solrconfig.xml parsing to SolrConfig.java

2009-08-24 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1198: - Attachment: SOLR-1198.patch moved PluginInfo out of solrconfig confine all solrconfig.xml parsing to

[jira] Resolved: (SOLR-1156) Sort TermsComponent results by frequency

2009-08-24 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-1156. Resolution: Fixed Fix Version/s: 1.4 Committed. Thanks Matt! It would be great if you could

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

2009-08-24 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12746964#action_12746964 ] Jason Rutherglen commented on SOLR-908: --- I'm reworking BufferedTokenStream to use the

Re: /trunk ClassCastException with BaseTokenizerFactory

2009-08-24 Thread Lance Norskog
Is it possible to mark out backwards-incompatible changes with deprecation? So at least we get warnings in Eclipse/Netbeans etc? On Fri, Aug 21, 2009 at 9:50 AM, Mark Miller markrmil...@gmail.com wrote: Ryan McKinley wrote: Ahh, I see: Tokenizer extends TokenStream So if this is going

[jira] Commented: (SOLR-1377) Force TokenizerFactory to create a Tokenizer rather then TokenStream

2009-08-24 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12747012#action_12747012 ] Ryan McKinley commented on SOLR-1377: - Without objection... I will commit this soon

[jira] Resolved: (SOLR-1377) Force TokenizerFactory to create a Tokenizer rather then TokenStream

2009-08-24 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-1377. - Resolution: Fixed Force TokenizerFactory to create a Tokenizer rather then TokenStream

ant generate-maven-artifacts, BUILD FAILED?

2009-08-24 Thread Ryan McKinley
Anyone else seeing this: $ ant generate-maven-artifacts ... ... BUILD FAILED c:\workspace\apache\solr\build.xml:741: The following error occurred while executing this line: c:\workspace\apache\solr\common-build.xml:261: Failed to copy

Re: /trunk ClassCastException with BaseTokenizerFactory

2009-08-24 Thread Ryan McKinley
not sure what you are asking for. The patch in SOLR-1377 (now /trunk) breaks the TokenizerFactory API. You will get an compiler error (or runtime error) with a TokenizerFactory that creates a TokenStream rather then a Tokenizer. I don't see any clean way to do this via deprecation -- if you

[jira] Commented: (SOLR-1294) SolrJS/Javascript client fails in IE8!

2009-08-24 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12747049#action_12747049 ] Lance Norskog commented on SOLR-1294: - Please also test against Opera. It has been, for

[jira] Updated: (SOLR-236) Field collapsing

2009-08-24 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn van Groningen updated SOLR-236: --- Attachment: field-collapse-5.patch I have updated the field collapse patch and made

[jira] Commented: (SOLR-1045) Build Solr index using Hadoop MapReduce

2009-08-24 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12747070#action_12747070 ] Lance Norskog commented on SOLR-1045: - Map/Reduce would also be useful in the

[jira] Commented: (SOLR-1335) load core properties from a properties file

2009-08-24 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12747078#action_12747078 ] Lance Norskog commented on SOLR-1335: - For future mantainability, please change:

[jira] Updated: (SOLR-1057) PathTokenizerFactory

2009-08-24 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-1057: Attachment: SOLR-1057-PathTokenizerFactory.patch updated to use reusable token stuff

[jira] Updated: (SOLR-1275) Add expungeDeletes to DirectUpdateHandler2

2009-08-24 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1275: --- Attachment: SOLR-1275.patch * Reduced the num docs indexed to make the test faster *

[jira] Commented: (SOLR-1057) PathTokenizerFactory

2009-08-24 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12747127#action_12747127 ] Lance Norskog commented on SOLR-1057: - It is also useful to generate the reverse: /

[jira] Commented: (SOLR-1057) PathTokenizerFactory

2009-08-24 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12747137#action_12747137 ] Lance Norskog commented on SOLR-1057: - Also, the field must be multi-valued. This should

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

2009-08-24 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12747175#action_12747175 ] Lance Norskog commented on SOLR-1229: - The latest patch works against the latest SVN

[jira] Commented: (SOLR-1335) load core properties from a properties file

2009-08-24 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12747223#action_12747223 ] Noble Paul commented on SOLR-1335: -- both schema and config are specified as attributes.