typo in class name

This commit is contained in:
Noble Paul 2017-11-20 22:42:22 +10:30
parent 0dadf2c2a8
commit 1794ff679e
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ And the same searchComponent with the Config API:
{
"add-searchcomponent":{
"name":"elevator",
"class":"QueryElevationComponent",
"class":"solr.QueryElevationComponent",
"queryFieldType":"string",
"config-file":"elevate.xml"
}