[jira] Created: (SOLR-616) FileBasedSpellChecker does not apply accuracy configuration

2008-07-05 Thread Shalin Shekhar Mangar (JIRA)
FileBasedSpellChecker does not apply accuracy configuration --- Key: SOLR-616 URL: https://issues.apache.org/jira/browse/SOLR-616 Project: Solr Issue Type: Bug Components:

[jira] Updated: (SOLR-616) FileBasedSpellChecker does not apply accuracy configuration

2008-07-05 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-616: --- Attachment: SOLR-616.patch Moved the accuracy handling code to

Hudson build is back to normal: Solr-trunk #489

2008-07-05 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/489/changes

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

2008-07-05 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12610691#action_12610691 ] Otis Gospodnetic commented on SOLR-572: --- Here are 2 more bugs: 1) Search for: united

[jira] Commented: (SOLR-502) Add search time out support

2008-07-05 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12610716#action_12610716 ] Otis Gospodnetic commented on SOLR-502: --- I'm a bit out of touch with this one now

[jira] Resolved: (SOLR-502) Add search time out support

2008-07-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-502. --- Resolution: Fixed That was a bigger change set than I had anticipated - I thought perhaps of just

Re: svn commit: r674249 - in /lucene/solr/trunk: ./ client/java/solrj/src/org/apache/solr/client/solrj/ client/java/solrj/test/org/apache/solr/client/solrj/ src/java/org/apache/solr/common/params/ src

2008-07-05 Thread Noble Paul നോബിള്‍ नोब्ळ्
In SolrQuery all the set/add methods return SolrQuery to facilitate method chaining. Let us make public void setTimeAllowed(Integer milliseconds) to public SolrQuery setTimeAllowed(Integer milliseconds) --Noble On Sun, Jul 6, 2008 at 6:46 AM, [EMAIL PROTECTED] wrote: Author: yonik Date: Sat