On 1/31/07, Erik Hatcher <[EMAIL PROTECTED]> wrote:
Speaking of which, I know we are waiting on some settling of Lucene's trunk before upgrading, but I'd love to have the *:* QueryParser syntax. I had a weird issue where I indexed 50k objects recently with the basic "text" field schema, and a [* TO *] reported 49999 documents, so I tried -[* TO *] to find the one missing. It's title: "To be or not to be". Ha!
Cute. Also points out an area where we can improve.
How do you feel about the current Lucene trunk status?
I think it should be relatively stable. There were a lot of file format changes that haven't had a lot of time to settle, but since Solr had it's own large changes (update handlers) that also need time, I wouldn't be adverse to updating. I'm considering going for a 2.1 release after Ning's delete-by-term patch goes in, which should be shortly. -Yonik