ユーザーがいくつかの文字を入力したときのsolrへのクエリは次のとおりです例I
http://localhost:8983/solr/db/select?q=(name:I*) OR (lastname: I*) OR (midname:I*)&fl=name, midname,lastname&rows=5&wt=json&indent=true&group=true&group.field=lastname&group.ngroups=true";
クエリをsolrに変更するにはどうすればよいので、Icanget
first - 名前と姓がこの文字で始まる人
なしの場合 - 2 番目 - 名のみがこの文字で始まる人
if none - third - この文字で始まる姓のみを持つ人々
存在しない場合 - ミドルネームが I で始まるもの