Opened 16 years ago

Closed 16 years ago

#378 closed defect (fixed)

incremental lucene build with no new documents breaking build.cfg

Reported by: kjdon Owned by: kjdon
Priority: high Milestone: Release 2.81
Component: Collection Building Severity: minor
Keywords: Cc:

Description

If you do an incremental build with lucene and there is nothing new to add, then the build.cfg ends up wrong. The indexfields and indexfieldmap are no longer complete.

Change History (1)

comment:1 by kjdon, 16 years ago

Resolution: fixed
Status: newclosed

I have tidied up both mgpp and lucene indexing. 'allfields' now means combined searching over all sepcified indexes (not all document metadata) for both mgpp and lucene. 'metadata' will index all metadata, but no longer reindexes metdata that has already been specified.

For lucene, if doing an incremental build, we now load in the indexfields and indexfieldmap from build.cfg so this info is not lost.

Note: See TracTickets for help on using tickets.