Re: How to make search distributed and scalable

2011-04-20 Thread Kim Kokkonen
You might check out katta, which nicely combines lucene and hadoop: http://katta.sourceforge.net/ This page has some architectural talks: http://katta.sourceforge.net/about/talks -Kim On 4/19/2011 12:11 AM, Weiwei Wang wrote: Hi, buddies, I'm reading something about solr and elastic-s

Re: encodeNormValue

2011-02-21 Thread Kim Kokkonen
too. > > simon > > On Mon, Feb 21, 2011 at 1:04 AM, Kim Kokkonen > wrote: > > Hi. I'd like to take advantage of the overrideable encodeNormValue method > in > > Similarity. From revision history it looks like this change was checked > in > > on 11/24/09

encodeNormValue

2011-02-20 Thread Kim Kokkonen
Hi. I'd like to take advantage of the overrideable encodeNormValue method in Similarity. From revision history it looks like this change was checked in on 11/24/09, and that a Branch for 3.x was created after that. But when I look in Lucene 3.0.3, apparently released on 11/28/10, the method is not