Added support for Solr's MoreLikeThis query handler (#730)
- When turned on, this adds MoreLikeThis support for sharded indexes in SolrCloud. - Note that the MoreLikeThis component remains the default setting, as it provides more nuanced results as of this writing. - Resolves VUFIND-652.
Showing
- config/vufind/searches.ini 15 additions, 0 deletionsconfig/vufind/searches.ini
- module/VuFind/src/VuFind/Search/Factory/AbstractSolrBackendFactory.php 14 additions, 0 deletions.../src/VuFind/Search/Factory/AbstractSolrBackendFactory.php
- module/VuFindSearch/src/VuFindSearch/Backend/Solr/Backend.php 35 additions, 0 deletions...le/VuFindSearch/src/VuFindSearch/Backend/Solr/Backend.php
- module/VuFindSearch/src/VuFindSearch/Backend/Solr/Connector.php 6 additions, 9 deletions.../VuFindSearch/src/VuFindSearch/Backend/Solr/Connector.php
- module/VuFindSearch/src/VuFindSearch/Backend/Solr/SimilarBuilder.php 136 additions, 0 deletions...ndSearch/src/VuFindSearch/Backend/Solr/SimilarBuilder.php
- module/VuFindSearch/src/VuFindSearch/Backend/Solr/SimilarBuilderInterface.php 59 additions, 0 deletions...src/VuFindSearch/Backend/Solr/SimilarBuilderInterface.php
- module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/Solr/SimilarBuilderTest.php 114 additions, 0 deletions...-tests/src/VuFindTest/Backend/Solr/SimilarBuilderTest.php
Please register or sign in to comment