[ckan-changes] [okfn/ckan] 4c2c1a: [search] #1498 Support for multiple SOLR schemas

noreply at github.com noreply at github.com
Fri Dec 9 12:15:39 UTC 2011


  Branch: refs/heads/release-v1.5.1c
  Home:   https://github.com/okfn/ckan

  Commit: 4c2c1a877617359c988a019f0c5a6c1e90e76bed
      https://github.com/okfn/ckan/commit/4c2c1a877617359c988a019f0c5a6c1e90e76bed
  Author: amercader <amercadero at gmail.com>
  Date:   2011-12-09 (Fri, 09 Dec 2011)

  Changed paths:
    M ckan/config/environment.py
  R ckan/config/schema.xml
  A ckan/config/solr/CHANGELOG.txt
  A ckan/config/solr/README.txt
  A ckan/config/solr/schema-1.2.xml
  A ckan/config/solr/schema-1.3.xml
  M ckan/lib/search/__init__.py
  A ckan/tests/lib/solr/schema-no-version.xml
  A ckan/tests/lib/solr/schema-wrong-version.xml
  A ckan/tests/lib/test_solr_schema_version.py

  Log Message:
  -----------
  [search] #1498 Support for multiple SOLR schemas

A check is now made on the startup to see if the SOLR server defined
in the configuration file is using a compatible version. The schema
file will be retrieved from the SOLR server and the version will be
extracted and check against a local list of supported versions. If the
remote version is not supported, a SearchError exception will be shown.
Note that the SOLR schemas files have been moved to::

    ckan/config/solr

Please refer to `ckan/config/solr/README.txt` for more details.


  Commit: b471000db4b1b2f1e666eb9e09b0f76c2692e585
      https://github.com/okfn/ckan/commit/b471000db4b1b2f1e666eb9e09b0f76c2692e585
  Author: amercader <amercadero at gmail.com>
  Date:   2011-12-09 (Fri, 09 Dec 2011)

  Changed paths:
    M ckan/config/solr/schema-1.3.xml
  M ckan/lib/search/index.py
  M ckan/tests/lib/test_solr_search_index.py

  Log Message:
  -----------
  Merge branch 'defect-1430-mixed-docs-in-search-index' into feature-1498-multiple-schemas


  Commit: cedfb917978b08a74a13283a3f9a626cd7570012
      https://github.com/okfn/ckan/commit/cedfb917978b08a74a13283a3f9a626cd7570012
  Author: amercader <amercadero at gmail.com>
  Date:   2011-12-09 (Fri, 09 Dec 2011)

  Changed paths:
    M ckan/config/solr/CHANGELOG.txt
  M ckan/config/solr/schema-1.3.xml
  M ckan/lib/search/index.py
  M ckan/tests/lib/test_solr_search_index.py

  Log Message:
  -----------
  [search] Index creatiaon and modification date

As the SOLR schema needs to be modified for the new release, we
might as well introduce this small change that will allow the long
overdue ticket #191 (Search by modification date).


  Commit: 5784b181392fff43b8490082da1007a3b8e42738
      https://github.com/okfn/ckan/commit/5784b181392fff43b8490082da1007a3b8e42738
  Author: amercader <amercadero at gmail.com>
  Date:   2011-12-09 (Fri, 09 Dec 2011)

  Changed paths:
    M ckan/config/solr/CHANGELOG.txt

  Log Message:
  -----------
  [search] Fix versions in schemas CHANGELOG


  Commit: 0d9f45bd37781bcba3ad36978c967916e970d1bf
      https://github.com/okfn/ckan/commit/0d9f45bd37781bcba3ad36978c967916e970d1bf
  Author: amercader <amercadero at gmail.com>
  Date:   2011-12-09 (Fri, 09 Dec 2011)

  Changed paths:
    M doc/configuration.rst
  M doc/index.rst
  M doc/install-from-package.rst
  M doc/install-from-source.rst

  Log Message:
  -----------
  [doc,search] Update docs with Solr deployment details and conventions


  Commit: 49684a00d565691e67a5db59f07e0a5475da1bfd
      https://github.com/okfn/ckan/commit/49684a00d565691e67a5db59f07e0a5475da1bfd
  Author: amercader <amercadero at gmail.com>
  Date:   2011-12-09 (Fri, 09 Dec 2011)

  Changed paths:
    A doc/solr-setup.rst

  Log Message:
  -----------
  [doc,search] Add missing doc file


  Commit: 0a95c6b3ad96659a75a158195a50b281dfafd20a
      https://github.com/okfn/ckan/commit/0a95c6b3ad96659a75a158195a50b281dfafd20a
  Author: Tom Rees <zephod at gmail.com>
  Date:   2011-12-09 (Fri, 09 Dec 2011)

  Changed paths:
    M ckan/templates/group/layout.html

  Log Message:
  -----------
  [groups][xs]: Changed navbar text when not logged in.


  Commit: acf1b0a08d8dd8bc4d7a66c26bc71b077d4c090a
      https://github.com/okfn/ckan/commit/acf1b0a08d8dd8bc4d7a66c26bc71b077d4c090a
  Author: amercader <amercadero at gmail.com>
  Date:   2011-12-09 (Fri, 09 Dec 2011)

  Changed paths:
    M doc/solr-setup.rst

  Log Message:
  -----------
  [doc,search] Solr docs: minor change in conventions, add troubleshooting


  Commit: 2bc06e3434a6d75c481e5107371b52afd152060c
      https://github.com/okfn/ckan/commit/2bc06e3434a6d75c481e5107371b52afd152060c
  Author: amercader <amercadero at gmail.com>
  Date:   2011-12-09 (Fri, 09 Dec 2011)

  Changed paths:
    M ckan/lib/search/__init__.py

  Log Message:
  -----------
  [search] #1498 Support basic authorization when checking Solr schema version


Compare: https://github.com/okfn/ckan/compare/4c2c1a8^...2bc06e3




More information about the ckan-changes mailing list