소스 검색

#2804 add osdd.xml for testingl

Shinsuke Sugaya 1 년 전
부모
커밋
f8eda0df53
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      src/test/resources/osdd/osdd.xml

+ 11 - 0
src/test/resources/osdd/osdd.xml

@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
+  <ShortName>Fess</ShortName>
+  <Description>Full Text Search for Your Documents.</Description>
+  <Tags>Full Text Search</Tags>
+  <Contact>fess-user@lists.sourceforge.jp</Contact>
+  <SearchForm>http://localhost:8080/fess/</SearchForm>
+  <Url type="text/html" template="http://localhost:8080/fess/search?q={searchTerms}"/>
+  <InputEncoding>UTF-8</InputEncoding>
+  <OutputEncoding>UTF-8</OutputEncoding>
+</OpenSearchDescription>