Skip to content
Snippets Groups Projects
Commit cade4f3e authored by David Maus's avatar David Maus
Browse files

Rename Feature/MoreLikeThis to Feature/SimilarInterface

parent 9d3a623c
Branches
Tags
No related merge requests found
...@@ -39,7 +39,7 @@ use VuFindSearch\Backend\Solr\Response\Json\Terms; ...@@ -39,7 +39,7 @@ use VuFindSearch\Backend\Solr\Response\Json\Terms;
use VuFindSearch\Backend\Solr\Response\Json\Spellcheck; use VuFindSearch\Backend\Solr\Response\Json\Spellcheck;
use VuFindSearch\Backend\BackendInterface; use VuFindSearch\Backend\BackendInterface;
use VuFindSearch\Feature\MoreLikeThis; use VuFindSearch\Feature\SimilarInterface;
use VuFindSearch\Feature\RetrieveBatchInterface; use VuFindSearch\Feature\RetrieveBatchInterface;
use Zend\Log\LoggerInterface; use Zend\Log\LoggerInterface;
...@@ -58,7 +58,7 @@ use VuFindSearch\Exception\InvalidArgumentException; ...@@ -58,7 +58,7 @@ use VuFindSearch\Exception\InvalidArgumentException;
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License
* @link http://vufind.org * @link http://vufind.org
*/ */
class Backend implements BackendInterface, MoreLikeThis, RetrieveBatchInterface class Backend implements BackendInterface, SimilarInterface, RetrieveBatchInterface
{ {
/** /**
* Record collection factory. * Record collection factory.
......
...@@ -40,7 +40,7 @@ use VuFindSearch\ParamBag; ...@@ -40,7 +40,7 @@ use VuFindSearch\ParamBag;
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License
* @link http://vufind.org * @link http://vufind.org
*/ */
interface MoreLikeThis interface SimilarInterface
{ {
/** /**
* Return similar records. * Return similar records.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment