这是我在用户输入某些字符时对 solr 的查询,例如我
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 - 以这个字符开头的名字和姓氏的人
如果没有 - 第二个 - 那些只有名字以这个字符开头的人
如果没有 -third - 那些只有姓氏以这个字符开头的人
如果没有 - 中间名以 I 开头的那些