mirror of https://github.com/apache/lucene.git
typo in class name
This commit is contained in:
parent
0dadf2c2a8
commit
1794ff679e
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue