SourceForge.net Logo
Main Overview Wiki Issues Forum Build Fisheye
Issue Details (XML | Word | Printable)

Key: CMP-527
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Shay Banon
Reporter: Shay Banon
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Compass

Lucene 2.3: Support pluggable Merge Schedulers and Merge Policy. Add poolable/transactional merge scheduler.

Created: 04/Feb/08 04:09 PM   Updated: 09/Feb/08 06:41 AM
Component/s: Compass::Core
Affects Version/s: None
Fix Version/s: 2.0.0 M2


 Description  « Hide
Lucene 2.3 added support for merge schedulers and merge policy. Have a way to plug in your own ad well as configuring different ones.

Also, add an implementation for concurrent merge scheduler that uses the built in Compass executor manager for transactional safe executions as well as poolable threads.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Shay Banon added a comment - 06/Feb/08 04:10 PM
Implemented. Just need to be documented now.