|
(→Autocomplete using Solr with RankingAlgorithm)
|
(→Autocomplete using Solr with RankingAlgorithm)
|
| Line 68: | |||
| a. ac_field index should be the text that will be matched on the server side when the user types text into an input field that is marked as an autocomplete field | a. ac_field index should be the text that will be matched on the server side when the user types text into an input field that is marked as an autocomplete field | ||
| - | b. fieldtype edgetoken should be of type solr.EdgeNGramFilterFactory (see demo schema Wikipedia or MBArtists under multicore directory) | ||
| 2. Create the index | 2. Create the index | ||