[Koha-bugs] [Bug 9861] i get HTTP 404 when i click on title or author in search results.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 20 10:48:10 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9861

claire.hernandez at biblibre.com <claire.hernandez at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |In Discussion
                 CC|                            |claire.hernandez at biblibre.c
                   |                            |om
           Assignee|oleonard at myacpl.org         |claire.hernandez at biblibre.c
                   |                            |om

--- Comment #2 from claire.hernandez at biblibre.com <claire.hernandez at biblibre.com> ---
Hello Hend, I am happy to see tickets filled about Solr ;) First, just be
carefull, Solr implementation is not ready for production.

To go forward, I can propose you 2 things:

1/ Check you index configuration because the submitted config is for unimarc
record
indexes.yaml contains:
  - code: author
    facetable: 1
    label: Author
    mandatory: 0
    mappings:
      - 700$*
      - 710$*
    ressource_type: biblio
    sortable: 1
    type: str

You can change it by UI:
http://<pro.community.local>/cgi-bin/koha/admin/searchengine/solr/indexes.pl

2/ Can you past me the output of both commands:

$ ./misc/migration_tools/rebuild_solr.pl -i
$ ./misc/migration_tools/rebuild_solr.pl -t biblio -n 2

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list