diff --git a/.travis.yml b/.travis.yml index 59d421d..d6132d8 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 > ci/solr_confs/schema.xml - - cat ci/install_solr.sh | SOLR_VERSION=4.10.3 SOLR_CONFS="ci/solr_confs" bash + - colab-admin build_solr_schema > /tmp/schema.xml + - cat ci/install_solr.sh | SOLR_VERSION=4.10.3 SOLR_CONFS="/tmp/schema.xml" bash script: - python setup.py test diff --git a/ci/solr_confs/schema.xml b/ci/solr_confs/schema.xml deleted file mode 100644 index f98a50a..0000000 --- a/ci/solr_confs/schema.xml +++ /dev/null @@ -1,225 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - id - - - text - - - - - diff --git a/ci/solr_confs/stopwords_en.txt b/ci/solr_confs/stopwords_en.txt deleted file mode 100644 index 2c164c0..0000000 --- a/ci/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