[jira] Created: (SOLR-1744) Streams retrieved from ContenStream#getStream are not always closed

2010-02-02 Thread Mark Miller (JIRA)
Streams retrieved from ContenStream#getStream are not always closed --- Key: SOLR-1744 URL: https://issues.apache.org/jira/browse/SOLR-1744 Project: Solr Issue Type: Bug

[jira] Created: (SOLR-1745) MoreLikeThisHandler gets a Reader from a ContentStream and doesn't close it

2010-02-02 Thread Mark Miller (JIRA)
MoreLikeThisHandler gets a Reader from a ContentStream and doesn't close it --- Key: SOLR-1745 URL: https://issues.apache.org/jira/browse/SOLR-1745 Project: Solr Issue

[jira] Created: (SOLR-1746) CommonsHttpSolrServer passes a ContentStream reader to IOUtils.copy, but doesnt close it.

2010-02-02 Thread Mark Miller (JIRA)
CommonsHttpSolrServer passes a ContentStream reader to IOUtils.copy, but doesnt close it. - Key: SOLR-1746 URL: https://issues.apache.org/jira/browse/SOLR-1746

[jira] Updated: (SOLR-1747) DumpRequestHandler doesn't close Stream

2010-02-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-1747: -- Affects Version/s: 1.4 Fix Version/s: 1.5 DumpRequestHandler doesn't close Stream

[jira] Created: (SOLR-1747) DumpRequestHandler doesn't close Stream

2010-02-02 Thread Mark Miller (JIRA)
DumpRequestHandler doesn't close Stream --- Key: SOLR-1747 URL: https://issues.apache.org/jira/browse/SOLR-1747 Project: Solr Issue Type: Bug Reporter: Mark Miller Priority: Minor

[jira] Created: (SOLR-1748) RawResponseWriter doesn't close Reader

2010-02-02 Thread Mark Miller (JIRA)
RawResponseWriter doesn't close Reader -- Key: SOLR-1748 URL: https://issues.apache.org/jira/browse/SOLR-1748 Project: Solr Issue Type: Bug Affects Versions: 1.4 Reporter: Mark Miller

[jira] Updated: (SOLR-1301) Solr + Hadoop

2010-02-02 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1301: --- Attachment: SOLR-1301.patch I added the following to the SRW.close method's finally clause:

[jira] Commented: (SOLR-1677) Add support for o.a.lucene.util.Version for BaseTokenizerFactory and BaseTokenFilterFactory

2010-02-02 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12828835#action_12828835 ] Hoss Man commented on SOLR-1677: bq. I guess I could care less what the default is, if you

[jira] Commented: (SOLR-1718) Carriage return should submit query admin form

2010-02-02 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12828842#action_12828842 ] Hoss Man commented on SOLR-1718: bq. Consider the JIRA interface we are using to comment on

[jira] Commented: (SOLR-1729) Date Facet now override time parameter

2010-02-02 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12828846#action_12828846 ] Hoss Man commented on SOLR-1729: Peter: I think you may have misconstrued my comments --

Re: svn commit: r899979 - /lucene/solr/trunk/example/solr/conf/solrconfig.xml

2010-02-02 Thread Chris Hostetter
: So what/how should we document all of this? ... : I've got more info on this. Mark: most of what you wrote is above my head, but since you fixed a grammar error in my updated example solrconfig.xml comment w/o making any content changes, I'm assuming you feel what i put there is

Re: Problem with German Wordendings

2010-02-02 Thread Chris Hostetter
http://people.apache.org/~hossman/#solr-dev Please Use solr-u...@lucene Not solr-...@lucene Your question is better suited for the solr-u...@lucene mailing list ... not the solr-...@lucene list. solr-dev is for discussing development of the internals of the Solr application ... it is *not* the

[jira] Created: (SOLR-1749) debug output should include explanation of what input strings were passed to the analzyers for each field

2010-02-02 Thread Hoss Man (JIRA)
debug output should include explanation of what input strings were passed to the analzyers for each field - Key: SOLR-1749 URL:

[jira] Commented: (SOLR-1749) debug output should include explanation of what input strings were passed to the analzyers for each field

2010-02-02 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1282#action_1282 ] Hoss Man commented on SOLR-1749: This is an idea that's been rolling arround in my head for

[jira] Commented: (SOLR-1301) Solr + Hadoop

2010-02-02 Thread shyjuThomas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12828915#action_12828915 ] shyjuThomas commented on SOLR-1301: --- I have a need to perform Solr indexing in MapReduce

indexing a csv file with a multivalued field

2010-02-02 Thread Seffie Schwartz
I am not having luck doing this. Even though I am specifying -F fieldname.separator='|' the fields are stored as one field not as multi fields. If I specify -F f.fieldname.separator='|' I get a null pointer exception;

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

2010-02-02 Thread Kevin Peterson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12828962#action_12828962 ] Kevin Peterson commented on SOLR-1045: -- Can anyone using this code comment on how this

[jira] Commented: (SOLR-1301) Solr + Hadoop

2010-02-02 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12828961#action_12828961 ] Ted Dunning commented on SOLR-1301: --- {quote} Based on these observation, I have few