Thank you for your reply.
I did not know about the sow parameter.
By specifying "sow = true" explicitly,
it has been confirmed that the search results are as expected.
akihiro:~$curl
"http://localhost:28983/solr/bmitems_A/select?q=trigram:&fq=syo_id:1237&sow=true&echoParams=none";
{
"respo
HI,
I am using Solr 7.7.1 in SolrCloud mode.
I’m getting a document I shouldn’t when searching with a TextField.
It looks like autoGeneratePhaseQuery is not working as it should,
but I have no idea what is causing it.
The schema definition I use is as follows.