<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>debug &#8211; Solr.pl</title>
	<atom:link href="https://solr.pl/en/tag/debug/feed/" rel="self" type="application/rss+xml" />
	<link>https://solr.pl/en/</link>
	<description>All things to be found - Blog related to Apache Solr &#38; Lucene projects - https://solr.apache.org</description>
	<lastBuildDate>Wed, 11 Nov 2020 20:57:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Explain.solr.pl beta version available</title>
		<link>https://solr.pl/en/2011/12/23/explain-solr-pl-beta-version-available/</link>
					<comments>https://solr.pl/en/2011/12/23/explain-solr-pl-beta-version-available/#respond</comments>
		
		<dc:creator><![CDATA[Rafał Kuć]]></dc:creator>
		<pubDate>Fri, 23 Dec 2011 20:57:02 +0000</pubDate>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[debugQuery]]></category>
		<category><![CDATA[explain]]></category>
		<category><![CDATA[explain.solr.pl]]></category>
		<category><![CDATA[score]]></category>
		<category><![CDATA[scoring]]></category>
		<category><![CDATA[solr]]></category>
		<guid isPermaLink="false">http://sematext.solr.pl/?p=390</guid>

					<description><![CDATA[We are pleased to announce, that http://explain.solr.pl is now available for users. Please remember that this is a beta version and will be further developed. If you want to know more details please read the following blog post. Design Currently]]></description>
										<content:encoded><![CDATA[<p>We are pleased to announce, that <a href="http://explain.solr.pl" target="_blank" rel="noopener noreferrer">http://explain.solr.pl</a> is now available for users. Please remember that this is a beta version and will be further developed. If you want to know more details please read the following blog post.</p>
<p><span id="more-390"></span></p>
<h3>Design</h3>
<p>Currently explain.solr.pl can analyze the query of 3.x version of Solr and it&#8217;s getting ready to be able to handle 4.0 version of Solr.</p>
<h3>Explain visualization</h3>
<p>In the current version <a href="http://explain.solr.pl">explain.solr.pl</a> visualizes <em>score</em> values of the given documents.</p>
<p>In order to add a new explain visualization you need to run your query with an additional <em>debugQuery=on</em> parameter and next paste the result returned by Solr to <a href="http://explain.solr.pl">explain.solr.pl</a> (if you will use web browser to get the results please remember to paste the page source). After hitting the &#8220;<em>Create explain</em>&#8221; button your explain visualization will be created and you will be taken to that visualization web page. Currently <a href="http://explain.solr.pl">explain.solr.pl</a> supports only results in XML format, so if you use another format (like json) please ommit the <em>wt</em> parameter or set it to<em> wt=xml</em>.</p>
<p>It is also possible to verify hits for any document, even one that was not found in the search results (given to Solr with the use of <em>explainOther</em> parameter). It can be useful to check why the given document wasn&#8217;t included in the result list.</p>
<h3>Available information</h3>
<p>After creating the new explain visualization you have a series of information available. Information about the query is shown ones for the whole explain, while the rest of the information is shown for each document.</p>
<h4>Information about query</h4>
<p><a href="http://solr.pl/wp-content/uploads/2011/12/explain.solr_.pl_top1.png"><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-1938" title="explain.solr.pl_top" src="http://solr.pl/wp-content/uploads/2011/12/explain.solr_.pl_top1.png" alt="" width="515" height="185"></a></p>
<p>In this part of <a href="http://explain.solr.pl">explain.solr.p</a>l you can see:</p>
<ol>
<li>Unique identifier of your explain visualization.</li>
<li>Information about <em>debugOther</em> parameter not being used.<em><br />
</em></li>
<li>The actual query.</li>
<li>Information about explain visualization being available to public.</li>
</ol>
<h4>Fields and values</h4>
<p><a href="http://solr.pl/wp-content/uploads/2011/12/explain.solr_.pl_fields.png"><img decoding="async" class="alignnone size-full wp-image-1939" title="explain.solr.pl_fields" src="http://solr.pl/wp-content/uploads/2011/12/explain.solr_.pl_fields.png" alt="" width="552" height="152"></a></p>
<p>In this part of the <a href="http://explain.solr.pl">explain.solr.pl</a> you can see information about fields and theirs values that were available in the search results.</p>
<h4>Visualization of elements influencing total score value</h4>
<p><a href="http://solr.pl/wp-content/uploads/2011/12/explain.solr_.pl_explain.png"><img decoding="async" class="alignnone size-full wp-image-1942" title="explain.solr.pl_explain" src="http://solr.pl/wp-content/uploads/2011/12/explain.solr_.pl_explain.png" alt="" width="500" height="332"></a></p>
<p>The following information is visible in this part of the <a href="http://explain.solr.pl">explain.solr.pl</a>:</p>
<ol>
<li>Percentage influence of each value on the global <em>score</em> value of the document.</li>
<li>Pie chart visualizing the data visible in the left column.</li>
</ol>
<h3>Getting back to once visualized explain</h3>
<p>If you wish to get back to your once visualised explain please to the following URL address: <em>http://explain.solr.pl/explains/EXPLAIN_ID</em>, where <em>EXPLAIN_ID</em> is the unique identifier of your explain. If you don&#8217;t remember unique identifier of your visualized explain, you can find it out in the &#8220;<em>history</em>&#8221; page.</p>
<h3>Hiding your explain</h3>
<p>If you don&#8217;t want your explain information to be available to public, please uncheck the &#8220;<em>I want this explain to be visible on history page</em>&#8221; checkbox during explain creation. Please remember that in order to get back to private explain you will need to remember its unique identifier.</p>
<h3>Issues raising</h3>
<p>To raise a new issue You found in <a href="http://explain.solr.pl">explain.solr.pl</a>, please create a new issue on <a href="https://github.com/solrpl/explain/issues?sort=created&amp;direction=desc&amp;state=open" target="_blank" rel="noopener noreferrer">https://github.com/solrpl/explain</a> or send a mail to <strong>explain</strong>(at)<strong>solr</strong>(dot)<strong>pl</strong>.</p>
<h3>Request</h3>
<p>We also have a request to the community. If you have some notes, if you encounter an error or would like some additional functionality please write an mail to <strong>explain</strong>(at)<strong>solr</strong>(dot)<strong>pl</strong>. This will allow us to better understand Your needs and will make <a href="http://explain.solr.pl">explain.solr.pl</a> better suite Your needs.</p>
<h3>Something at the end</h3>
<p>At the very end we would like to show you how the process of developing <a href="http://explain.solr.pl">http://explain.solr.pl</a> looks like. We used a tool called <a href="http://code.google.com/p/gource/" target="_blank" rel="noopener noreferrer">gsource</a> <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p><iframe loading="lazy" src="http://www.youtube.com/embed/NUENKPOf_6U" width="560" height="315" frameborder="0"></iframe></p>
]]></content:encoded>
					
					<wfw:commentRss>https://solr.pl/en/2011/12/23/explain-solr-pl-beta-version-available/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
