You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by Mark Miller <ma...@gmail.com> on 2009/05/12 14:24:27 UTC

Lucene update

Any objection to a Lucene update? I need rev 770993 for the constant 
score highlighting fix.

Changes below.

- Mark



r773194 | mikemccand | 2009-05-09 06:36:41 EDT

LUCENE-1593: optimize core Collectors for in-docID-order scorer case
----------------------------------------------------------------------------
r773190 | mikemccand | 2009-05-09 06:21:41 EDT

LUCENE-1625: properly set openReaderPassed in CheckIndex
----------------------------------------------------------------------------
r772158 | markrmiller | 2009-05-06 07:47:30 EDT

update changes.txt for LUCENE-1621
----------------------------------------------------------------------------
r772156 | markrmiller | 2009-05-06 07:42:05 EDT

LUCENE-1621: deprecate MultiTermQuery:getTerm
----------------------------------------------------------------------------
r771619 | mikemccand | 2009-05-05 04:28:45 EDT

fix CHANGES.txt number
----------------------------------------------------------------------------
r771260 | mikemccand | 2009-05-04 06:16:21 EDT

add getters to FSD; change listAll to directly create String[]
----------------------------------------------------------------------------
r770993 | markrmiller | 2009-05-02 18:46:26 EDT

fix for LUCENE-1425
----------------------------------------------------------------------------
r770841 | mikemccand | 2009-05-01 18:12:24 EDT

LUCENE-1618: added FileSwitchDirectory, which will be used for NRT 
readers in IndexWriter
----------------------------------------------------------------------------
r770839 | mikemccand | 2009-05-01 18:08:43 EDT

LUCENE-1623: fix case that was swallowing IOException; use .clear() 
instead of creating new ArrayList/HashMap
----------------------------------------------------------------------------
r770794 | hossman | 2009-05-01 15:14:31 EDT

LUCENE-1494: Added FieldMaskingSpanQuery which can be used to 
cross-correlate Spans from different fields
----------------------------------------------------------------------------
r770715 | mikemccand | 2009-05-01 11:34:43 EDT

fix Bollean -> Boolean typo
----------------------------------------------------------------------------
r770631 | mikemccand | 2009-05-01 06:54:35 EDT

LUCENE-1623: add CHANGES entry on trunk
----------------------------------------------------------------------------
r770625 | mikemccand | 2009-05-01 06:37:08 EDT

LUCENE-1623: properly handle back-compatibility of field names with 
non-ascii characters
----------------------------------------------------------------------------
r770615 | mikemccand | 2009-05-01 06:25:52 EDT

LUCENE-1624: don't write a new empty commit when create=true and 
autoCommit=false on creating IndexWriter, unless dir has no index yet
----------------------------------------------------------------------------
r770602 | uschindler | 2009-05-01 05:55:01 EDT

Correct JavaDocs in TrieUtils. This also adds a missing test for 
equals() and hashcode() of the TrieRangeQueries.
----------------------------------------------------------------------------
r770483 | hossman | 2009-04-30 19:18:13 EDT

another bit of sanity checking for queries: rewriting should be equal to 
cloning and rewriting
----------------------------------------------------------------------------
r770414 | mikemccand | 2009-04-30 15:50:34 EDT

LUCENE-1611: fix case where OutOfMemoryException in IndexWriter could 
cause infinite merging to happen
----------------------------------------------------------------------------
r770151 | mikemccand | 2009-04-30 06:32:56 EDT

try to prevent false failure of testTimedSearchTask
----------------------------------------------------------------------------
r769639 | pjaol | 2009-04-28 23:53:21 EDT

Fixed bug caused by multiSegmentIndexReader
----------------------------------------------------------------------------
r769543 | mikemccand | 2009-04-28 17:17:38 EDT

LUCENE-1616: switch to single setOffset API
----------------------------------------------------------------------------
r769533 | mikemccand | 2009-04-28 16:59:44 EDT

remove dead code (exceptions list) from ConcurrentMergeScheduler; add 
comment to the 250 msec sleep
----------------------------------------------------------------------------
r769524 | mikemccand | 2009-04-28 16:38:47 EDT

LUCENE-1604: allow IndexReader.norms to return null if the field has no 
norms; this is off by default but will be hardwired to on in 3.0
----------------------------------------------------------------------------
r769522 | mikemccand | 2009-04-28 16:23:52 EDT

LUCENE-1617: add -Dtestpackage=XXX and -Dtestpackageroot=lucene to run a 
package's tests
----------------------------------------------------------------------------
r769470 | pjaol | 2009-04-28 13:14:09 EDT

Fix class cast exception in SerialChainFilter
----------------------------------------------------------------------------
r769431 | mikemccand | 2009-04-28 11:12:53 EDT

make default exception handler in ConcurrentMergeHandler pause for 250 
msec after each exception, to prevent saturating CPU
----------------------------------------------------------------------------
r769409 | mikemccand | 2009-04-28 10:05:43 EDT

add missing interrupt restore on InterruptedException
----------------------------------------------------------------------------
r769300 | mikemccand | 2009-04-28 04:46:25 EDT

LUCENE-1619: remove unnecessary initTermBuffer()
----------------------------------------------------------------------------
r769294 | mikemccand | 2009-04-28 04:33:37 EDT

add defensive asserts for the indexInterval / skipInterval in tis/tii files
----------------------------------------------------------------------------
r768908 | mikemccand | 2009-04-27 05:34:05 EDT

LUCENE-1615: remove some more deprecated uses of Fieldable.omitTf
----------------------------------------------------------------------------
r768906 | mikemccand | 2009-04-27 05:27:53 EDT

remove redundant CHANGES entries from trunk if they are already covered 
in 2.4.1
----------------------------------------------------------------------------
r768427 | mikemccand | 2009-04-24 17:21:38 EST

LUCENE-1610: fix changes-to-html to properly format <code>...</code>
----------------------------------------------------------------------------
r768411 | mikemccand | 2009-04-24 15:45:18 EST

fix a few small things Steven Rowe found
----------------------------------------------------------------------------
r768385 | markrmiller | 2009-04-24 12:59:04 EST

move detectType to SortField
----------------------------------------------------------------------------
r768378 | mikemccand | 2009-04-24 12:32:30 EST

LUCENE-1516: add missing getter
----------------------------------------------------------------------------
r768371 | markrmiller | 2009-04-24 12:00:39 EST

put in warning about fvhq not doing auto resolution on the SortFields 
passed to it
----------------------------------------------------------------------------
r768337 | otis | 2009-04-24 10:51:31 EST

- Fixed javadoc and some crazy indentation
----------------------------------------------------------------------------770993




Re: Lucene update

Posted by Yonik Seeley <yo...@lucidimagination.com>.
On Tue, May 12, 2009 at 8:24 AM, Mark Miller <ma...@gmail.com> wrote:
> Any objection to a Lucene update? I need rev 770993 for the constant score
> highlighting fix.

Seems, fine.... go for it.

-Yonik