http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9861 --- Comment #4 from Hend <hend.eleraky@bibalex.org> --- I had changed the indexes mapping to the following : indexes: - code: title facetable: 1 label: Title mandatory: 1 mappings: - 245$a - 245$b - 245$c ressource_type: biblio sortable: 1 type: ste - code: author facetable: 1 label: Author mandatory: 0 mappings: - 100$* - 110$* - 111$* ressource_type: biblio sortable: 1 type: str So the fields corresponds to marc21 tags When i tried to run ./misc/migration_tools/rebuild_solr.pl -i I got : SolrAPI = http://kohaUrl:8983/solr/koha How many indexed documents = 11435; and when i tried to run ./misc/migration_tools/rebuild_solr.pl -t biblio -n 2 i got : IndexRecord called with biblio 1 2 at /opt/ActivePerl-5.12/lib/Koha/SearchEngine/Solr/Index.pm line 35. Indexing biblio 1 at /opt/ActivePerl-5.12/lib/Koha/SearchEngine/Solr/Index.pm line 55. Indexing biblio 2 at /opt/ActivePerl-5.12/lib/Koha/SearchEngine/Solr/Index.pm line 55. -- You are receiving this mail because: You are watching all bug changes.