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
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
>> > 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
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
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