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 completion?  (I'm trying to gauge time/effort
here.)

-- j


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 mergeFactor and increase maxBufferedDocs to keep the
number of files under control.

-Yonik


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 get if the
problem were that it can't find the compiler...

:  error: error reading /usr/local/lib/libsvnjavahl-1.0.0.0.dylib;
:  java.util.zip.ZipException: error in opening zip file

...he said that /usr/local/lib/libsvnjavahl-1.0.0.0.dylib did in fact
exist.  (I would expect a class not found or an attempt at opening a file
that doesn't exist in the other case)

I don't really know much about Java on Macs, or what a dylib file is ...
but the exception seems to indicate that it's expecting to find a Zip file
(possible a jar?)

Ross: does unzip -l or jar tf on
/usr/local/lib/libsvnjavahl-1.0.0.0.dylib work for you?




-Hoss