Skip to content

SOLR-8721 Added solr & lucene version to the response for debug reasons#16

Open
mariusneo wants to merge 3 commits intoapache:branch_5_5from
mariusneo:feature/SOLR-8721
Open

SOLR-8721 Added solr & lucene version to the response for debug reasons#16
mariusneo wants to merge 3 commits intoapache:branch_5_5from
mariusneo:feature/SOLR-8721

Conversation

@mariusneo
Copy link
Copy Markdown

Added solr & lucene version to the response of the query handlers for debug purpsoses.

}
} else {
sreq.params.set(CommonParams.DEBUG_QUERY, "false");
sreq.params.set(CommonParams.DEBUG_QUERY, rb.isDebugAll() ? "true" : "false");
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may look cumbersome, but it is needed in order to be able pass the "debugQuery" parameter to the shard in case that the query is distributed and doesn't return any results.

…on from the response of the query handlers for debug purposes.
mnilsson23 pushed a commit to mnilsson23/lucene-solr that referenced this pull request Jul 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant