Re: Index lucene database details.

2007-12-26 Thread Zhou Qi
Hi Grant, The exception is throw from java native method."Failed to merge indexes, java.lang.OutOfMemoryError: Java heap space ". ( I have set the -Xmx1024m in JVM.) I guess it is similar as the problem appeared in previous thread before ( http://www.nabble.com/Index-merge-and-java-heap-space-tt50

Re: Index lucene database details.

2007-12-26 Thread Grant Ingersoll
I would start at the Lucene Java home page (http://lucene.apache.org/java ) and dig in from there. There are a number of good docs on Scoring and the IR model used (Boolean plus Vector.) From there, I would dig into the javadocs and whip up some example code that indexes a set of tokens an

Re: Index lucene database details.

2007-12-23 Thread Berlin Brown
Purely for research. I like the lucene database engine and would in some respects like to model the approach. On Dec 22, 2007 9:42 PM, Erick Erickson <[EMAIL PROTECTED]> wrote: > The usual response is "why to you care" ? What is > it that you want to know this information to accomplish? Perhaps >

Re: Index lucene database details.

2007-12-22 Thread Erick Erickson
The usual response is "why to you care" ? What is it that you want to know this information to accomplish? Perhaps there's an easier way than trying to get into the guts of the index Best Erick On Dec 22, 2007 9:10 PM, Berlin Brown <[EMAIL PROTECTED]> wrote: > Do you guys have article links