简体   繁体   中英

searching partial word in Apache-Solr

I have setup solr,and I want to search a word by providing charecter/s from that word.example :a word is "University" if I give "uni" it returns nothing. I used fieldtype is text. and defaultsearchfield is text and also copyfield is text. Thank you. Noman

Look at wildcard searches . In your particular case, the search query should be uni* .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM