[jira] Updated: (SOLR-572) Spell Checker as a Search Component

2008-05-15 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-572: --- Summary: Spell Checker as a Search Component (was: Spell Checker as a Search Handler)

[jira] Updated: (SOLR-553) Highlighter does not match phrase queries correctly

2008-05-15 Thread Bojan Smid (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bojan Smid updated SOLR-553: Attachment: Solr-553.patch Added unit test for this fix to the patch. > Highlighter does not match phrase qu

[jira] Commented: (SOLR-379) KStem Token Filter

2008-05-15 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12597185#action_12597185 ] Otis Gospodnetic commented on SOLR-379: --- It would be great to have this available in So

[jira] Updated: (SOLR-572) Spell Checker as a Search Component

2008-05-15 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-572: --- Attachment: SOLR-572.patch A first cut for this issue. Please consider this as work in

Accessing IndexReader during core initialization hangs init

2008-05-15 Thread Shalin Shekhar Mangar
Hi, While working on SOLR-572, I found that if I try to access the IndexReader using SolrCore.getSearcher().get().getReader() within the SolrCoreAware.inform method, the initialization process hangs. Basically, the SolrCore.getSearcher halts at the searcherLock.wait() call in the snippet below: /

Re: Adding Koji to JIRA

2008-05-15 Thread Chris Hostetter
: I *think* Yonik or Hoss have to manually give you JIRA privileges... ...or Erik. I've added Koji to the Jira committers list. While i was in there, I gave all the other PMC members who are Solr commiters the "Admin" permisions for Solr in Jira (so now any current PMC member can do stuff lik

[jira] Commented: (SOLR-556) Highlighting of multi-valued fields returns snippets which span multiple different values

2008-05-15 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12597226#action_12597226 ] Mike Klaas commented on SOLR-556: - Thanks for the report, Lars. I'll take a look at this sho

[jira] Assigned: (SOLR-556) Highlighting of multi-valued fields returns snippets which span multiple different values

2008-05-15 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas reassigned SOLR-556: --- Assignee: Mike Klaas > Highlighting of multi-valued fields returns snippets which span multiple > diff

[jira] Created: (SOLR-576) Make DocSetHitCollector public

2008-05-15 Thread Jason Rutherglen (JIRA)
Make DocSetHitCollector public -- Key: SOLR-576 URL: https://issues.apache.org/jira/browse/SOLR-576 Project: Solr Issue Type: Improvement Components: search Affects Versions: 1.3 Reporter

Re: svn commit: r656826 - in /lucene/solr/trunk/src: java/org/apache/solr/update/DirectUpdateHandler2.java test/org/apache/solr/update/AutoCommitTest.java

2008-05-15 Thread Yonik Seeley
On Thu, May 15, 2008 at 4:39 PM, <[EMAIL PROTECTED]> wrote: > remove last vestiges of maxPendingDeletes from DUH2 Oops, thanks - I guess I missed that (I previously did a quick grep and didn't see anything). -Yonik

[jira] Commented: (SOLR-576) Make DocSetHitCollector public

2008-05-15 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12597288#action_12597288 ] Mike Klaas commented on SOLR-576: - This is reasonable; I have a whole org/apache/solr/search

[jira] Assigned: (SOLR-319) changes SynonymFilterFactoryto "Analyze" synonyms file

2008-05-15 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi reassigned SOLR-319: --- Assignee: Koji Sekiguchi > changes SynonymFilterFactoryto "Analyze" synonyms file > ---

[jira] Commented: (SOLR-572) Spell Checker as a Search Component

2008-05-15 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12597345#action_12597345 ] Noble Paul commented on SOLR-572: - * the spellcheck.dictionary=default must be optional in q

[jira] Commented: (SOLR-572) Spell Checker as a Search Component

2008-05-15 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12597351#action_12597351 ] Otis Gospodnetic commented on SOLR-572: --- I had a quick look and it all looks nice and c

[jira] Commented: (SOLR-572) Spell Checker as a Search Component

2008-05-15 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12597354#action_12597354 ] Shalin Shekhar Mangar commented on SOLR-572: Otis, I agree that we should call "i

[jira] Commented: (SOLR-572) Spell Checker as a Search Component

2008-05-15 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12597358#action_12597358 ] Otis Gospodnetic commented on SOLR-572: --- I see (indexDir comment). Might be better to

JIRA's In Progress status

2008-05-15 Thread Otis Gospodnetic
Hi, I was hunting for a way to set a JIRA issue status to "In Progress" (see http://confluence.atlassian.com/display/JIRA/Issue+status+and+workflow ), but couldn't find it. It looks like that comes with "Workflow Actions" and Solr's has only Resolve Issue and Close Issue. I see this on JIRA's