Message:

   The following issue has been resolved as FIXED.

   Resolver: Jeremy Ford
       Date: Wed, 14 Jul 2004 5:17 PM

Patch applied
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JS1-498

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JS1-498
    Summary: [ENH] LuceneSearchService - condional optimization
       Type: Improvement

     Status: Resolved
   Priority: Minor
 Resolution: FIXED

    Project: Jetspeed
 Components: 
             Miscellaneous
   Fix Fors:
             1.6-dev
   Versions:
             1.6-dev

   Assignee: Jeremy Ford
   Reporter: Enrique Lara

    Created: Fri, 2 Jul 2004 9:27 AM
    Updated: Wed, 14 Jul 2004 5:17 PM
Environment: All

Description:
This enhancement adds the ability to optimize the Search indexes manually.  This 
change also adds a configuration parameter to specify whether to optimize the indexes 
after each add/remove.

o Added optional method to SearchService interface:  
public boolean optimize() throws UnsupportedOperationException;

o Added boolean service configuration option: 
services.Search.auto_optimize=false


There is also a logic change in the udpate() method.  The add() will not proceed if 
the remove() did not succeed. 




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to