rjack-solr 3.6.0.0-java → 3.6.1.0-java
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.rdoc +4 -0
- data/Manifest.txt +2 -2
- data/README.rdoc +3 -3
- data/bin/rjack-solr-fg +0 -1
- data/init/rjack-solr +1 -1
- data/lib/rjack-solr/base.rb +1 -1
- data/lib/rjack-solr/server.rb +0 -1
- data/lib/rjack-solr/{solr-core-3.6.0.jar → solr-core-3.6.1.jar} +0 -0
- data/lib/rjack-solr/{solr-solrj-3.6.0.jar → solr-solrj-3.6.1.jar} +0 -0
- data/pom.xml +2 -2
- data/webapp/META-INF/MANIFEST.MF +3 -3
- data/webapp/admin/registry.xsl +1 -1
- data/webapp/admin/stats.xsl +1 -1
- data/webapp/admin/tabular.xsl +1 -1
- metadata +25 -11
data/History.rdoc
CHANGED
data/Manifest.txt
CHANGED
|
@@ -58,5 +58,5 @@ webapp/index.jsp
|
|
|
58
58
|
lib/rjack-solr/commons-fileupload-1.2.1.jar
|
|
59
59
|
lib/rjack-solr/commons-io-2.1.jar
|
|
60
60
|
lib/rjack-solr/commons-lang-2.6.jar
|
|
61
|
-
lib/rjack-solr/solr-core-3.6.
|
|
62
|
-
lib/rjack-solr/solr-solrj-3.6.
|
|
61
|
+
lib/rjack-solr/solr-core-3.6.1.jar
|
|
62
|
+
lib/rjack-solr/solr-solrj-3.6.1.jar
|
data/README.rdoc
CHANGED
|
@@ -14,9 +14,9 @@ Solr is run as a service on Jetty 7.x, and defaults to finding its
|
|
|
14
14
|
conf/ and data/ directories under the current working directory. To
|
|
15
15
|
get started, you can use the SOLR release's sample config:
|
|
16
16
|
|
|
17
|
-
% mkdir -p /
|
|
18
|
-
% cd /
|
|
19
|
-
% svn checkout http://svn.apache.org/repos/asf/lucene/dev/tags/
|
|
17
|
+
% mkdir -p /var/local/rjack-solr
|
|
18
|
+
% cd /var/local/rjack-solr
|
|
19
|
+
% svn checkout http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_3_6_1/solr/example/solr/conf
|
|
20
20
|
|
|
21
21
|
# Edit conf/schema.xml and remove/comment out the text_ja fieldType
|
|
22
22
|
# The Kuromoji Japanese Morphological is not included in
|
data/bin/rjack-solr-fg
CHANGED
data/init/rjack-solr
CHANGED
data/lib/rjack-solr/base.rb
CHANGED
data/lib/rjack-solr/server.rb
CHANGED
|
Binary file
|
|
Binary file
|
data/pom.xml
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<dependency>
|
|
16
16
|
<groupId>org.apache.solr</groupId>
|
|
17
17
|
<artifactId>solr-core</artifactId>
|
|
18
|
-
<version>3.6.
|
|
18
|
+
<version>3.6.1</version>
|
|
19
19
|
<exclusions>
|
|
20
20
|
<exclusion>
|
|
21
21
|
<groupId>com.google.guava</groupId>
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
<dependency>
|
|
39
39
|
<groupId>org.apache.solr</groupId>
|
|
40
40
|
<artifactId>solr</artifactId>
|
|
41
|
-
<version>3.6.
|
|
41
|
+
<version>3.6.1</version>
|
|
42
42
|
<type>war</type>
|
|
43
43
|
</dependency>
|
|
44
44
|
</dependencies>
|
data/webapp/META-INF/MANIFEST.MF
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Manifest-Version: 1.0
|
|
2
|
-
Ant-Version: Apache Ant 1.
|
|
2
|
+
Ant-Version: Apache Ant 1.8.4
|
|
3
3
|
Created-By: 1.5.0_22-b03 (Sun Microsystems Inc.)
|
|
4
4
|
Extension-Name: org.apache.solr
|
|
5
5
|
Specification-Title: Apache Solr Search Server
|
|
6
|
-
Specification-Version: 3.6.
|
|
6
|
+
Specification-Version: 3.6.1.2012.07.17.12.47.25
|
|
7
7
|
Specification-Vendor: The Apache Software Foundation
|
|
8
8
|
Implementation-Title: org.apache.solr
|
|
9
|
-
Implementation-Version: 3.6.
|
|
9
|
+
Implementation-Version: 3.6.1 1362471 - thetaphi - 2012-07-17 12:47:25
|
|
10
10
|
Implementation-Vendor: The Apache Software Foundation
|
|
11
11
|
X-Compile-Source-JDK: 1.5
|
|
12
12
|
X-Compile-Target-JDK: 1.5
|
data/webapp/admin/registry.xsl
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
limitations under the License.
|
|
17
17
|
-->
|
|
18
18
|
<!-- $Id: registry.xsl 1075192 2011-02-28 00:50:09Z uschindler $ -->
|
|
19
|
-
<!-- $URL: https://svn.apache.org/repos/asf/lucene/dev/branches/
|
|
19
|
+
<!-- $URL: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_3_6/solr/webapp/web/admin/registry.xsl $ -->
|
|
20
20
|
|
|
21
21
|
<xsl:stylesheet
|
|
22
22
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
data/webapp/admin/stats.xsl
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
limitations under the License.
|
|
17
17
|
-->
|
|
18
18
|
<!-- $Id: stats.xsl 1075192 2011-02-28 00:50:09Z uschindler $ -->
|
|
19
|
-
<!-- $URL: https://svn.apache.org/repos/asf/lucene/dev/branches/
|
|
19
|
+
<!-- $URL: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_3_6/solr/webapp/web/admin/stats.xsl $ -->
|
|
20
20
|
|
|
21
21
|
<xsl:stylesheet
|
|
22
22
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
data/webapp/admin/tabular.xsl
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
limitations under the License.
|
|
17
17
|
-->
|
|
18
18
|
<!-- $Id: tabular.xsl 1075192 2011-02-28 00:50:09Z uschindler $ -->
|
|
19
|
-
<!-- $URL: https://svn.apache.org/repos/asf/lucene/dev/branches/
|
|
19
|
+
<!-- $URL: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_3_6/solr/webapp/web/admin/tabular.xsl $ -->
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
<xsl:stylesheet
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: rjack-solr
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 3.6.
|
|
5
|
+
version: 3.6.1.0
|
|
6
6
|
platform: java
|
|
7
7
|
authors:
|
|
8
8
|
- David Kellum
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2012-
|
|
13
|
+
date: 2012-09-15 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rjack-commons-codec
|
|
@@ -30,7 +30,7 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - ~>
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 3.6.
|
|
33
|
+
version: 3.6.1
|
|
34
34
|
requirement: *id002
|
|
35
35
|
prerelease: false
|
|
36
36
|
type: :runtime
|
|
@@ -79,36 +79,50 @@ dependencies:
|
|
|
79
79
|
prerelease: false
|
|
80
80
|
type: :runtime
|
|
81
81
|
- !ruby/object:Gem::Dependency
|
|
82
|
-
name: rjack-
|
|
82
|
+
name: rjack-slf4j
|
|
83
83
|
version_requirements: &id007 !ruby/object:Gem::Requirement
|
|
84
|
+
none: false
|
|
85
|
+
requirements:
|
|
86
|
+
- - ">="
|
|
87
|
+
- !ruby/object:Gem::Version
|
|
88
|
+
version: 1.6.5
|
|
89
|
+
- - <
|
|
90
|
+
- !ruby/object:Gem::Version
|
|
91
|
+
version: "1.8"
|
|
92
|
+
requirement: *id007
|
|
93
|
+
prerelease: false
|
|
94
|
+
type: :runtime
|
|
95
|
+
- !ruby/object:Gem::Dependency
|
|
96
|
+
name: rjack-logback
|
|
97
|
+
version_requirements: &id008 !ruby/object:Gem::Requirement
|
|
84
98
|
none: false
|
|
85
99
|
requirements:
|
|
86
100
|
- - ~>
|
|
87
101
|
- !ruby/object:Gem::Version
|
|
88
102
|
version: "1.2"
|
|
89
|
-
requirement: *
|
|
103
|
+
requirement: *id008
|
|
90
104
|
prerelease: false
|
|
91
105
|
type: :runtime
|
|
92
106
|
- !ruby/object:Gem::Dependency
|
|
93
107
|
name: minitest
|
|
94
|
-
version_requirements: &
|
|
108
|
+
version_requirements: &id009 !ruby/object:Gem::Requirement
|
|
95
109
|
none: false
|
|
96
110
|
requirements:
|
|
97
111
|
- - ~>
|
|
98
112
|
- !ruby/object:Gem::Version
|
|
99
113
|
version: "2.2"
|
|
100
|
-
requirement: *
|
|
114
|
+
requirement: *id009
|
|
101
115
|
prerelease: false
|
|
102
116
|
type: :development
|
|
103
117
|
- !ruby/object:Gem::Dependency
|
|
104
118
|
name: rjack-tarpit
|
|
105
|
-
version_requirements: &
|
|
119
|
+
version_requirements: &id010 !ruby/object:Gem::Requirement
|
|
106
120
|
none: false
|
|
107
121
|
requirements:
|
|
108
122
|
- - ~>
|
|
109
123
|
- !ruby/object:Gem::Version
|
|
110
124
|
version: "2.0"
|
|
111
|
-
requirement: *
|
|
125
|
+
requirement: *id010
|
|
112
126
|
prerelease: false
|
|
113
127
|
type: :development
|
|
114
128
|
description:
|
|
@@ -177,8 +191,8 @@ files:
|
|
|
177
191
|
- lib/rjack-solr/commons-fileupload-1.2.1.jar
|
|
178
192
|
- lib/rjack-solr/commons-io-2.1.jar
|
|
179
193
|
- lib/rjack-solr/commons-lang-2.6.jar
|
|
180
|
-
- lib/rjack-solr/solr-core-3.6.
|
|
181
|
-
- lib/rjack-solr/solr-solrj-3.6.
|
|
194
|
+
- lib/rjack-solr/solr-core-3.6.1.jar
|
|
195
|
+
- lib/rjack-solr/solr-solrj-3.6.1.jar
|
|
182
196
|
homepage: http://rjack.rubyforge.org/solr
|
|
183
197
|
licenses: []
|
|
184
198
|
|