[jira] Commented: (SOLR-1630) StringIndexOutOfBoundsException in SpellCheckComponent

2010-01-19 Thread Jay Hill (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12802630#action_12802630 ] Jay Hill commented on SOLR-1630: I have seen another case of a production system hitting

[jira] Created: (SOLR-1573) Replication stats page for slaves not displaying two lines of master information

2009-11-18 Thread Jay Hill (JIRA)
Issue Type: Bug Components: web gui Affects Versions: 1.4 Reporter: Jay Hill Priority: Minor On the admin page for replication, on a slave host, there used to be 3 lines of information about the master: LIne 1: master url, i.e. http://foo.bar:8983/solr

DIH: Delta imports don't write last index time to property file

2009-08-06 Thread Jay Hill
We're using the DIH for delta imports, and we are monitoring on the handlerName.properties file with some health check scripts to verify that deltas are running. However we noticed that, if nothing has changed, no update is made to the properties file. I've verified that this is something within

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

2009-07-25 Thread Jay Hill
Awesome, that did the trick. Thanks Martijn! -Jay On Sat, Jul 25, 2009 at 5:58 AM, Martijn van Groningen (JIRA) j...@apache.org wrote: [ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] Martijn van Groningen updated

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

2009-07-24 Thread Jay Hill (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12735199#action_12735199 ] Jay Hill commented on SOLR-236: --- I've tried applying the most recent patch against a completely

[jira] Commented: (SOLR-1286) DIH: The commit parameter is always defaulting to true even if false is explicitly passed in.

2009-07-16 Thread Jay Hill (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12731955#action_12731955 ] Jay Hill commented on SOLR-1286: Noble and Erik, thanks for the quick response. I just

[jira] Commented: (SOLR-1286) DIH: The commit parameter is always defaulting to true even if false is explicitly passed in.

2009-07-16 Thread Jay Hill (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12731966#action_12731966 ] Jay Hill commented on SOLR-1286: Looking at the handleRequestBody method

[jira] Updated: (SOLR-1286) DIH: The commit parameter is always defaulting to true even if false is explicitly passed in.

2009-07-16 Thread Jay Hill (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Hill updated SOLR-1286: --- Attachment: SOLR-1286.patch Found the problem. There was a test to see if there was a value set for optimize

[jira] Created: (SOLR-1286) DIH: The commit parameter is always defaulting to true even if falst is explicitly passed in.

2009-07-15 Thread Jay Hill (JIRA)
Project: Solr Issue Type: Bug Components: contrib - DataImportHandler Reporter: Jay Hill Fix For: 1.4 I've tried running full and delta imports with commit=false so that the autoCommit will manage all commits to the index. However setting

[jira] Updated: (SOLR-1286) DIH: The commit parameter is always defaulting to true even if falst is explicitly passed in.

2009-07-15 Thread Jay Hill (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Hill updated SOLR-1286: --- Attachment: SOLR-1286.patch In DocBuilder.java added a check in two places to see if the commit para

[jira] Created: (SOLR-1263) Multiple DIH still writing to dataimport.properties, fix for SOLR-1229 was incomplete

2009-07-06 Thread Jay Hill (JIRA)
: Solr Issue Type: Bug Components: contrib - DataImportHandler Affects Versions: 1.4 Reporter: Jay Hill Fix For: 1.4 The fix for SOLR-1229 was supposed to make it so different instances of the DIH have unique property file names, but even after

[jira] Updated: (SOLR-1263) Multiple DIH still writing to dataimport.properties, fix for SOLR-1229 was incomplete

2009-07-06 Thread Jay Hill (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Hill updated SOLR-1263: --- Attachment: SOLR-1263.patch The fix for SOLR-1234 missed one minor two places in SolrWriter.java where

[jira] Updated: (SOLR-1263) Multiple DIH still writing to dataimport.properties, fix for SOLR-1229 was incomplete

2009-07-06 Thread Jay Hill (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Hill updated SOLR-1263: --- Description: The fix for SOLR-1234 was supposed to make it so different instances of the DIH have unique

[jira] Created: (SOLR-1251) Add quartz-like scheduling capability to DIH

2009-06-26 Thread Jay Hill (JIRA)
- DataImportHandler Reporter: Jay Hill Priority: Minor Add capability to schedule in a cron-like way DIH imports. I'm thinking mostly for delta imports, but could be configurable for full imports as well. Ideally something where you could set a cron expression in the DIH configuration