enju_ndl 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +14 -0
- data/Rakefile +1 -1
- data/lib/enju_ndl.rb +0 -2
- data/lib/enju_ndl/crd.rb +1 -1
- data/lib/enju_ndl/ndl_search.rb +2 -2
- data/lib/enju_ndl/version.rb +1 -1
- data/spec/dummy/app/models/application_record.rb +3 -0
- data/spec/dummy/app/models/user.rb +1 -1
- data/spec/dummy/db/migrate/20190818075603_add_memo_to_manifestation.rb +5 -0
- data/spec/dummy/db/migrate/20190818075628_add_memo_to_item.rb +5 -0
- data/spec/dummy/db/migrate/20191219122214_create_custom_properties.rb +12 -0
- data/spec/dummy/db/schema.rb +12 -1
- metadata +472 -479
- data/README.rdoc +0 -10
- data/spec/dummy/config/initializers/session_store.rb +0 -8
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/solr/configsets/sunspot/conf/_rest_managed.json +0 -1
- data/spec/dummy/solr/configsets/sunspot/conf/admin-extra.html +0 -31
- data/spec/dummy/solr/configsets/sunspot/conf/currency.xml +0 -67
- data/spec/dummy/solr/configsets/sunspot/conf/elevate.xml +0 -36
- data/spec/dummy/solr/configsets/sunspot/conf/lang/stopwords_en.txt +0 -54
- data/spec/dummy/solr/configsets/sunspot/conf/mapping-ISOLatin1Accent.txt +0 -246
- data/spec/dummy/solr/configsets/sunspot/conf/protwords.txt +0 -21
- data/spec/dummy/solr/configsets/sunspot/conf/schema.xml +0 -278
- data/spec/dummy/solr/configsets/sunspot/conf/scripts.conf +0 -24
- data/spec/dummy/solr/configsets/sunspot/conf/solrconfig.xml +0 -631
- data/spec/dummy/solr/configsets/sunspot/conf/spellings.txt +0 -2
- data/spec/dummy/solr/configsets/sunspot/conf/synonyms.txt +0 -29
- data/spec/dummy/solr/default/data/index/segments_1 +0 -0
- data/spec/dummy/solr/default/data/index/write.lock +0 -0
- data/spec/dummy/solr/development/data/index/segments_1 +0 -0
- data/spec/dummy/solr/development/data/index/write.lock +0 -0
- data/spec/dummy/solr/pids/test/sunspot-solr-test.pid +0 -1
- data/spec/dummy/solr/solr.xml +0 -51
- data/spec/dummy/solr/test/data/index/_1p8.fdt +0 -0
- data/spec/dummy/solr/test/data/index/_1p8.fdx +0 -0
- data/spec/dummy/solr/test/data/index/_1p8.fnm +0 -0
- data/spec/dummy/solr/test/data/index/_1p8.nvd +0 -0
- data/spec/dummy/solr/test/data/index/_1p8.nvm +0 -0
- data/spec/dummy/solr/test/data/index/_1p8.si +0 -0
- data/spec/dummy/solr/test/data/index/_1p8_2.liv +0 -0
- data/spec/dummy/solr/test/data/index/_1p8_Lucene50_0.doc +0 -0
- data/spec/dummy/solr/test/data/index/_1p8_Lucene50_0.pos +0 -0
- data/spec/dummy/solr/test/data/index/_1p8_Lucene50_0.tim +0 -0
- data/spec/dummy/solr/test/data/index/_1p8_Lucene50_0.tip +0 -0
- data/spec/dummy/solr/test/data/index/_1pe.fdt +0 -0
- data/spec/dummy/solr/test/data/index/_1pe.fdx +0 -0
- data/spec/dummy/solr/test/data/index/_1pe.fnm +0 -0
- data/spec/dummy/solr/test/data/index/_1pe.nvd +0 -0
- data/spec/dummy/solr/test/data/index/_1pe.nvm +0 -0
- data/spec/dummy/solr/test/data/index/_1pe.si +0 -0
- data/spec/dummy/solr/test/data/index/_1pe_Lucene50_0.doc +0 -0
- data/spec/dummy/solr/test/data/index/_1pe_Lucene50_0.pos +0 -0
- data/spec/dummy/solr/test/data/index/_1pe_Lucene50_0.tim +0 -0
- data/spec/dummy/solr/test/data/index/_1pe_Lucene50_0.tip +0 -0
- data/spec/dummy/solr/test/data/index/_1pf.fdt +0 -0
- data/spec/dummy/solr/test/data/index/_1pf.fdx +0 -0
- data/spec/dummy/solr/test/data/index/_1pf.fnm +0 -0
- data/spec/dummy/solr/test/data/index/_1pf.nvd +0 -0
- data/spec/dummy/solr/test/data/index/_1pf.nvm +0 -0
- data/spec/dummy/solr/test/data/index/_1pf.si +0 -0
- data/spec/dummy/solr/test/data/index/_1pf_Lucene50_0.doc +0 -0
- data/spec/dummy/solr/test/data/index/_1pf_Lucene50_0.pos +0 -0
- data/spec/dummy/solr/test/data/index/_1pf_Lucene50_0.tim +0 -0
- data/spec/dummy/solr/test/data/index/_1pf_Lucene50_0.tip +0 -0
- data/spec/dummy/solr/test/data/index/segments_1p0 +0 -0
- data/spec/dummy/solr/test/data/index/write.lock +0 -0
- data/spec/dummy/solr/test/data/tlog/tlog.0000000000000002916 +0 -0
- data/spec/dummy/solr/test/data/tlog/tlog.0000000000000002918 +0 -0
- data/spec/dummy/solr/test/data/tlog/tlog.0000000000000002919 +0 -0
- data/spec/dummy/solr/test/data/tlog/tlog.0000000000000002920 +0 -0
- data/spec/dummy/solr/test/data/tlog/tlog.0000000000000002921 +0 -0
- data/spec/dummy/solr/test/data/tlog/tlog.0000000000000002922 +0 -0
- data/spec/dummy/solr/test/data/tlog/tlog.0000000000000002924 +0 -0
- data/spec/dummy/solr/test/data/tlog/tlog.0000000000000002925 +0 -0
- data/spec/dummy/solr/test/data/tlog/tlog.0000000000000002926 +0 -0
- data/spec/dummy/solr/test/data/tlog/tlog.0000000000000002927 +0 -0
@@ -1,29 +0,0 @@
|
|
1
|
-
# The ASF licenses this file to You under the Apache License, Version 2.0
|
2
|
-
# (the "License"); you may not use this file except in compliance with
|
3
|
-
# the License. You may obtain a copy of the License at
|
4
|
-
#
|
5
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
6
|
-
#
|
7
|
-
# Unless required by applicable law or agreed to in writing, software
|
8
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
9
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
10
|
-
# See the License for the specific language governing permissions and
|
11
|
-
# limitations under the License.
|
12
|
-
|
13
|
-
#-----------------------------------------------------------------------
|
14
|
-
#some test synonym mappings unlikely to appear in real input text
|
15
|
-
aaafoo => aaabar
|
16
|
-
bbbfoo => bbbfoo bbbbar
|
17
|
-
cccfoo => cccbar cccbaz
|
18
|
-
fooaaa,baraaa,bazaaa
|
19
|
-
|
20
|
-
# Some synonym groups specific to this example
|
21
|
-
GB,gib,gigabyte,gigabytes
|
22
|
-
MB,mib,megabyte,megabytes
|
23
|
-
Television, Televisions, TV, TVs
|
24
|
-
#notice we use "gib" instead of "GiB" so any WordDelimiterFilter coming
|
25
|
-
#after us won't split it into two words.
|
26
|
-
|
27
|
-
# Synonym mappings can be used for spelling correction too
|
28
|
-
pixima => pixma
|
29
|
-
|
Binary file
|
File without changes
|
Binary file
|
File without changes
|
@@ -1 +0,0 @@
|
|
1
|
-
3397
|
data/spec/dummy/solr/solr.xml
DELETED
@@ -1,51 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
-
<!--
|
3
|
-
Licensed to the Apache Software Foundation (ASF) under one or more
|
4
|
-
contributor license agreements. See the NOTICE file distributed with
|
5
|
-
this work for additional information regarding copyright ownership.
|
6
|
-
The ASF licenses this file to You under the Apache License, Version 2.0
|
7
|
-
(the "License"); you may not use this file except in compliance with
|
8
|
-
the License. You may obtain a copy of the License at
|
9
|
-
|
10
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
11
|
-
|
12
|
-
Unless required by applicable law or agreed to in writing, software
|
13
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
-
See the License for the specific language governing permissions and
|
16
|
-
limitations under the License.
|
17
|
-
-->
|
18
|
-
|
19
|
-
<!--
|
20
|
-
This is an example of a simple "solr.xml" file for configuring one or
|
21
|
-
more Solr Cores, as well as allowing Cores to be added, removed, and
|
22
|
-
reloaded via HTTP requests.
|
23
|
-
|
24
|
-
More information about options available in this configuration file,
|
25
|
-
and Solr Core administration can be found online:
|
26
|
-
http://wiki.apache.org/solr/CoreAdmin
|
27
|
-
-->
|
28
|
-
|
29
|
-
<solr>
|
30
|
-
|
31
|
-
<solrcloud>
|
32
|
-
|
33
|
-
<str name="host">${host:}</str>
|
34
|
-
<int name="hostPort">${jetty.port:8983}</int>
|
35
|
-
<str name="hostContext">${hostContext:solr}</str>
|
36
|
-
|
37
|
-
<bool name="genericCoreNodeNames">${genericCoreNodeNames:true}</bool>
|
38
|
-
|
39
|
-
<int name="zkClientTimeout">${zkClientTimeout:30000}</int>
|
40
|
-
<int name="distribUpdateSoTimeout">${distribUpdateSoTimeout:600000}</int>
|
41
|
-
<int name="distribUpdateConnTimeout">${distribUpdateConnTimeout:60000}</int>
|
42
|
-
|
43
|
-
</solrcloud>
|
44
|
-
|
45
|
-
<shardHandlerFactory name="shardHandlerFactory"
|
46
|
-
class="HttpShardHandlerFactory">
|
47
|
-
<int name="socketTimeout">${socketTimeout:600000}</int>
|
48
|
-
<int name="connTimeout">${connTimeout:60000}</int>
|
49
|
-
</shardHandlerFactory>
|
50
|
-
|
51
|
-
</solr>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
File without changes
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|