Re: Bertrand Delacretaz joins Solr committers!

2006-11-15 Thread Mike Klaas
On 11/11/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: I'm pleased to announce that Bertrand Delacretaz recently accepted an invitation to join the Solr project as a committer! Congrats! -Mike

Cocoon-2.1.9 vs. SOLR-20 & SOLR-30

2006-11-15 Thread Fuad Efendi
Guys, I spent 4 days trying to create simplest possible web-page sending query to SOLR and showing results via GET method, single page should contain a form, and a response from SOLR... of course I could modify basic XSL provided by SOLR and avoid usage of Cocoon... finally I was forced to browse

Re: Re: [jira] Updated: (SOLR-52) Lazy Field loading

2006-11-15 Thread Yonik Seeley
On 11/15/06, Mike Klaas <[EMAIL PROTECTED]> wrote: Any objections to sync'ing solr with lucene trunk? It might be nice from an impact perspective to do so before lockless commits are committed. +1, my thoughts as well. -Yonik

Re: Re: [jira] Updated: (SOLR-52) Lazy Field loading

2006-11-15 Thread Mike Klaas
On 10/14/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: : Chris: What would you like to see vis-a-vis the many field issues before : committing? Should we put in a global lazy-field-disable option? Yeah, a simple solrconfig option that lets you disable it completley is probably a good idea (es

[jira] Updated: (SOLR-52) Lazy Field loading

2006-11-15 Thread Mike Klaas (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-52?page=all ] Mike Klaas updated SOLR-52: --- Attachment: lazyfields_patch.diff This version adds a solrconfig parameter which allows lazy fields to be enabled or disabled (disabled by default). Still needs testing af