Remove dependance on index mots_notices
Actually search engine rely on two indexexes: FULLTEXT KEY `mots_notice` (`titres`,`auteurs`,`editeur`,`collection`,`matieres`,`dewey`) FULLTEXT KEY `mots_notice_2` (`titres`,`auteurs`,`editeur`,`collection`,`matieres`,`dewey`,`other_terms`) This commit ensure only the last one is used so the first one can be deleted later. This produce a 2x speedup on insert / delete / update requests
parent
7101f809
Showing
- library/Class/MoteurRecherche.php 2 additions, 5 deletionslibrary/Class/MoteurRecherche.php
- tests/application/modules/opac/controllers/RechercheControllerAtomTest.php 3 additions, 3 deletions.../modules/opac/controllers/RechercheControllerAtomTest.php
- tests/application/modules/opac/controllers/RechercheControllerPrintActionTest.php 1 addition, 1 deletion...s/opac/controllers/RechercheControllerPrintActionTest.php
- tests/application/modules/opac/controllers/RechercheControllerTest.php 4 additions, 4 deletions...tion/modules/opac/controllers/RechercheControllerTest.php
- tests/application/modules/opac/controllers/RecordCustomLinksTest.php 2 additions, 2 deletions...cation/modules/opac/controllers/RecordCustomLinksTest.php
- tests/library/Class/MoteurRechercheTest.php 9 additions, 9 deletionstests/library/Class/MoteurRechercheTest.php
- tests/scenarios/Authorities/AuthoritiesTest.php 2 additions, 2 deletionstests/scenarios/Authorities/AuthoritiesTest.php
- tests/scenarios/SearchByWork/SearchResultByWorkTest.php 3 additions, 3 deletionstests/scenarios/SearchByWork/SearchResultByWorkTest.php
- tests/scenarios/SearchResult/SearchResultTest.php 2 additions, 2 deletionstests/scenarios/SearchResult/SearchResultTest.php
- tests/scenarios/Templates/ChiliTest.php 1 addition, 1 deletiontests/scenarios/Templates/ChiliTest.php
- tests/scenarios/Templates/MuscleTemplateTest.php 2 additions, 2 deletionstests/scenarios/Templates/MuscleTemplateTest.php
- tests/scenarios/Templates/MyBibAppTemplateTest.php 2 additions, 2 deletionstests/scenarios/Templates/MyBibAppTemplateTest.php
- tests/scenarios/Templates/TemplatesSearchTest.php 4 additions, 3 deletionstests/scenarios/Templates/TemplatesSearchTest.php
- tests/scenarios/Templates/TemplatesTest.php 2 additions, 2 deletionstests/scenarios/Templates/TemplatesTest.php
- tests/scenarios/bookmarks/SearchTest.php 4 additions, 4 deletionstests/scenarios/bookmarks/SearchTest.php
Please register or sign in to comment