: so when ich search for "nik" termsCom suggest me "nikon". thats correctly : whar i want. : but when i type "nikon on" i want that solr suggest me "nikon one" , ....
try using copyField to index an untokenized version of your field, so that "nikon one" is a single term, then "nikon on" as a prefix will match that in the TermComponent. -Hoss