[jira] Updated: (SOLR-560) Convert JDK logging to SLF4J

2008-09-16 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-560: --- Attachment: SOLR-560-slf4j.patch updated to apply with latest code. Now that we are into 1.4, I would

Re: Draft 1.3.0 announcement

2008-09-16 Thread Chris Hostetter
Really, REALLY, minor nit... : refer to the Solr website at http://lucene.apache.org/solr. I would use: http://lucene.apache.org/solr/ 1) Apache httpd is just kind and redirects you if you are missing the trailing slash. 2) It actually matters when ending with a period like this, because "h

Re: Draft 1.3.0 announcement

2008-09-16 Thread Ryan McKinley
On Sep 16, 2008, at 4:47 PM, Grant Ingersoll wrote: Take two: The Apache Solr team is happy to announce the availability of Solr 1.3.0 for public download. This version contains many enhancements and bug fixes, including: - Distributed search capabilities - Numerous Lucene and ot

Re: Draft 1.3.0 announcement

2008-09-16 Thread Grant Ingersoll
Take two: The Apache Solr team is happy to announce the availability of Solr 1.3.0 for public download. This version contains many enhancements and bug fixes, including: - Distributed search capabilities - Numerous Lucene and other performance improvements - Support for multiple

Re: Draft 1.3.0 announcement

2008-09-16 Thread Shalin Shekhar Mangar
A feature full Java client -- Solrj Performance improvements via latest Lucene builds and binary response format Better spell checking support Easier indexing of databases using DataImportHandler A link to the wiki and perhaps cc'ed to java-user as well? On Wed, Sep 17, 2008 at 1:16 AM, Grant Ing

Re: Draft 1.3.0 announcement

2008-09-16 Thread Yonik Seeley
We could prthaps bulk it up a little... there's multicore, data import, SolrJ, spell checking, more-like-this, date faceting, expanded function queries, query elevation component, lots of other performance improvements like binary response format, etc, etc. -Yonik On Tue, Sep 16, 2008 at 3:46 PM,

Re: Draft 1.3.0 announcement

2008-09-16 Thread Lars Kotthoff
> and bug fixes, including distributed search capabilities, Lucene 2.3.x ^^^ Shouldn't that be Lucene 2.4.x? Lars

Re: Draft 1.3.0 announcement

2008-09-16 Thread Ryan McKinley
Looks good to me -- short sweet, and to the point. Thanks for all your work with this release! On Sep 16, 2008, at 3:46 PM, Grant Ingersoll wrote: Draft for solr-user, and various other places of announcement ([EMAIL PROTECTED] ): --- The Apache Solr team is happy to announce the availa

Draft 1.3.0 announcement

2008-09-16 Thread Grant Ingersoll
Draft for solr-user, and various other places of announcement ([EMAIL PROTECTED] ): --- The Apache Solr team is happy to announce the availability of Solr 1.3.0 for public download. This version contains many enhancements and bug fixes, including distributed search capabilities, Lucene

Distributed custom component

2008-09-16 Thread outre
Hi, I am fairly new to solr, but I realize that the question I am about to ask is fairly large. Is there any way to create a custom component that would compile and run with the latest solr src and would be capable of doing distributed search? I have looked at localsolr example and QueryCompone

[jira] Updated: (SOLR-751) WordDelimiterFilter doesn't adjust startOffset

2008-09-16 Thread Stefan Oestreicher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Oestreicher updated SOLR-751: Attachment: SOLR-751.patch I found the problem and updated the patch with more tests and a fi