If you can spare the load of a long request, I'd do an unsorted query
for everything, non-paged. I'd dump that into a line-per-row format
and use something like Apache Hive to do the analysis.

Michael Della Bitta

------------------------------------------------
Appinions
18 East 41st Street, 2nd Floor
New York, NY 10017-6271

www.appinions.com

Where Influence Isn’t a Game


On Tue, Feb 12, 2013 at 4:20 AM, stockii <stock.jo...@googlemail.com> wrote:
> hello.
>
> i want to compare two shards each other, because these shards should have
> the same index. but this isnt so =(
> so i want to find these documents, there are missing in one shard of my both
> shards.
>
> my ideas
> - distrubuted shard request on my nodes and fire a facet search on my
> unique-field. but the result of facet component isnt reversable =(
>
> - grouping. but its not working correctly i think so. no groups of the same
> uniquekey in the resultset.
>
>
> does anyone some better ideas?
>
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/compare-two-shards-tp4039887.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to