Improve search engine usage
---------------------------
Key: JS2-1198
URL: https://issues.apache.org/jira/browse/JS2-1198
Project: Jetspeed 2
Issue Type: Improvement
Components: Portlet Registry
Affects Versions: 2.2.1
Reporter: Woonsan Ko
Assignee: Woonsan Ko
Fix For: 2.2.2
I think we can improve the search engine usages with the recent lucene (3.0.1
or later) like the followings:
- Use explicit term queries instead of string based query which could have
made problems to not distinguish portlet app and portlet def.
- By default, we can configure RAM Directory instead of FS Directory.
Because the current search index store is small-sized for portlet registry,
the in-memory search index could be no problem by default.
Of course, we could provide a configuration and spring assembly to allow
search index directory customizations.
- Currently, we don't have options to check or reinitialize the search index
directory. If we do, it would be great because we don't have to restart the
servlet container to reinitialize the search index.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]