Re: getting different errors from complex phrase query

2020-06-16 Thread Erick Erickson
Check your “df” parameter in all your handlers in solrconfig.xml. Second, add "&debug=query” to the query and look at the parsed return, you’ll probably see something field qualified by “text:….” Offhand, though, I don’t see where that’s happening in your query. wait, how are you submitting this

Re: getting different errors from complex phrase query

2020-06-16 Thread Shawn Heisey
On 6/15/2020 2:52 PM, Deepu wrote: sample query is "{!complexphrase inOrder=true}(all_text_txt_enus:\"by\\ test*\") AND (({!terms f=product_id_l}959945,959959,959960,959961,959962,959963) AND (date_created_at_rdt:[2020-04-07T01:23:09Z TO *} AND date_created_at_rdt:{* TO 2020-04-07T01:24:57Z]))"

getting different errors from complex phrase query

2020-06-15 Thread Deepu
Hi All, i am trying to use {!complexphrasequeryparser inOrder=true} along with other text fields. i am using solrj client to initiate the request. sample query is "{!complexphrase inOrder=true}(all_text_txt_enus:\"by\\ test*\") AND (({!terms f=product_id_l}959945,959959,959960,959961,959962,95996