Confluence wiki vs MoinMoin

2007-12-06 Thread Ryan McKinley
I think its safe to say we that the solr wiki is not nearly as complete as it could/should be. I've added a ton of stuff to 1.3 that needs some documentation. Beyond the normal, 'I dislike writing docs' thing, I find writing things in MoinMoin disappointing and even less fun then it needs to

Re: [Solr Wiki] Update of "MultiCore" by ryan

2007-12-06 Thread Ryan McKinley
ug! remind me never to compose docs in the HTML text area! Just lost a bunch of stuff... now i'll try again... Apache Wiki wrote: Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification. The following page has been changed by ryan: ht

[jira] Updated: (SOLR-428) Restrict valid RequestHandler names

2007-12-06 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-428: --- Attachment: SOLR-428-HanderNameRestriction.patch > Restrict valid RequestHandler names > --

[jira] Created: (SOLR-428) Restrict valid RequestHandler names

2007-12-06 Thread Ryan McKinley (JIRA)
Restrict valid RequestHandler names --- Key: SOLR-428 URL: https://issues.apache.org/jira/browse/SOLR-428 Project: Solr Issue Type: Improvement Affects Versions: 1.3 Reporter: Ryan McKinley

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

2007-12-06 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549283 ] Koji Sekiguchi commented on SOLR-319: - Thank you for your comment, Hoss. The latest attached patch uses tokenizer

[jira] Updated: (SOLR-415) LoggingFilter for debug

2007-12-06 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-415: Attachment: SOLR-415.patch Now the factory uses init(Map args) instead of inform( ResourceLoader ) f

[jira] Resolved: (SOLR-414) Coherent plugin initialization strategy

2007-12-06 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-414. Resolution: Fixed I added some docs to the wiki and will resolve this issue. If we need to relax th

[jira] Updated: (SOLR-409) Allow configurable class loader sharing between cores

2007-12-06 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated SOLR-409: --- Attachment: solr-350_409.patch updated to fix typos noted by Walter; added core name in logging operati

[jira] Commented: (SOLR-427) Allow IndexSchema to load from an InputStream, not just a file system file

2007-12-06 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549029 ] Erik Hatcher commented on SOLR-427: --- Ultimately what I want to do is affect an in-memory schema and then load a new

[jira] Updated: (SOLR-427) Allow IndexSchema to load from an InputStream, not just a file system file

2007-12-06 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher updated SOLR-427: -- Attachment: patch.txt Attached is a patch that allows IndexSchema to load from an InputStream. This dep

[jira] Created: (SOLR-427) Allow IndexSchema to load from an InputStream, not just a file system file

2007-12-06 Thread Erik Hatcher (JIRA)
Allow IndexSchema to load from an InputStream, not just a file system file -- Key: SOLR-427 URL: https://issues.apache.org/jira/browse/SOLR-427 Project: Solr Issue Type:

[jira] Commented: (SOLR-192) Move FunctionQuery to Lucene

2007-12-06 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549018 ] Doron Cohen commented on SOLR-192: -- Lucene's o.a.l.search.function was added recently, though it does not contain eve

[jira] Updated: (SOLR-409) Allow configurable class loader sharing between cores

2007-12-06 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated SOLR-409: --- Description: WHAT: This patch allows to configure in the multicore.xml the parent class loader of all

Re: [jira] Updated: (SOLR-409) Allow configurable class loader sharing between cores

2007-12-06 Thread Walter Ferrara
some (irrelevant) typos in MultiCore: //[row 55] private SolrCore defaulCore = null; [row 123] "multicore.xml defiens multiple default cores. "+ [row 210] public void setDefautlCore( SolrCore core ) [row 270] public SolrCore getDefaulCore() Great job!, Walter Ryan McKinley (JIRA) wrote: > [