Re: autoGeneratePhraseQueries does not work?

2019-07-25 Thread Akihiro Ito
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

autoGeneratePhraseQueries does not work?

2019-07-24 Thread Akihiro Ito
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.