Re: [BUG/ISSUE] Distributed Search doesn't response the result set when use existing lucene index

2010-06-08 Thread Scott Zhang
I checked my existing lucene indexes. All the "ID" field are "stored" but not "indexed". I don't want to rebuild these indexes as it will take days. Can solr be changed a little let "ID" be "not indexed"? Thanks. On Tue, Jun 8, 2010 at 3:3

Re: [BUG/ISSUE] Distributed Search doesn't response the result set when use existing lucene index

2010-06-08 Thread Scott Zhang
un 8, 2010 at 3:25 PM, Koji Sekiguchi wrote: > Are you sure you have uniqueKey field in your "lucene" index? Distributed > search needs it. > > Koji Sekiguchi from mobile > > > > On 2010/06/08, at 15:52, Scott Zhang wrote: > > Hi. All. >>I am comi

Re: [BUG/ISSUE] Distributed Search doesn't response the result set when use existing lucene index

2010-06-08 Thread Scott Zhang
t; but actually it is not. Not sure how solr is implemented internally. But without set id as "indexed", the distributed search doesn't work. I tried rebuild a test index with set ID as Indexed. Then let solr use that index and distributed search works. Is there a way to let "ID"

[BUG/ISSUE] Distributed Search doesn't response the result set when use existing lucene index

2010-06-07 Thread Scott Zhang
Hi. All. I am coming from solr user mailing list. I got a problem with distributed search. Looks it is BUG/ISSUE in solr itself. I am trying to use solr to search over 2 lucene indexes. I am following the solr tutorial and test the distributed search example. It works. Then I am using m