[jira] Commented: (LUCENENET-366) Spellchecker issues

2010-06-03 Thread Ben West (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12875145#action_12875145 ] Ben West commented on LUCENENET-366: Been using your patch for a few days and

[jira] Commented: (LUCENE-2485) IndexWriter should also warm flushed segments

2010-06-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12875027#action_12875027 ] Michael McCandless commented on LUCENE-2485: In addition to the more context

[jira] Commented: (SOLR-1870) Binary Update Request (javabin) fails when the field type of a multivalued SolrInputDocument field is a Set (or any type that is identified as an instance of iterable)

2010-06-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12875104#action_12875104 ] Yonik Seeley commented on SOLR-1870: concerning the seenOuterMostDocIterator, Is it the

[jira] Created: (SOLR-1939) DataImportHandler reports success after running out of disk space

2010-06-03 Thread Wojtek Piaseczny (JIRA)
DataImportHandler reports success after running out of disk space - Key: SOLR-1939 URL: https://issues.apache.org/jira/browse/SOLR-1939 Project: Solr Issue Type: Bug

possible bug in SimpleFacets.java?

2010-06-03 Thread Michael McCandless
While working on LUCENE-2380 I think I found a bug in SimpleFacets.java -- it would not use directExecutor when threads==0. Here's a patch to fix it: --- solr/src/java/org/apache/solr/request/SimpleFacets.java (revision 951028) +++ solr/src/java/org/apache/solr/request/SimpleFacets.java

[jira] Resolved: (LUCENE-2380) Add FieldCache.getTermBytes, to load term data as byte[]

2010-06-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2380. Resolution: Fixed Add FieldCache.getTermBytes, to load term data as byte[]

Re: possible bug in SimpleFacets.java?

2010-06-03 Thread Yonik Seeley
On Thu, Jun 3, 2010 at 2:14 PM, Michael McCandless luc...@mikemccandless.com wrote: While working on LUCENE-2380 I think I found a bug in SimpleFacets.java -- it would not use directExecutor when threads==0. Here's a patch to fix it: ---

[jira] Commented: (LUCENE-2380) Add FieldCache.getTermBytes, to load term data as byte[]

2010-06-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12875233#action_12875233 ] Michael McCandless commented on LUCENE-2380: I opened LUCENE-2483 for the

Re: possible bug in SimpleFacets.java?

2010-06-03 Thread Michael McCandless
OK I'll go commit... Mike On Thu, Jun 3, 2010 at 2:40 PM, Yonik Seeley yo...@lucidimagination.com wrote: On Thu, Jun 3, 2010 at 2:14 PM, Michael McCandless luc...@mikemccandless.com wrote: While working on LUCENE-2380 I think I found a bug in SimpleFacets.java -- it would not use

[jira] Resolved: (SOLR-1938) make ElisionFilterFactory user-friendly

2010-06-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved SOLR-1938. --- Resolution: Fixed committed revision 951126 (trunk) / 951134 (3x) make ElisionFilterFactory

[jira] Commented: (LUCENE-2380) Add FieldCache.getTermBytes, to load term data as byte[]

2010-06-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12875291#action_12875291 ] Uwe Schindler commented on LUCENE-2380: --- What do the numbers mean? Time to build

[jira] Commented: (LUCENE-2380) Add FieldCache.getTermBytes, to load term data as byte[]

2010-06-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12875302#action_12875302 ] Michael McCandless commented on LUCENE-2380: H. Can you try adding , true

[jira] Commented: (SOLR-1940) SolrDispatchFilter sets content type as NULL

2010-06-03 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12875318#action_12875318 ] Lance Norskog commented on SOLR-1940: - When does this happen? The 'Schema' and

[jira] Commented: (SOLR-1940) SolrDispatchFilter sets content type as NULL

2010-06-03 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12875366#action_12875366 ] Hoss Man commented on SOLR-1940: in general, ShowFileRequestHandler has no way of knowing if

[jira] Commented: (SOLR-1940) SolrDispatchFilter sets content type as NULL

2010-06-03 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12875408#action_12875408 ] Lance Norskog commented on SOLR-1940: - Unforch I have no websphere and our websphere

[jira] Updated: (SOLR-1940) SolrDispatchFilter sets content type as NULL

2010-06-03 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lance Norskog updated SOLR-1940: Comment: was deleted (was: Unforch I have no websphere and our websphere customers do not do the