Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- 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: Unassigned Priority: Minor Project: Jetspeed Components: Miscellaneous Versions: 1.6-dev Assignee: Reporter: Enrique Lara Created: Wed, 16 Jun 2004 9:09 AM Updated: Wed, 16 Jun 2004 9:09 AM 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]
