tanning_bed_solr 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (155) hide show
  1. data/.bnsignore +18 -0
  2. data/.gitignore +9 -0
  3. data/History.txt +4 -0
  4. data/README.txt +45 -0
  5. data/Rakefile +18 -0
  6. data/lib/tanning_bed_solr.rb +65 -0
  7. data/vendor/solr/README.txt +42 -0
  8. data/vendor/solr/etc/jetty.xml +212 -0
  9. data/vendor/solr/etc/webdefault.xml +379 -0
  10. data/vendor/solr/example-DIH/README.txt +43 -0
  11. data/vendor/solr/example-DIH/hsqldb/ex.backup +0 -0
  12. data/vendor/solr/example-DIH/hsqldb/ex.data +0 -0
  13. data/vendor/solr/example-DIH/hsqldb/ex.log +2 -0
  14. data/vendor/solr/example-DIH/hsqldb/ex.properties +17 -0
  15. data/vendor/solr/example-DIH/hsqldb/ex.script +12 -0
  16. data/vendor/solr/example-DIH/solr/db/conf/admin-extra.html +31 -0
  17. data/vendor/solr/example-DIH/solr/db/conf/db-data-config.xml +31 -0
  18. data/vendor/solr/example-DIH/solr/db/conf/elevate.xml +36 -0
  19. data/vendor/solr/example-DIH/solr/db/conf/protwords.txt +21 -0
  20. data/vendor/solr/example-DIH/solr/db/conf/schema.xml +356 -0
  21. data/vendor/solr/example-DIH/solr/db/conf/scripts.conf +24 -0
  22. data/vendor/solr/example-DIH/solr/db/conf/solrconfig.xml +705 -0
  23. data/vendor/solr/example-DIH/solr/db/conf/stopwords.txt +58 -0
  24. data/vendor/solr/example-DIH/solr/db/conf/synonyms.txt +31 -0
  25. data/vendor/solr/example-DIH/solr/db/conf/xslt/example.xsl +132 -0
  26. data/vendor/solr/example-DIH/solr/db/conf/xslt/example_atom.xsl +63 -0
  27. data/vendor/solr/example-DIH/solr/db/conf/xslt/example_rss.xsl +62 -0
  28. data/vendor/solr/example-DIH/solr/db/conf/xslt/luke.xsl +345 -0
  29. data/vendor/solr/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar +0 -0
  30. data/vendor/solr/example-DIH/solr/mail/conf/data-config.xml +11 -0
  31. data/vendor/solr/example-DIH/solr/mail/conf/protwords.txt +21 -0
  32. data/vendor/solr/example-DIH/solr/mail/conf/schema.xml +370 -0
  33. data/vendor/solr/example-DIH/solr/mail/conf/solrconfig.xml +807 -0
  34. data/vendor/solr/example-DIH/solr/mail/conf/stopwords.txt +58 -0
  35. data/vendor/solr/example-DIH/solr/mail/conf/synonyms.txt +31 -0
  36. data/vendor/solr/example-DIH/solr/rss/conf/admin-extra.html +31 -0
  37. data/vendor/solr/example-DIH/solr/rss/conf/elevate.xml +36 -0
  38. data/vendor/solr/example-DIH/solr/rss/conf/protwords.txt +21 -0
  39. data/vendor/solr/example-DIH/solr/rss/conf/rss-data-config.xml +26 -0
  40. data/vendor/solr/example-DIH/solr/rss/conf/schema.xml +316 -0
  41. data/vendor/solr/example-DIH/solr/rss/conf/scripts.conf +24 -0
  42. data/vendor/solr/example-DIH/solr/rss/conf/solrconfig.xml +704 -0
  43. data/vendor/solr/example-DIH/solr/rss/conf/stopwords.txt +58 -0
  44. data/vendor/solr/example-DIH/solr/rss/conf/synonyms.txt +31 -0
  45. data/vendor/solr/example-DIH/solr/solr.xml +8 -0
  46. data/vendor/solr/exampledocs/books.csv +11 -0
  47. data/vendor/solr/exampledocs/hd.xml +48 -0
  48. data/vendor/solr/exampledocs/ipod_other.xml +52 -0
  49. data/vendor/solr/exampledocs/ipod_video.xml +36 -0
  50. data/vendor/solr/exampledocs/mem.xml +60 -0
  51. data/vendor/solr/exampledocs/monitor.xml +31 -0
  52. data/vendor/solr/exampledocs/monitor2.xml +30 -0
  53. data/vendor/solr/exampledocs/mp500.xml +39 -0
  54. data/vendor/solr/exampledocs/payload.xml +57 -0
  55. data/vendor/solr/exampledocs/post.jar +0 -0
  56. data/vendor/solr/exampledocs/post.sh +28 -0
  57. data/vendor/solr/exampledocs/sd500.xml +34 -0
  58. data/vendor/solr/exampledocs/solr.xml +38 -0
  59. data/vendor/solr/exampledocs/test_utf8.sh +83 -0
  60. data/vendor/solr/exampledocs/utf8-example.xml +42 -0
  61. data/vendor/solr/exampledocs/vidcard.xml +54 -0
  62. data/vendor/solr/lib/jetty-6.1.3.jar +0 -0
  63. data/vendor/solr/lib/jetty-util-6.1.3.jar +0 -0
  64. data/vendor/solr/lib/jsp-2.1/ant-1.6.5.jar +0 -0
  65. data/vendor/solr/lib/jsp-2.1/core-3.1.1.jar +0 -0
  66. data/vendor/solr/lib/jsp-2.1/jsp-2.1.jar +0 -0
  67. data/vendor/solr/lib/jsp-2.1/jsp-api-2.1.jar +0 -0
  68. data/vendor/solr/lib/servlet-api-2.5-6.1.3.jar +0 -0
  69. data/vendor/solr/logs/.keep +0 -0
  70. data/vendor/solr/multicore/README.txt +3 -0
  71. data/vendor/solr/multicore/core0/conf/schema.xml +41 -0
  72. data/vendor/solr/multicore/core0/conf/solrconfig.xml +40 -0
  73. data/vendor/solr/multicore/core1/conf/schema.xml +41 -0
  74. data/vendor/solr/multicore/core1/conf/solrconfig.xml +40 -0
  75. data/vendor/solr/multicore/exampledocs/ipod_other.xml +34 -0
  76. data/vendor/solr/multicore/exampledocs/ipod_video.xml +22 -0
  77. data/vendor/solr/multicore/solr.xml +35 -0
  78. data/vendor/solr/solr/README.txt +54 -0
  79. data/vendor/solr/solr/conf/admin-extra.html +31 -0
  80. data/vendor/solr/solr/conf/elevate.xml +36 -0
  81. data/vendor/solr/solr/conf/mapping-ISOLatin1Accent.txt +246 -0
  82. data/vendor/solr/solr/conf/protwords.txt +21 -0
  83. data/vendor/solr/solr/conf/schema.xml +126 -0
  84. data/vendor/solr/solr/conf/scripts.conf +24 -0
  85. data/vendor/solr/solr/conf/solrconfig.xml +458 -0
  86. data/vendor/solr/solr/conf/spellings.txt +2 -0
  87. data/vendor/solr/solr/conf/stopwords.txt +58 -0
  88. data/vendor/solr/solr/conf/synonyms.txt +31 -0
  89. data/vendor/solr/solr/conf/xslt/example.xsl +132 -0
  90. data/vendor/solr/solr/conf/xslt/example_atom.xsl +67 -0
  91. data/vendor/solr/solr/conf/xslt/example_rss.xsl +66 -0
  92. data/vendor/solr/solr/conf/xslt/luke.xsl +337 -0
  93. data/vendor/solr/start.jar +0 -0
  94. data/vendor/solr/webapps/solr.war +0 -0
  95. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/jsp/org/apache/jsp/admin/index_jsp.class +0 -0
  96. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/jsp/org/apache/jsp/index_jsp.class +0 -0
  97. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/META-INF/LICENSE.txt +1086 -0
  98. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/META-INF/NOTICE.txt +254 -0
  99. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/WEB-INF/lib/apache-solr-core-1.4.0.jar +0 -0
  100. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/WEB-INF/lib/apache-solr-dataimporthandler-1.4.0.jar +0 -0
  101. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/WEB-INF/lib/apache-solr-solrj-1.4.0.jar +0 -0
  102. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/WEB-INF/lib/commons-codec-1.3.jar +0 -0
  103. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/WEB-INF/lib/commons-csv-1.0-SNAPSHOT-r609327.jar +0 -0
  104. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/WEB-INF/lib/commons-fileupload-1.2.1.jar +0 -0
  105. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/WEB-INF/lib/commons-httpclient-3.1.jar +0 -0
  106. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/WEB-INF/lib/commons-io-1.4.jar +0 -0
  107. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/WEB-INF/lib/geronimo-stax-api_1.0_spec-1.0.1.jar +0 -0
  108. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/WEB-INF/lib/jcl-over-slf4j-1.5.5.jar +0 -0
  109. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/WEB-INF/lib/lucene-analyzers-2.9.1.jar +0 -0
  110. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/WEB-INF/lib/lucene-core-2.9.1.jar +0 -0
  111. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/WEB-INF/lib/lucene-highlighter-2.9.1.jar +0 -0
  112. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/WEB-INF/lib/lucene-memory-2.9.1.jar +0 -0
  113. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/WEB-INF/lib/lucene-misc-2.9.1.jar +0 -0
  114. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/WEB-INF/lib/lucene-queries-2.9.1.jar +0 -0
  115. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/WEB-INF/lib/lucene-snowball-2.9.1.jar +0 -0
  116. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/WEB-INF/lib/lucene-spellchecker-2.9.1.jar +0 -0
  117. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/WEB-INF/lib/slf4j-api-1.5.5.jar +0 -0
  118. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/WEB-INF/lib/slf4j-jdk14-1.5.5.jar +0 -0
  119. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/WEB-INF/lib/wstx-asl-3.2.7.jar +0 -0
  120. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/WEB-INF/web.xml +148 -0
  121. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/WEB-INF/weblogic.xml +12 -0
  122. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/_info.jsp +118 -0
  123. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/action.jsp +94 -0
  124. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/analysis.jsp +498 -0
  125. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/analysis.xsl +179 -0
  126. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/dataimport.jsp +54 -0
  127. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/debug.jsp +106 -0
  128. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/distributiondump.jsp +160 -0
  129. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/favicon.ico +0 -0
  130. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/form.jsp +137 -0
  131. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/get-file.jsp +72 -0
  132. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/get-properties.jsp +24 -0
  133. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/header.jsp +41 -0
  134. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/index.jsp +156 -0
  135. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/jquery-1.2.3.min.js +32 -0
  136. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/meta.xsl +34 -0
  137. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/ping.jsp +52 -0
  138. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/ping.xsl +71 -0
  139. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/raw-schema.jsp +38 -0
  140. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/registry.jsp +107 -0
  141. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/registry.xsl +321 -0
  142. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/replication/header.jsp +89 -0
  143. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/replication/index.jsp +378 -0
  144. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/schema.jsp +657 -0
  145. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/solr-admin.css +215 -0
  146. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/solr_small.png +0 -0
  147. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/stats.jsp +92 -0
  148. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/stats.xsl +220 -0
  149. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/tabular.xsl +141 -0
  150. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/threaddump.jsp +110 -0
  151. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/admin/threaddump.xsl +103 -0
  152. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/favicon.ico +0 -0
  153. data/vendor/solr/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp/index.jsp +42 -0
  154. data/version.txt +1 -0
  155. metadata +251 -0
@@ -0,0 +1,254 @@
1
+ ==============================================================
2
+ Apache Solr
3
+ Copyright 2006-2008 The Apache Software Foundation
4
+ ==============================================================
5
+
6
+ This product includes software developed by
7
+ The Apache Software Foundation (http://www.apache.org/).
8
+
9
+ Includes software from other Apache Software Foundation projects,
10
+ including, but not limited to:
11
+ - Apache Lucene Java
12
+ - Apache Tomcat (lib/servlet-api-2.4.jar)
13
+ - Apache Commons
14
+ - Apache Geronimo (stax API jar)
15
+ - Apache Log4j (contrib/clustering)
16
+
17
+ This product includes tests written with EasyMock Copyright 2001-2007
18
+ Tammo Freese (http://www.easymock.org/)
19
+
20
+ This product includes the JQuery JavaScript library created by John Resig.
21
+ Copyright (c) 2008 John Resig, http://jquery.com/
22
+
23
+ This product includes the stax-utils jar: https://stax-utils.dev.java.net/
24
+ Copyright (c) 2004, Christian Niles, unit12.net
25
+ Copyright (c) 2004, Sun Microsystems, Inc.
26
+ Copyright (c) 2006, John Kristian
27
+ License: The BSD License (http://www.opensource.org/licenses/bsd-license.php)
28
+
29
+ This product includes a JUnit jar: http://junit.sourceforge.net/
30
+ License: Common Public License - v 1.0 (http://junit.sourceforge.net/cpl-v10.html)
31
+
32
+ This product includes the JavaMail API 1.4.1 jar: https://glassfish.dev.java.net/javaee5/mail/
33
+ License: Common Development and Distribution License (CDDL) v1.0 (https://glassfish.dev.java.net/public/CDDLv1.0.html)
34
+
35
+ This product includes the JavaBeans Activation Framework (JAF) 1.1 jar: http://java.sun.com/products/javabeans/jaf/index.jsp
36
+ License: Common Development and Distribution License (CDDL) v1.0 (https://glassfish.dev.java.net/public/CDDLv1.0.html)
37
+
38
+ This product includes the HSQL Database (HSQLDB) 1.8.0.10 jar: http://hsqldb.org/
39
+ License: http://hsqldb.org/web/hsqlLicense.html
40
+
41
+
42
+ =========================================================================
43
+ == Apache Lucene Notice ==
44
+ =========================================================================
45
+ The snowball stemmers in
46
+ contrib/snowball/src/java/net/sf/snowball
47
+ were developed by Martin Porter and Richard Boulton.
48
+ The full snowball package is available from
49
+ http://snowball.tartarus.org/
50
+ ---
51
+
52
+ This product includes/uses software, Woodstox (http://woodstox.codehaus.org),
53
+ developed by Codehaus (http://www.codehaus.org/)
54
+ License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
55
+ =========================================================================
56
+ == Woodstox Notice ==
57
+ =========================================================================
58
+ This product currently only contains code developed by authors
59
+ of specific components, as identified by the source code files.
60
+
61
+ Since product implements StAX API, it has dependencies to StAX API
62
+ classes.
63
+
64
+ For additional credits (generally to people who reported problems)
65
+ see CREDITS file.
66
+ ---
67
+
68
+ This product includes software developed by Mort Bay Consulting
69
+ (specifically, Jetty 6.1.3, the bundled servlet container in example)
70
+ The jboss integration module is not included.
71
+ =========================================================================
72
+ == Jetty Notice ==
73
+ =========================================================================
74
+ ==============================================================
75
+ Jetty Web Container
76
+ Copyright 1995-2006 Mort Bay Consulting Pty Ltd
77
+ ==============================================================
78
+
79
+ This product includes some software developed at The Apache Software
80
+ Foundation (http://www.apache.org/).
81
+
82
+ The javax.servlet package used by Jetty is copyright
83
+ Sun Microsystems, Inc and Apache Software Foundation. It is
84
+ distributed under the Common Development and Distribution License.
85
+ You can obtain a copy of the license at
86
+ https://glassfish.dev.java.net/public/CDDLv1.0.html.
87
+
88
+ The UnixCrypt.java code ~Implements the one way cryptography used by
89
+ Unix systems for simple password protection. Copyright 1996 Aki Yoshida,
90
+ modified April 2001 by Iris Van den Broeke, Daniel Deville.
91
+
92
+ The default JSP implementation is provided by the Glassfish JSP engine
93
+ from project Glassfish http://glassfish.dev.java.net. Copyright 2005
94
+ Sun Microsystems, Inc. and portions Copyright Apache Software Foundation.
95
+
96
+ Some portions of the code are Copyright:
97
+ 2006 Tim Vernum
98
+ 1999 Jason Gilbert.
99
+
100
+ The jboss integration module contains some LGPL code.
101
+
102
+ =========================================================================
103
+ == SLF4J Notice -- http://www.slf4j.org/license.html ==
104
+ =========================================================================
105
+
106
+ Copyright (c) 2004-2008 QOS.ch
107
+ All rights reserved.
108
+
109
+ Permission is hereby granted, free of charge, to any person obtaining
110
+ a copy of this software and associated documentation files (the
111
+ "Software"), to deal in the Software without restriction, including
112
+ without limitation the rights to use, copy, modify, merge, publish,
113
+ distribute, sublicense, and/or sell copies of the Software, and to
114
+ permit persons to whom the Software is furnished to do so, subject to
115
+ the following conditions:
116
+
117
+ The above copyright notice and this permission notice shall be
118
+ included in all copies or substantial portions of the Software.
119
+
120
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
121
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
122
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
123
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
124
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
125
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
126
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
127
+
128
+ =========================================================================
129
+ == Apache Tika Notices ==
130
+ =========================================================================
131
+
132
+ The following notices apply to the Apache Tika libraries in contrib/extraction/lib:
133
+
134
+ This product includes software developed by the following copyright owners:
135
+
136
+ Copyright (c) 2000-2006 The Legion Of The Bouncy Castle
137
+ (http://www.bouncycastle.org)
138
+
139
+ Copyright (c) 2003-2005, www.pdfbox.org
140
+
141
+ Copyright (c) 2003-2005, www.fontbox.org
142
+
143
+ Copyright (c) 1995-2005 International Business Machines Corporation and others
144
+
145
+ Copyright (c) 2000-2005 INRIA, France Telecom
146
+
147
+
148
+ =========================================================================
149
+ == Carrot2 Notice ==
150
+ =========================================================================
151
+ Copyright (C) 2002-2008, Dawid Weiss, Stanislaw Osinski.
152
+ Portions (C) Contributors listed in "carrot2.CONTRIBUTORS" file.
153
+ All rights reserved.
154
+
155
+ This product includes software developed by the Carrot2 Project.
156
+
157
+ See http://project.carrot2.org/
158
+
159
+ =========================================================================
160
+ == EHCache Notice ==
161
+ =========================================================================
162
+ Copyright 2003-2008 Luck Consulting Pty Ltd
163
+
164
+ This product includes software developed by the EHCache Project
165
+
166
+ See ????
167
+
168
+ =========================================================================
169
+ == Google Collections Notice ==
170
+ =========================================================================
171
+
172
+ Copyright ???? Google, Inc.
173
+
174
+ This product includes software developed by the Google Collections project.
175
+
176
+ See ????
177
+
178
+ =========================================================================
179
+ == Jackson Notice ==
180
+ =========================================================================
181
+ Copyright ????
182
+
183
+ This product includes software developed by the Jackson project.
184
+
185
+ See ????
186
+
187
+ =========================================================================
188
+ == HSQLDB Notice ==
189
+ =========================================================================
190
+
191
+ For content, code, and products originally developed by Thomas Mueller and the Hypersonic SQL Group:
192
+
193
+ Copyright (c) 1995-2000 by the Hypersonic SQL Group.
194
+ All rights reserved.
195
+
196
+ Redistribution and use in source and binary forms, with or without
197
+ modification, are permitted provided that the following conditions are met:
198
+
199
+ Redistributions of source code must retain the above copyright notice, this
200
+ list of conditions and the following disclaimer.
201
+
202
+ Redistributions in binary form must reproduce the above copyright notice,
203
+ this list of conditions and the following disclaimer in the documentation
204
+ and/or other materials provided with the distribution.
205
+
206
+ Neither the name of the Hypersonic SQL Group nor the names of its
207
+ contributors may be used to endorse or promote products derived from this
208
+ software without specific prior written permission.
209
+
210
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
211
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
212
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
213
+ ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,
214
+ OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
215
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
216
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
217
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
218
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
219
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
220
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
221
+
222
+ This software consists of voluntary contributions made by many individuals on behalf of the
223
+ Hypersonic SQL Group.
224
+
225
+ For work added by the HSQL Development Group (a.k.a. hsqldb_lic.txt):
226
+
227
+ Copyright (c) 2001-2005, The HSQL Development Group
228
+ All rights reserved.
229
+
230
+ Redistribution and use in source and binary forms, with or without
231
+ modification, are permitted provided that the following conditions are met:
232
+
233
+ Redistributions of source code must retain the above copyright notice, this
234
+ list of conditions and the following disclaimer.
235
+
236
+ Redistributions in binary form must reproduce the above copyright notice,
237
+ this list of conditions and the following disclaimer in the documentation
238
+ and/or other materials provided with the distribution.
239
+
240
+ Neither the name of the HSQL Development Group nor the names of its
241
+ contributors may be used to endorse or promote products derived from this
242
+ software without specific prior written permission.
243
+
244
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
245
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
246
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
247
+ ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,
248
+ OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
249
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
250
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
251
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
252
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
253
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
254
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -0,0 +1,148 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
3
+ <!--
4
+ Licensed to the Apache Software Foundation (ASF) under one or more
5
+ contributor license agreements. See the NOTICE file distributed with
6
+ this work for additional information regarding copyright ownership.
7
+ The ASF licenses this file to You under the Apache License, Version 2.0
8
+ (the "License"); you may not use this file except in compliance with
9
+ the License. You may obtain a copy of the License at
10
+
11
+ http://www.apache.org/licenses/LICENSE-2.0
12
+
13
+ Unless required by applicable law or agreed to in writing, software
14
+ distributed under the License is distributed on an "AS IS" BASIS,
15
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ See the License for the specific language governing permissions and
17
+ limitations under the License.
18
+ -->
19
+
20
+ <web-app>
21
+
22
+ <!-- Uncomment if you are trying to use a Resin version before 3.0.19.
23
+ Their XML implementation isn't entirely compatible with Xerces.
24
+ Below are the implementations to use with Sun's JVM.
25
+ <system-property javax.xml.xpath.XPathFactory=
26
+ "com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl"/>
27
+ <system-property javax.xml.parsers.DocumentBuilderFactory=
28
+ "com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl"/>
29
+ <system-property javax.xml.parsers.SAXParserFactory=
30
+ "com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl"/>
31
+ -->
32
+
33
+ <!-- People who want to hardcode their "Solr Home" directly into the
34
+ WAR File can set the JNDI property here...
35
+ -->
36
+ <!--
37
+ <env-entry>
38
+ <env-entry-name>solr/home</env-entry-name>
39
+ <env-entry-value>/put/your/solr/home/here</env-entry-value>
40
+ <env-entry-type>java.lang.String</env-entry-type>
41
+ </env-entry>
42
+ -->
43
+
44
+ <!-- Any path (name) registered in solrconfig.xml will be sent to that filter -->
45
+ <filter>
46
+ <filter-name>SolrRequestFilter</filter-name>
47
+ <filter-class>org.apache.solr.servlet.SolrDispatchFilter</filter-class>
48
+ <!-- If you are wiring Solr into a larger web application which controls
49
+ the web context root, you will probably want to mount Solr under
50
+ a path prefix (app.war with /app/solr mounted into it, for example).
51
+ You will need to put this prefix in front of the SolrDispatchFilter
52
+ url-pattern mapping too (/solr/*), and also on any paths for
53
+ legacy Solr servlet mappings you may be using.
54
+ For the admin JSP's to work properly in a path-prefixed configuration,
55
+ the admin folder containing the JSPs needs to be under the app context root
56
+ named to match the path-prefix. For example:
57
+
58
+ .war
59
+ xxx
60
+ admin
61
+ stats.jsp
62
+ -->
63
+ <!--
64
+ <init-param>
65
+ <param-name>path-prefix</param-name>
66
+ <param-value>/xxx</param-value>
67
+ </init-param>
68
+ -->
69
+ </filter>
70
+
71
+ <filter-mapping>
72
+ <!--
73
+ NOTE: When using multicore, /admin JSP URLs with a core specified
74
+ such as /solr/coreName/admin/stats.jsp get forwarded by a
75
+ RequestDispatcher to /solr/admin/stats.jsp with the specified core
76
+ put into request scope keyed as "org.apache.solr.SolrCore".
77
+
78
+ It is unnecessary, and potentially problematic, to have the SolrDispatchFilter
79
+ configured to also filter on forwards. Do not configure
80
+ this dispatcher as <dispatcher>FORWARD</dispatcher>.
81
+ -->
82
+ <filter-name>SolrRequestFilter</filter-name>
83
+ <url-pattern>/*</url-pattern>
84
+ </filter-mapping>
85
+
86
+ <!-- Otherwise it will continue to the old servlets -->
87
+
88
+ <servlet>
89
+ <servlet-name>SolrServer</servlet-name>
90
+ <display-name>Solr</display-name>
91
+ <description>Solr Server</description>
92
+ <servlet-class>org.apache.solr.servlet.SolrServlet</servlet-class>
93
+ <load-on-startup>1</load-on-startup>
94
+ </servlet>
95
+
96
+ <servlet>
97
+ <servlet-name>SolrUpdate</servlet-name>
98
+ <display-name>SolrUpdate</display-name>
99
+ <description>Solr Update Handler</description>
100
+ <servlet-class>org.apache.solr.servlet.SolrUpdateServlet</servlet-class>
101
+ <load-on-startup>2</load-on-startup>
102
+ </servlet>
103
+
104
+ <servlet>
105
+ <servlet-name>Logging</servlet-name>
106
+ <servlet-class>org.apache.solr.servlet.LogLevelSelection</servlet-class>
107
+ </servlet>
108
+
109
+ <!-- @Deprecated -->
110
+ <servlet>
111
+ <servlet-name>ping</servlet-name>
112
+ <jsp-file>/admin/ping.jsp</jsp-file>
113
+ </servlet>
114
+
115
+ <servlet-mapping>
116
+ <servlet-name>SolrServer</servlet-name>
117
+ <url-pattern>/select/*</url-pattern>
118
+ </servlet-mapping>
119
+
120
+ <servlet-mapping>
121
+ <servlet-name>SolrUpdate</servlet-name>
122
+ <url-pattern>/update/*</url-pattern>
123
+ </servlet-mapping>
124
+
125
+ <servlet-mapping>
126
+ <servlet-name>Logging</servlet-name>
127
+ <url-pattern>/admin/logging</url-pattern>
128
+ </servlet-mapping>
129
+
130
+ <!-- @Deprecated -->
131
+ <servlet-mapping>
132
+ <servlet-name>ping</servlet-name>
133
+ <url-pattern>/admin/ping</url-pattern>
134
+ </servlet-mapping>
135
+
136
+ <!-- @Deprecated -->
137
+ <servlet-mapping>
138
+ <servlet-name>Logging</servlet-name>
139
+ <url-pattern>/admin/logging.jsp</url-pattern>
140
+ </servlet-mapping>
141
+
142
+ <mime-mapping>
143
+ <extension>.xsl</extension>
144
+ <!-- per http://www.w3.org/TR/2006/PR-xslt20-20061121/ -->
145
+ <mime-type>application/xslt+xml</mime-type>
146
+ </mime-mapping>
147
+
148
+ </web-app>