Faceted browsing: status

2006-08-14 Thread Jeff Rodenburg
From the Tasklist wiki: - Simple faceted browsing (grouping) support in the standard query handler - group by field (provide counts for each distinct value in that field) - group by (query1, query2, query3, query4, query5) How far/close is this task to completio

RE: SOlr crashes

2006-08-14 Thread Chris Hostetter
Something else to consider is using the compound file format to reduce the number of files for your index. this is mentioned in the Lucen FAQ... http://wiki.apache.org/jakarta-lucene/LuceneFAQ#head-48921635adf2c968f7936dc07d51dfb40d638b82 ...and configurable in solrconfig.xml, search the exampl

Re: SOlr crashes

2006-08-14 Thread Yonik Seeley
On 8/14/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: Something else to consider is using the compound file format to reduce the number of files for your index. this is mentioned in the Lucen FAQ... Yeah, although unless you have a *lot* of fields with norms, I'd sooner reduce the mergeFacto

Re: Faceted browsing: status

2006-08-14 Thread Chris Hostetter
:Simple faceted browsing (grouping) support in the standard query :handler : group by field (provide counts for each distinct value in that : field) : group by (query1, query2, query3, query4, query5) : How far/close is this task to completion? (I'm trying to gauge time

Mac OSX - error reading /usr/local/lib/libsvnjavahl-1.0.0.0.dylib

2006-08-14 Thread Ross McDonald
Hi all, I am trying to run Solr on OSX, after a successful installation and tests on Linux, while trying to run with JDK 1.5.0, I am getting the following exception... HTTP ERROR: 500 Unable to compile class for JSP Generated servlet error: error: error reading /usr/local/lib/libsvnjavahl

Re: Mac OSX - error reading /usr/local/lib/libsvnjavahl-1.0.0.0.dylib

2006-08-14 Thread Yonik Seeley
The older version of Jetty that we are using requires the JDK version, not the JRE version of 'java' so it can compile JSPs via javac. Maybe that's be the problem? Try typing the full path to the java executable to verify. -Yonik On 8/14/06, Ross McDonald <[EMAIL PROTECTED]> wrote: Hi all, I

Re: Mac OSX - error reading /usr/local/lib/libsvnjavahl-1.0.0.0.dylib

2006-08-14 Thread Chris Hostetter
: The older version of Jetty that we are using requires the JDK version, : not the JRE version of 'java' so it can compile JSPs via javac. Maybe : that's be the problem? Try typing the full path to the java : executable to verify. Perhaps ... but this seems like an awfully strnage exception to

Re: Mac OSX - error reading /usr/local/lib/libsvnjavahl-1.0.0.0.dylib

2006-08-14 Thread Ross McDonald
Thanks for the quick response guys, I am using jdk 1.5, and am ensuring use of this jdk by typing the full path. As regards doing an 'unzip -l' on the file it indeed generates an error.. /usr/local/lib rossputin$ unzip -l libsvnjavahl-1.0.0.0.dylib Archive: libsvnjavahl-1.0.0.0.dylib

Re: Mac OSX - error reading /usr/local/lib/libsvnjavahl-1.0.0.0.dylib

2006-08-14 Thread Chris Hostetter
: oh dear.. maybe this is corrupt? : : A 'jar tvf' generates no output, once again indicating that the file : is not a valid jar, maybe ... i'm not convinced that file is suppose to be a zip/jar (i don't really get "dylib" files) ... just that java seems to think it should be. here's an interest