Re: setting up lucene for use on mac OSX

2011-10-26 Thread Mead Lai
Daniel, this is the super cmd line, copy all the jars in the current dir. javac -Djava.ext.dirs=.; *.java Another way is using a IDE, as Eclipse. Regards, Mead On Tue, Oct 25, 2011 at 4:30 PM, janwen wrote: > hi: > In my lucene search project(b/s),i search the indexdir,get the > results.but

Java 7u1 fixes index corruption and crash bugs in Apache Lucene Core and Apache Solr

2011-10-26 Thread Uwe Schindler
Hi users of Apache Lucene Core and Apache Solr, Oracle released Java 7u1 [1] on October 19. According to the release notes and tests done by the Lucene committers, all bugs reported on July 28 are fixed in this release, so code using Porter stemmer no longer crashes with SIGSEGV. We were not able

Re: Bet you didn't know Lucene can...

2011-10-26 Thread mark harwood
>>  > Avg lookup time slightly less than a HashSet? Interesting. Scratch that. A new dataset and revised code shows HashSets out in front (but still not a realistic option for very large sets) : http://goo.gl/Lb4J1 In this benchmark I removed the code common to all previous tests which was firs

Re: Bet you didn't know Lucene can...

2011-10-26 Thread Dawid Weiss
Yes, sure it is interesting -- github would be probably a good spot? Dawid On Wed, Oct 26, 2011 at 7:02 PM, mark harwood wrote: >>>  > Avg lookup time slightly less than a HashSet? Interesting. > > Scratch that. A new dataset and revised code shows HashSets out in front (but > still not a reali

IndexWriter loops trying to merge using ConcurrentMergeScheduler

2011-10-26 Thread alfredhong
This is with lucene 3.0.3 running JDK 6u20 64-bit. I'm running into an issue where merges are looping seemingly randomly with the use of ConcurrentMergeSchduler. By "seemingly randomly", I mean that with repeated process restarts against very much the same data set this behavior will occur, but