RE: Billion document index

2013-05-15 Thread pankaj.pandey4
Thanks Shawn for explaining everything in such detail, it was really helpful. Have few more queries on the same. Can you please explain the purpose of the 3rd box in minimal configuration, with the standalone zookeeper? On separate note, if we go with ahead with 4 box(8 shard with replication f

Billion document index

2013-05-14 Thread pankaj.pandey4
Hi, We have to setup a billion document index using Apache Solr(about 2 billion docs). I need some assistance on choosing the right configuration for the environment setup. I have been going through the Solr documentation, but couldn't figure out what would be the best configuration for same.

Lucene Sorting

2013-04-17 Thread pankaj.pandey4
Hi, We are facing sorting issue on the data indexed using Solr. Below is the sample code. Problem is, data returned by the below code is not properly sorted i.e. there's no ordering of data. Can anyone assist me on this? TopDocs topDocs = null; Directory directory = FSDire