I've installed

drush pm-list | egrep -i "search|\(system\)"
	 Core          Search (search)                         Module  Not installed  8.0.1          
	 Core          System (system)                         Module  Enabled        8.0.1          
	 Search        Database search (search_api_db)         Module  Not installed  8.x-1.0-alpha1 
	 Search        Database Search Defaults                Module  Not installed  8.x-1.0-alpha1 
	               (search_api_db_defaults)                                       1              
	 Search        Search API (search_api)                 Module  Enabled        8.x-1.0-alpha1 
	 Search        Solr search (search_api_solr)           Module  Enabled        8.x-1.0-alpha1 

	composer require solarium/solarium

solr 5.4.0 is installed & running in multi-core setup. core admin is available at:

	http://127.0.0.1:8888/solr/#/~cores/core01

Drupal mod's configure with host, port, core path, etc.

On 'Save' of either new Server or Index, I see in browser only:

	The website encountered an unexpected error. Please try again later.

on blank/no-gui page.

error logs logs show

	==> /var/log/nginx/php-fpm.log <==
	[04-Jan-2016 19:24:52 America/Los_Angeles] Error: Call to undefined method Drupal\search_api\Query\Query::getFilter() in /src/www/d8/site01/drupal8/modules/search_api_solr/src/Plugin/search_api/backend/SearchApiSolrBackend.php on line 794

On return nav to SearchAPI config, intended action *is* complete -- server's defined or index is created.

Not sure if I've missed a step in setup.

Pls request any add'l info that's needed.

Comments

Anonymous’s picture

bugsonly created an issue. See original summary.

vishwac9’s picture

I am also facing the same issue, i think the problem occurs when we put Solr host field as localhost or 127.0.0.1.tried with other solr servers hosted on other servers and didn't see any issue. There is a bug related with this https://www.drupal.org/node/2643788

berdir’s picture

Status: Active » Closed (duplicate)

Search API alpha1? I don't think so, that has been released in 2014...

You're probably using the latest (alpha11), which is currently not compatible with search_api_solr. See #2636270: Head broken

Anonymous’s picture

> You're probably using the latest (alpha11)
yep. cp-n-paste cut off in just-narrow console :-/

I have

drush pm-list | egrep -i "search|\(system\)"
 Core            Search (search)                            Module  Not installed  8.0.1           
 Core            System (system)                            Module  Enabled        8.0.1           
 Search          Database search (search_api_db)            Module  Not installed  8.x-1.0-alpha11 
 Search          Database Search Defaults                   Module  Not installed  8.x-1.0-alpha11 
                 (search_api_db_defaults)                                                          
 Search          Search API (search_api)                    Module  Enabled        8.x-1.0-alpha11 
 Search          Solr search (search_api_solr)              Module  Enabled        8.x-1.0-alpha1  

> currently not compatible with search_api_solr. See #2636270: Head broken

Noted.