Re: Sharding Techniques

2011-05-10 Thread Johannes Zillmann
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

Re: Distributing a Lucene application?

2011-03-22 Thread Johannes Zillmann
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

[ANNOUNCE] Katta 0.6.3 released

2010-11-24 Thread Johannes Zillmann
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

Re: ANNOUNCE: Release of Lucene Java 3.0.1 and 2.9.2

2010-02-26 Thread Johannes Zillmann
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

[ANNOUNCE] Katta 0.6 released

2010-02-04 Thread Johannes Zillmann
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