Issue Details (XML | Word | Printable)

Key: LUCENE-1043
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Michael McCandless
Reporter: Michael McCandless
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Lucene - Java

Speedup merging of stored fields when field mapping "matches"

Created: 02/Nov/07 06:29 PM   Updated: 25/Jan/08 03:24 AM
Return to search
Component/s: Index
Affects Version/s: 2.2
Fix Version/s: 2.3

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works LUCENE-1043.patch 2007-11-02 06:30 PM Michael McCandless 8 kB
Text File Licensed for inclusion in ASF works LUCENE-1043.take2.patch 2007-11-05 06:01 PM Michael McCandless 12 kB

Lucene Fields: New
Resolution Date: 08/Nov/07 11:08 AM


 Description  « Hide
Robert Engels suggested the following idea, here:

http://www.gossamer-threads.com/lists/lucene/java-dev/54217

When merging in the stored fields from a segment, if the field name ->
number mapping is identical then we can simply bulk copy the entire
entry for the document rather than re-interpreting and then re-writing
the actual stored fields.

I've pulled the code from the above thread and got it working on the
current trunk.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.