mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
11 lines
158 B
PHP
11 lines
158 B
PHP
<?php
|
|
|
|
class Solr3Service_Core extends SolrService_Core
|
|
{
|
|
}
|
|
|
|
class Solr3Service extends SolrService
|
|
{
|
|
private static $core_class = 'Solr3Service_Core';
|
|
}
|