Re: Memory leak (JVM 1.6 only)

2007-05-15 Thread Narednra Singh Panwar
try using -Xmx option with your Application. and specify maximum/ minimum memory for your Application. Hope this will solve you problem. On 5/15/07, Stephen Gray <[EMAIL PROTECTED]> wrote: Hi everyone, I have an application that indexes/searches xml documents using Lucene. I'm having a prob

Re: regarding range search

2007-06-12 Thread Narednra Singh Panwar
Use NumberTools.longToString() while storing it in to lucene index and use (double)NumberTools.stringToLong() while reading it from Lucene index. Hope this will solve your problem. Thanks Narendra On 6/12/07, Mohammad Norouzi <[EMAIL PROTECTED]> wrote: Hello consider a query like this patien