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
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
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
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
[ 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