diff --git a/src/main/webapp/WEB-INF/view/common/help.jsp b/src/main/webapp/WEB-INF/view/common/help.jsp
index 1aac87ddb..97c56bd54 100755
--- a/src/main/webapp/WEB-INF/view/common/help.jsp
+++ b/src/main/webapp/WEB-INF/view/common/help.jsp
@@ -26,14 +26,14 @@
AND operator is the default conjunction operator. You can omit it from
a query. AND operator matches documents where both terms exist
anywhere in the text of a single document.
-
Fess AND Solr
+ Fess AND CodeLibs
OR
OR operator matches documents where any terms exist anywhere in the
text of a single document.
- Fess OR Solr
+ Fess OR CodeLibs
Wildcard
diff --git a/src/main/webapp/WEB-INF/view/common/help_ja.jsp b/src/main/webapp/WEB-INF/view/common/help_ja.jsp
index cd21695f0..b201a006b 100755
--- a/src/main/webapp/WEB-INF/view/common/help_ja.jsp
+++ b/src/main/webapp/WEB-INF/view/common/help_ja.jsp
@@ -24,15 +24,15 @@
AND 演算子は省略可能な連結演算子です。
AND 演算子は指定した検索語をすべて含むドキュメントにマッチします。
- たとえば、Fess と Solr を含むドキュメント検索するには次のように入力します。
- Fess AND Solr
+ たとえば、Fess と CodeLibs を含むドキュメント検索するには次のように入力します。
+ Fess AND CodeLibs
OR検索
OR 演算子は指定した検索語のいずれかを含むドキュメントにマッチします。
- たとえば、Fess または Solr を含むドキュメントを検索するには次のように入力します。
- Fess OR Solr
+ たとえば、Fess または CodeLibs を含むドキュメントを検索するには次のように入力します。
+ Fess OR CodeLibs
ワイルドカード
diff --git a/src/main/webapp/WEB-INF/view/common/help_ko.jsp b/src/main/webapp/WEB-INF/view/common/help_ko.jsp
index 7390f5abf..663fabbfa 100644
--- a/src/main/webapp/WEB-INF/view/common/help_ko.jsp
+++ b/src/main/webapp/WEB-INF/view/common/help_ko.jsp
@@ -24,15 +24,15 @@
AND 연산자는 선택적 연결 연산자입니다.
AND 연산자는 지정한 검색어를 모두 포함한 문서와 일치합니다.
- 예를 들어, Fess과 Solr를 포함하는 문서 검색하려면 다음과 같이 입력합니다.
- Fess AND Solr
+ 예를 들어, Fess과 CodeLibs를 포함하는 문서 검색하려면 다음과 같이 입력합니다.
+ Fess AND CodeLibs
OR검색
OR 연산자는 지정한 검색어 중 하나를 포함하는 문서에 매치합니다.
- 예를 들어, Fess 또는 Solr를 포함하는 문서를 검색하려면 다음과 같이 입력합니다.
- Fess OR Solr
+ 예를 들어, Fess 또는 CodeLibs를 포함하는 문서를 검색하려면 다음과 같이 입력합니다.
+ Fess OR CodeLibs
와일드카드