Large test lucene DB to use with a SolR benchmark

2006-03-29 Thread Ian Holsman
Hi. I'd like to do a benchmark on how SolR performs on the new Sun T2000 hardware (compared to a x86-64) machine (why? I'm trying to get the HW for free ) check out http://sunfirefan.com for more details). but in order to do this I need a lucene db to test against. does any one know of a

Solr admin page error on Solaris

2006-03-29 Thread Michael Levy
Hi, Just trying to get Solr running. I can run it OK on my Windows machine as per the tutorial. However, on my Solaris machine I'm having trouble. My newly-installed Tomcat is running the various examples, seems to be running OK. Running: Tomcat version 5.5.16 Java version 1.5.0_06-b

Re: faceted browsing

2006-03-29 Thread Yonik Seeley
On 3/29/06, Clay Webster <[EMAIL PROTECTED]> wrote: > How could faceted browsing be accomplished without [Chris's] metadata > documents? The most basic form: consider if a field called "category" existed on each document. You could then ask for the counts of the top 10 values in category field fo

Re: faceted browsing

2006-03-29 Thread Clay Webster
How could faceted browsing be accomplished without [Chris's] metadata documents? --cw On 3/29/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: > > Solr has a lot of support to do faceted browsing, but one must > currently write a custom query handler to implement the faceting > logic. > > The support

Re: Rsync

2006-03-29 Thread Yonik Seeley
On 3/29/06, jason rutherglen <[EMAIL PROTECTED]> wrote: > Perhaps a future project to increase the speed of the syncing to sub-minute > times. Sounds like two files will change, in addition to segment files being > added. Is this correct? Or maybe other pieces such as cache reloading would >

Re: faceted browsing

2006-03-29 Thread Yonik Seeley
Solr has a lot of support to do faceted browsing, but one must currently write a custom query handler to implement the faceting logic. The support includes: - custom query handlers: - the ability to return more data than just a list of documents - a filter cache with autowarming, for fast ac

Re: Rsync

2006-03-29 Thread jason rutherglen
Perhaps a future project to increase the speed of the syncing to sub-minute times. Sounds like two files will change, in addition to segment files being added. Is this correct? Or maybe other pieces such as cache reloading would make this more difficult. - Original Message From: B

faceted browsing

2006-03-29 Thread Erik Hatcher
I saw Yonik mentioned faceted browsing as something coming in the future of Solr, but I had thought it was one of the initial features from seeing this announcement ages ago: If fa

Re: Rsync

2006-03-29 Thread Bill Au
The segments file will change when new segments are created. But what I really meant before was that the file deletable also changes when document are deleted from the index. Bill On 3/28/06, Bill Au <[EMAIL PROTECTED]> wrote: > > I think the segments file will also change if documents are delet