Re: [jira] Updated: (SOLR-350) Manage Multiple SolrCores

2007-12-13 Thread Shalin Shekhar Mangar
Since this issue is not in the list of issues marked for Solr 1.3, I want to know the features left to push this issue into the release. If you can provide some pointers to the areas needing more work, I would be happy to contribute. One obvious thing that I found missing was the ability to

[jira] Commented: (SOLR-303) Distributed Search over HTTP

2007-12-13 Thread Gereon Steffens (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551457 ] Gereon Steffens commented on SOLR-303: -- I started experimenting with this patch and have a couple of issues.

Where to get a request handlers config from?

2007-12-13 Thread Peuss, Thomas
Hello! I have problems accessing the configured defaults for a request handler. Where do I get them now from? The field defaults in RequestHandlerBase seems always be null even when there are defaults configured. Thanks for your help Thomas

[jira] Commented: (SOLR-284) Parsing Rich Document Types

2007-12-13 Thread Jonathan Hipkiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551506 ] Jonathan Hipkiss commented on SOLR-284: --- This is crucial functionaility if Solr is to be accepted as a solution

Re: Where to get a request handlers config from?

2007-12-13 Thread Walter Ferrara
AFAIK they are set in the init method of the handler - if you override the init in your handler, try with a super.init(args); Peuss, Thomas wrote: Hello! I have problems accessing the configured defaults for a request handler. Where do I get them now from? The field defaults in

Re: Confluence wiki vs MoinMoin

2007-12-13 Thread Ryan McKinley
Chris Hostetter wrote: : To get that going, it looks like a Project PMC needs to file a ticket with : infrastructure. I can do this (or ask Doug to do it if they really want it to be the chair) but just to clarify : o Also specify the key name for the Space. The key name cannot be

RE: Where to get a request handlers config from?

2007-12-13 Thread Peuss, Thomas
Hello Walter! I am not writing my own request handler. I deal with SOLR-127 and need access to the configuration of the request handler to look for my HTTP caching parameters. Maybe this is the wrong approach and there is another solution. Maybe the new Search Component feature is the right way

[jira] Commented: (SOLR-303) Distributed Search over HTTP

2007-12-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551514 ] Yonik Seeley commented on SOLR-303: --- Bear with me... I'm working on this from a bit of a different angle. - multiple

Re: Confluence wiki vs MoinMoin

2007-12-13 Thread Ryan McKinley
Chris Hostetter wrote: : Javadocs aren't appropriate for documenting configuration and RequestHandler : parameters/usage. These are used by many non-java folks and should have : nothing to do with the java class structure/methods/etc i agree that the generated javadocs are not very freindly

Oracle-Lucene Domain Index (New Release)

2007-12-13 Thread J. Delgado
Once again, LendingClub.com, a social lending network that today announced nation-wide expansion (see Tech Crunch), is please to contribute to the open source community a new release (2.2.0.2.0) of the Oracle-Lucene Domain Index, a fast implementation of text indexing and search using Lucene

Re: Confluence wiki vs MoinMoin

2007-12-13 Thread Chris Hostetter
: SOLRxSITE -- that will be hosted at: Requested: https://issues.apache.org/jira/browse/INFRA-1441 -Hoss