[jira] [Updated] (SOLR-3284) StreamingUpdateSolrServer swallows exceptions

2012-04-17 Thread Shawn Heisey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-3284: --- Attachment: SOLR-3284.patch First crack at a patch for throwing delayed exceptions. It should do

[jira] [Updated] (SOLR-2729) DIH status: successful zero-document delta-import missing field

2012-04-04 Thread Shawn Heisey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-2729: --- Attachment: SOLR-2729.patch I created a method named putFinishStatus(). If this doesn't sound

[jira] [Updated] (SOLR-3285) Document that StreamingUpdateSolrServer swallows exceptions

2012-03-27 Thread Shawn Heisey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-3285: --- Attachment: SOLR-3285-3x.patch Patch for 3x with javadoc udpate. Document that

[jira] [Updated] (SOLR-3236) StreamingUpdateSolrServer javadoc incomplete

2012-03-12 Thread Shawn Heisey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-3236: --- Attachment: SOLR-3236-3x.patch SOLR-3236.patch Patches for trunk and branch_3x.

[jira] [Updated] (SOLR-1632) Distributed IDF

2012-01-24 Thread Shawn Heisey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-1632: --- Attachment: 3x_SOLR-1632_doesntwork.patch This is a diff from my best approximation of applying the

[jira] [Updated] (SOLR-2906) Implement LFU Cache

2011-12-22 Thread Shawn Heisey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-2906: --- Attachment: SOLR-2906.patch You're right, I had thought it was already done. Now that I see what

[jira] [Updated] (SOLR-2986) Warning missing for features that require stored uniqueKey - MoreLikeThis

2011-12-22 Thread Shawn Heisey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-2986: --- Attachment: SOLR-2986.patch Warning missing for features that require stored uniqueKey -

[jira] [Updated] (SOLR-2906) Implement LFU Cache

2011-12-19 Thread Shawn Heisey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-2906: --- Attachment: SOLR-2906.patch I have added some text to CHANGES.TXT under 3.6. Like before, my patch

[jira] [Updated] (SOLR-1972) Need additional query stats in admin interface - median, 95th and 99th percentile

2011-12-09 Thread Shawn Heisey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-1972: --- Attachment: SOLR-1972-branch3x-url_pattern.patch Attaching a branch_3x version of Eric's latest

[jira] [Updated] (SOLR-2906) Implement LFU Cache

2011-11-24 Thread Shawn Heisey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-2906: --- Attachment: SOLR-2906.patch Updated patch. One of the bugs I had to fix was in the least/most items

[jira] [Updated] (SOLR-2906) Implement LFU Cache

2011-11-21 Thread Shawn Heisey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-2906: --- Attachment: TestLFUCache.java LFUCache.java ConcurrentLFUCache.java

[jira] [Updated] (SOLR-2906) Implement LFU Cache

2011-11-21 Thread Shawn Heisey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-2906: --- Attachment: TestLFUCache.java LFUCache.java ConcurrentLFUCache.java

[jira] [Updated] (SOLR-2906) Implement LFU Cache

2011-11-21 Thread Shawn Heisey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-2906: --- Attachment: (was: ConcurrentLFUCache.java) Implement LFU Cache ---

[jira] [Updated] (SOLR-2906) Implement LFU Cache

2011-11-21 Thread Shawn Heisey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-2906: --- Attachment: (was: TestLFUCache.java) Implement LFU Cache ---

[jira] [Updated] (SOLR-2906) Implement LFU Cache

2011-11-21 Thread Shawn Heisey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-2906: --- Attachment: (was: LFUCache.java) Implement LFU Cache ---

[jira] [Updated] (SOLR-2906) Implement LFU Cache

2011-11-21 Thread Shawn Heisey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-2906: --- Attachment: (was: ConcurrentLFUCache.java) Implement LFU Cache ---

[jira] [Updated] (SOLR-2906) Implement LFU Cache

2011-11-21 Thread Shawn Heisey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-2906: --- Attachment: (was: ConcurrentLFUCache.java) Implement LFU Cache ---

[jira] [Updated] (SOLR-2906) Implement LFU Cache

2011-11-21 Thread Shawn Heisey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-2906: --- Attachment: (was: FastLFUCache.java) Implement LFU Cache ---

[jira] [Updated] (SOLR-2906) Implement LFU Cache

2011-11-21 Thread Shawn Heisey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-2906: --- Attachment: (was: FastLFUCache.java) Implement LFU Cache ---

[jira] [Updated] (SOLR-2906) Implement LFU Cache

2011-11-21 Thread Shawn Heisey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-2906: --- Attachment: SOLR-2906.patch I figured out what I did wrong. You have to 'svn add' the files before

[jira] [Updated] (SOLR-2906) Implement LFU Cache

2011-11-18 Thread Shawn Heisey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-2906: --- Attachment: FastLFUCache.java ConcurrentLFUCache.java Here is the first crack at an

[jira] [Updated] (SOLR-2906) Implement LFU Cache

2011-11-18 Thread Shawn Heisey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-2906: --- Attachment: FastLFUCache.java ConcurrentLFUCache.java Now markAndSweep builds a