RE: List of indexed terms for a field

2006-06-08 Thread Paul Terray
Thanks for the answer. This is not a need for the moment, but it could be in the near future. If it becomes so, I will see how we can implement such a thing. As for the syntax, I would see another parameter for the request (and maybe another URL, as the function is clearly different). Somethin

Re: Finding documents with undefined field

2006-06-08 Thread Fabio Confalonieri
Chris Hostetter wrote: > > > There are a couple of things you can do here... > > 1) Use the same approach i described before if you have a uniqueKey, > search for all things with a key and then exclude things that have a value > in your field. Since you are writing a request handler, you coul

Re: Finding documents with undefined field

2006-06-08 Thread Yonik Seeley
On 6/8/06, Fabio Confalonieri <[EMAIL PROTECTED]> wrote: Ok at last I tried the easy way so, when I find a particular predefined "undefined-value" in a filter or facet, I convert the query to parse to: "type:ad AND -" +field+":[* TO *]" "type:ad" matches all my documents, the other type I ha

Lucene versioning policy

2006-06-08 Thread Mike Klaas
Hello, I was curious as to policy regarding being current with the lucene codebase. Does solr use the lastest stable release? bleeding edge (trunk?) Occasional manual svn import? Also, are there any plans to split solr into a release/development mode? I'd really like to use solr in a commerc

Re: Lucene versioning policy

2006-06-08 Thread Yonik Seeley
On 6/8/06, Mike Klaas <[EMAIL PROTECTED]> wrote: I was curious as to policy regarding being current with the lucene codebase. Does solr use the lastest stable release? bleeding edge (trunk?) Occasional manual svn import? An occasional SVN import based on need (same as hadoop/nutch as far as

Re: Lucene versioning policy

2006-06-08 Thread Mike Klaas
On 6/8/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: > I'd really like to use solr in a commercial setting, but having nothing but > nightly builds available makes me uneasy. Anything you develop would need to be QA'd for a commercial setting anyway. Perhaps you could pick the latest nightly bui

Re: Lucene versioning policy

2006-06-08 Thread Yonik Seeley
On 6/8/06, Mike Klaas <[EMAIL PROTECTED]> wrote: Even something as simple as 'tagging' a nightly build that contains major changes (with a brief changelog) would be helpful. It would also be valuable from a project history perspective. We try to record all non-trivial changes that can have an

Re: Lucene versioning policy

2006-06-08 Thread Chris Hostetter
: http://svn.apache.org/viewvc/incubator/solr/trunk/CHANGES.txt : : But it is imperfect... Perhaps an entry should be added when updating : the Lucene version too. +1 ... definitely. -Hoss

Re: Lucene versioning policy

2006-06-08 Thread Chris Hostetter
: Also, are there any plans to split solr into a release/development mode? : : I'd really like to use solr in a commercial setting, but having nothing but : nightly builds available makes me uneasy. I believe that as long as Solr is in the incubator, nightly builds are the only releases we are al