Multiple indexes

2007-01-05 Thread Jeff Rodenburg
I've followed a host of past threads on this subject and am trying to determine what's best for our implementation. For those who've chimed in on this, I think I'm just looking for a good summary (as Hoss recently mentioned, perhaps a FAQ). We presently have one index running under Solr/Tomcat55

Seeking FAQs

2007-01-05 Thread Chris Hostetter
Hey everybody, I was lookin at the FAQ today, and I realized it hasn't really changed much in the past year ... in fact, only two people besides myself have added questions (thanks Thorsten and Darren) in the entire time Solr has been in incubation -- which is not to say that Erik and Respaldo's

Re: Lucene Solr version question...

2007-01-05 Thread Mike Klaas
On 1/5/07, escher2k <[EMAIL PROTECTED]> wrote: Is the latest Lucene nightly build compatible with the Solr ? If not, is there any file in the download, which lists the lucene build that is bundled with Solr ? CHANGES.txt lists Lucene version updates (the current is Lucene 2.0 nightly build 200

Re: result grouping?

2007-01-05 Thread Mike Klaas
On 1/4/07, Luis Neves <[EMAIL PROTECTED]> wrote: Yonik Seeley wrote: One of the reasons I like Solr so much is because I get impressive results without having to know Lucene, which is something that will have to change because I also need this feature. <> Could you explain in more detail w

Lucene Solr version question...

2007-01-05 Thread escher2k
Is the latest Lucene nightly build compatible with the Solr ? If not, is there any file in the download, which lists the lucene build that is bundled with Solr ? Thanks. -- View this message in context: http://www.nabble.com/Lucene-Solr-version-question...-tf2927137.html#a8183274 Sent from the

Re: result grouping?

2007-01-05 Thread Luis Neves
Yonik Seeley wrote: There are still some things underspecified though. Let's take an example of collapseon=site, collapsenum=2 The list of un-collapsed matches and their relevancy scores (sort order) is: doc=51, site=A, score=100 doc=52, site=B, score=90 doc=53, site=C, score=80 doc=54, site

Re: is search possible while indexing?

2007-01-05 Thread Luis Neves
Rafeek Raja wrote: I am beginner to solr and lucene. Is search possible while indexing? Yes... that is just one of the cool features of Solr/Lucene. -- Luis Neves

is search possible while indexing?

2007-01-05 Thread Rafeek Raja
I am beginner to solr and lucene. Is search possible while indexing?