Message:

   The following issue has been resolved as FIXED.

   Resolver: Jeremy Ford
       Date: Sat, 19 Jun 2004 1:31 PM

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JS1-491
    Summary: [ENH] LuceneSearchService - configurable analyzer, specified by 
class-name.
       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: Wed, 16 Jun 2004 9:09 AM
    Updated: Sat, 19 Jun 2004 1:31 PM
Environment: All

Description:
I wanted the ability to switch out which analyzer was being used in the Search  - I 
noticed that the LuceneSearchService was hard-coded to use the SimpleAnalyzer.
So, I changed that to be configurable via a property file, a la:

services.Search.analyzer=org.apache.lucene.analysis.standard.StandardAnalyzer
- or - 
services.Search.analyzer=org.apache.lucene.analysis.SimpleAnalyzer
- or - 
services.Search.analyzer=org.apache.lucene.analysis.ru.RussianAnalyzer

etc.

Patch submitted to jetspeed-dev


---------------------------------------------------------------------
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