From b128f1838c2fa9cbbf45c7c1689fc2c35e6f7c53 Mon Sep 17 00:00:00 2001 From: Macartur Sousa Date: Tue, 17 Mar 2015 18:28:15 -0300 Subject: [PATCH] Changed folder to ci/solr_confs --- .travis.yml | 4 ++-- ci/solr_confs/schema.xml | 225 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ci/solr_confs/stopwords_en.txt | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ solr_confs/schema.xml | 225 --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- solr_confs/stopwords_en.txt | 54 ------------------------------------------------------ 5 files changed, 281 insertions(+), 281 deletions(-) create mode 100644 ci/solr_confs/schema.xml create mode 100644 ci/solr_confs/stopwords_en.txt delete mode 100644 solr_confs/schema.xml delete mode 100644 solr_confs/stopwords_en.txt diff --git a/.travis.yml b/.travis.yml index 1c709e9..59d421d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,8 @@ install: - psql -c "CREATE USER colab WITH PASSWORD 'colab' CREATEDB;" -U postgres before_script: - - colab-admin build_solr_schema > solr_confs/schema.xml - - cat ci/install_solr.sh | SOLR_VERSION=4.10.3 SOLR_CONFS="solr_confs" bash + - colab-admin build_solr_schema > ci/solr_confs/schema.xml + - cat ci/install_solr.sh | SOLR_VERSION=4.10.3 SOLR_CONFS="ci/solr_confs" bash script: - python setup.py test diff --git a/ci/solr_confs/schema.xml b/ci/solr_confs/schema.xml new file mode 100644 index 0000000..f98a50a --- /dev/null +++ b/ci/solr_confs/schema.xml @@ -0,0 +1,225 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + id + + + text + + + + + diff --git a/ci/solr_confs/stopwords_en.txt b/ci/solr_confs/stopwords_en.txt new file mode 100644 index 0000000..2c164c0 --- /dev/null +++ b/ci/solr_confs/stopwords_en.txt @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# a couple of test stopwords to test that the words are really being +# configured from this file: +stopworda +stopwordb + +# Standard english stop words taken from Lucene's StopAnalyzer +a +an +and +are +as +at +be +but +by +for +if +in +into +is +it +no +not +of +on +or +such +that +the +their +then +there +these +they +this +to +was +will +with diff --git a/solr_confs/schema.xml b/solr_confs/schema.xml deleted file mode 100644 index f98a50a..0000000 --- a/solr_confs/schema.xml +++ /dev/null @@ -1,225 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - id - - - text - - - - - diff --git a/solr_confs/stopwords_en.txt b/solr_confs/stopwords_en.txt deleted file mode 100644 index 2c164c0..0000000 --- a/solr_confs/stopwords_en.txt +++ /dev/null @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# a couple of test stopwords to test that the words are really being -# configured from this file: -stopworda -stopwordb - -# Standard english stop words taken from Lucene's StopAnalyzer -a -an -and -are -as -at -be -but -by -for -if -in -into -is -it -no -not -of -on -or -such -that -the -their -then -there -these -they -this -to -was -will -with -- libgit2 0.21.2