Skip to content

Instantly share code, notes, and snippets.

@maephisto
Created January 15, 2014 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maephisto/8433641 to your computer and use it in GitHub Desktop.
Save maephisto/8433641 to your computer and use it in GitHub Desktop.
Solr response for http://localhost:8983/solr/collection1/pds-search?q=payloads:testone&wt=json&indent=true&debugQuery=true
{
"responseHeader":{
"status":0,
"QTime":2},
"response":{"numFound":4,"start":0,"docs":[
{
"id":"1",
"title":["Doc one"],
"payloads":"testone|10.4 testtwo|30.2 testthree|5.6",
"_version_":1457289004134170624},
{
"id":"2",
"title":["Doc two"],
"payloads":"testone|30.7 testtwo|20.9 testthree|5.9",
"_version_":1457289004162482176},
{
"id":"3",
"title":["Doc three"],
"payloads":"testone|50.7 testtwo|80.4 testthree|90.9",
"_version_":1457289004163530752},
{
"id":"4",
"title":["Doc four"],
"payloads":"testone|99.5 testtwo|10.7 testthree|5.1",
"_version_":1457289004164579328}]
},
"debug":{
"rawquerystring":"payloads:testone",
"querystring":"payloads:testone",
"parsedquery":"PayloadTermQuery(payloads:testone)",
"parsedquery_toString":"payloads:testone",
"explain":{
"1":"\n10.4 = (MATCH) btq(includeSpanScore=false), result of:\n 10.4 = AveragePayloadFunction.docScore()\n",
"2":"\n10.4 = (MATCH) btq(includeSpanScore=false), result of:\n 10.4 = AveragePayloadFunction.docScore()\n",
"3":"\n10.4 = (MATCH) btq(includeSpanScore=false), result of:\n 10.4 = AveragePayloadFunction.docScore()\n",
"4":"\n10.4 = (MATCH) btq(includeSpanScore=false), result of:\n 10.4 = AveragePayloadFunction.docScore()\n"},
"QParser":"PayloadQParser",
"timing":{
"time":2.0,
"prepare":{
"time":0.0,
"query":{
"time":0.0},
"facet":{
"time":0.0},
"mlt":{
"time":0.0},
"highlight":{
"time":0.0},
"stats":{
"time":0.0},
"debug":{
"time":0.0}},
"process":{
"time":2.0,
"query":{
"time":0.0},
"facet":{
"time":0.0},
"mlt":{
"time":0.0},
"highlight":{
"time":0.0},
"stats":{
"time":0.0},
"debug":{
"time":2.0}}}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment