Lucene commits

RevisionAuthorDateDescription
664419mikemccand07 Jun 2008 20:51:11

fix IndexCommit.equals to compare version of the commit instead of segments filename, in addition to the Directory

663649gsingers05 Jun 2008 12:12:08

LUCENE-1299: Properly handle when IndexReader is not null and Field is in the spell checker

663054gsingers04 Jun 2008 06:41:41

LUCENE-1298: Allow MLT to use custom similarity

662545buschmi02 Jun 2008 16:21:38

Thread.getId() is a java 1.5 feature. Change to Thread.getName().

662413gsingers02 Jun 2008 08:29:02

LUCENE-1295: Made method public and added retrieveInterestingTerms variation

661648gsingers30 May 2008 07:11:32

LUCENE-1294: remove user.name from JAR manifest

660904mikemccand28 May 2008 07:00:33

LUCENE-1288: add getVersion, getGeneration to IndexCommit

660674buschmi27 May 2008 15:55:36

LUCENE-1189: Fixed the QueryParser to handle escaped characters within quoted terms correctly.

659965markrmiller25 May 2008 07:38:55

LUCENE-1285: WeightedSpanTermExtractor incorrectly treats the same terms occurring in different query types

659875buschmi24 May 2008 17:07:48

Add missing javadoc to Cache.synchronizedCache().

659742buschmi23 May 2008 21:45:12

LUCENE-1187: Fix ChainedFilterTest.java and BooleanFilterTest.java to not reference class from test/org/apache/lucene/search/, which is not in the contrib classpath.

659740buschmi23 May 2008 21:16:30

LUCENE-1187: Fix ChainedFilterTest.java and BooleanFilterTest.java to not reference class from test/org/apache/lucene/search/, which is not in the contrib classpath.

659732buschmi23 May 2008 20:48:12

Set eol-style to native for BooleanFilterTest.java