Re: Raw lucene query for a given solr query

2015-06-16 Thread Chris Hostetter
: You can get raw query (and other debug information) with debug=true : paramter. more specifically -- if you are writting a custom SearchComponent, and want to access the underlying Query object produced by the parsers that SolrIndexSearcher has executed, you can do so the same way the debug

Re: Raw lucene query for a given solr query

2015-06-16 Thread Tomoko Uchida
Hi, You can get raw query (and other debug information) with debug=true paramter. Regards, Tomoko 2015-06-16 8:10 GMT+09:00 KNitin : > Hi, > > We have a few custom solrcloud components that act as value sources inside > solrcloud for boosting items in the index. I want to get the final raw >