Re: Phrase search with Solr 7.2

2018-03-26 Thread Steven White
Please ignore this. It was a user error. I was pointing to the wrong analyzer in my app's cfg file. Steve On Mon, Mar 26, 2018 at 10:17 AM, Steven White wrote: > Setting "sow=true" didn't make a difference. > > Here is what I'm using now: http://localhost:8983/ >

Re: Phrase search with Solr 7.2

2018-03-26 Thread Steven White
Setting "sow=true" didn't make a difference. Here is what I'm using now: http://localhost:8983/solr/ccfts/select_test?q=%22record%20type%20session%22=json=true=true=true And here is the output: { "responseHeader":{ "status":0, "QTime":1, "params":{ "q":"\"record type

Re: Phrase search with Solr 7.2

2018-03-25 Thread Mikhail Khludnev
Hello, Steven. Have you tried sow=true? see https://lucene.apache.org/solr/guide/7_2/the-extended-dismax-query-parser.html Anyway, you can start from debugQuery=true, then try to explore explainOther, and get to Analysis page after all. On Mon, Mar 26, 2018 at 3:10 AM, Steven White

Phrase search with Solr 7.2

2018-03-25 Thread Steven White
Hi everyone, I switched over from Solr 5.2.1 to 7.2.1 other than re-indexing my data and schema design remain the same. The issue I see now is I'm getting 0 hits on phrase searches, why? Here is the query I'm sending that gives me 0 hits: