On May 10, 2011, at 9:42 AM, Samarendra Pratap wrote:
> Hi,
> Though we have 30 GB total index, size of the indexes that are used
> in 75%-80% searches is 5 GB. and we have average search time around 700 ms.
> (yes, we have optimized index).
>
> Could someone please throw some light on my origin
Can have a look at http://katta.sourceforge.net/ or
http://wiki.apache.org/solr/SolrCollectionDistributionScripts
HTH
Johannes
On Mar 22, 2011, at 9:30 AM, sol myr wrote:
> Hi,
> What are my options for distributing an application that uses Lucene?
>
> Our current application works against a d
Release 0.6.3 of Katta is now available.
Katta - Lucene (or Hadoop Mapfiles or any content which can be split into
shards) in the cloud.
http://katta.sourceforge.net
The changes of the 0.6.3 release:
fix KATTA-165, fix IndexOutOfBoundsException when adding index with enabled
throttling
fix KAT
Just one thought...
For me it would be natural to be never confronted with the Version.xx thing in
the api unless you really need.
so f.e. having
new QueryParser("", new KeywordAnalyzer()).parse("content: the");
as a default (probably using Version.LUCENE_CURRENT under the hood), but ha
Release 0.6 of Katta is now available.
Katta - Lucene (or Hadoop Mapfiles or any content which can be split into
shards) in the cloud.
http://katta.sourceforge.net
The key changes of the 0.6 release among dozens of bug fixes:
- upgrade lucene to 3.0
- upgrade zookeeper to 3.2.2
- upgrade hadoop