Re: Copying part of index directory

2007-06-17 Thread Roopesh P Raj
Mike Klaas wrote: On 15-Jun-07, at 4:25 AM, Roopesh P Raj wrote: Hi, I am new to solr, lucene. In my project I want to copy index directory based on some query (copy may not copy the whole index directory). I came across a backup script in solr/bin folder but it seems to be copying the

Filtering on a 'unique key' set

2007-06-17 Thread Henrib
Merely an efficiency related question: is there any other way to filter on a uniqueKey set than using the 'fq' parameter building a list of the uniqueKeys? In 'raw' Lucene, you could use filters directly in search; is this (close to) equivalent efficiency wise? Thanks -- View this message in

Re: Filtering on a 'unique key' set

2007-06-17 Thread Yonik Seeley
On 6/17/07, Henrib [EMAIL PROTECTED] wrote: Merely an efficiency related question: is there any other way to filter on a uniqueKey set than using the 'fq' parameter building a list of the uniqueKeys? I don't thnik so... In 'raw' Lucene, you could use filters directly in search; is this