Simple Solr schema problem for autocomplete

后端 未结 2 1082
死守一世寂寞
死守一世寂寞 2021-01-03 10:32

I have a very simple SQL table that I want to import into Solr but because of the features I want for search I can\'t determine the best schema.

The user will start

2条回答
  •  醉话见心
    2021-01-03 10:42

    You can implement this using either facet.prefix, TermsComponent or NGrams.

    One of those articles also shows how to bind it using jQuery or you could use ajax-solr.

    By the way, a specific autosuggest component is to be included in the next release of Solr.

提交回复
热议问题