You are here

class Edismax in Search API Solr 4.x

Same name and namespace in other branches
  1. 8.3 src/Plugin/search_api/parse_mode/Edismax.php \Drupal\search_api_solr\Plugin\search_api\parse_mode\Edismax

Represents a parse mode that parses the input into multiple words.

Plugin annotation


@SearchApiParseMode(
  id = "edismax",
  label = @Translation("Multiple words with EDisMax"),
  description = @Translation("The query is interpreted as multiple keywords separated by spaces. Keywords containing spaces may be ""quoted"". Quoted keywords must still be separated by spaces. Solr will handle the keywords using an EDisMax query parser."),
)

Hierarchy

  • class \Drupal\search_api_solr\Plugin\search_api\parse_mode\Edismax extends \Drupal\search_api\Plugin\search_api\parse_mode\Terms

Expanded class hierarchy of Edismax

File

src/Plugin/search_api/parse_mode/Edismax.php, line 16

Namespace

Drupal\search_api_solr\Plugin\search_api\parse_mode
View source
class Edismax extends Terms {

}

Members