Re[2]: Frequently updated fields

2008-09-13 Thread Wojciech Strzałka
My strong reqirement is that search server runs on different machine then client - so I think I have two options: SOLR or Lucene via RMI (RemoteSearchable) So by now it looks like I have several options: 1. TagIndex - like described here http://issues.apache.org/jira/browse/

RE: Number to printable sortable string, including floating point numbers and negatives

2008-09-13 Thread Chris Hostetter
: > NumberTools only has methods for longs at the moment, but the same : > doubleToRawLongBits logic from NumberUtils could be usedto apply it to : > doubles as well. : : Ah, no I have never looked at the NumberTools class, simply because I : had no idea it existed. Thanks for the tip! It looks

Re: follow up of Lucene out of memory with RAMDirectory on J2EE environment

2008-09-13 Thread Chris Lu
Just confirmed the fix for this problem is ready in patch LUCENE-1383 Thanks Robert Engels for arguing with me and understand the problem quickly, and contributed a ClosableThreadLocal class, although the problem itself is hard to reproduce for hi