<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: Making Synonyms Visible in SharePoint 2013 Search Results</title>
	<atom:link href="http://blog.comperiosearch.com/blog/2013/05/25/sharepoint-search-2013-how-to-make-words-from-the-thesaurus-a-k-a-synonyms-visible-in-the-search-results/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.comperiosearch.com/blog/2013/05/25/sharepoint-search-2013-how-to-make-words-from-the-thesaurus-a-k-a-synonyms-visible-in-the-search-results/</link>
	<description>A blog about Search as THE solution</description>
	<lastBuildDate>Mon, 26 Oct 2015 18:07:52 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>By: spdevkktt</title>
		<link>http://blog.comperiosearch.com/blog/2013/05/25/sharepoint-search-2013-how-to-make-words-from-the-thesaurus-a-k-a-synonyms-visible-in-the-search-results/#comment-19094</link>
		<dc:creator><![CDATA[spdevkktt]]></dc:creator>
		<pubDate>Mon, 09 Mar 2015 10:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=1431#comment-19094</guid>
		<description><![CDATA[even i am facing the issue while running the powershell command what richard is facing i am getting an error

&quot;&gt; Connect-System -Uri (Get-PEnterpriseSearchServiceApplication).SystemManagerLocations[0] -ServiceIdentity (Get-SPEnterpriseSearchService).ProcessIdentity

Connect-System : Could not connect to system: initial URI: &quot;

Have anyone got this?]]></description>
		<content:encoded><![CDATA[<p>even i am facing the issue while running the powershell command what richard is facing i am getting an error</p>
<p>&#8220;&gt; Connect-System -Uri (Get-PEnterpriseSearchServiceApplication).SystemManagerLocations[0] -ServiceIdentity (Get-SPEnterpriseSearchService).ProcessIdentity</p>
<p>Connect-System : Could not connect to system: initial URI: &#8221;</p>
<p>Have anyone got this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Espen Klem</title>
		<link>http://blog.comperiosearch.com/blog/2013/05/25/sharepoint-search-2013-how-to-make-words-from-the-thesaurus-a-k-a-synonyms-visible-in-the-search-results/#comment-19025</link>
		<dc:creator><![CDATA[Espen Klem]]></dc:creator>
		<pubDate>Mon, 07 Apr 2014 14:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=1431#comment-19025</guid>
		<description><![CDATA[Hi Terje A T,
I asked around here, but we didn&#039;t have any good answer on your question, sorry.]]></description>
		<content:encoded><![CDATA[<p>Hi Terje A T,<br />
I asked around here, but we didn&#8217;t have any good answer on your question, sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terje A T</title>
		<link>http://blog.comperiosearch.com/blog/2013/05/25/sharepoint-search-2013-how-to-make-words-from-the-thesaurus-a-k-a-synonyms-visible-in-the-search-results/#comment-19022</link>
		<dc:creator><![CDATA[Terje A T]]></dc:creator>
		<pubDate>Thu, 13 Feb 2014 09:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=1431#comment-19022</guid>
		<description><![CDATA[We have imported a thesaurus for a customer employee search site in SharePoint 2013. The synonyms work fine in standard search, but when using the people search scope.. the synonyms does not apply. Any explanations for this anyone? :)]]></description>
		<content:encoded><![CDATA[<p>We have imported a thesaurus for a customer employee search site in SharePoint 2013. The synonyms work fine in standard search, but when using the people search scope.. the synonyms does not apply. Any explanations for this anyone? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Fafard</title>
		<link>http://blog.comperiosearch.com/blog/2013/05/25/sharepoint-search-2013-how-to-make-words-from-the-thesaurus-a-k-a-synonyms-visible-in-the-search-results/#comment-10458</link>
		<dc:creator><![CDATA[Richard Fafard]]></dc:creator>
		<pubDate>Tue, 01 Oct 2013 21:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=1431#comment-10458</guid>
		<description><![CDATA[Christoffer,

Excellent post and exactly what is needed to treat synonyms equally.  

Have you also modified the stemWeight property?  
It is the same .2 aka 20% by default.  In my testing, stemmed words appeared to behave the same way, plurals were not ranked the equivalent of the root word.    

I tested modifying stemWeight up to &quot;1&quot; using the same method.  Voila, it appears to behave exactly as expected.  I am curious if you&#039;ve done similar tests.

On a separate note, I&#039;ve run your powershell in several SP2013 environments without problems.  However at one customer (all 3 ENVs) the powershell keeps failing on the Connect-System.  Have you run into this?
thanks.

&gt; Connect-System -Uri  (Get-PEnterpriseSearchServiceApplication).SystemManagerLocations[0] -ServiceIdentity (Get-SPEnterpriseSearchService).ProcessIdentity

Connect-System : Could not connect to system: initial URI: net.tcp://servername/3E9C46/AdminComponent1/Management, tried:
net.tcp://servername/3E9C46/AdminComponent1/Management
At line:1 char:1
+ Connect-System -Uri  (Get-SPEnterpriseSearchServiceApplication).SystemManagerLoc ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Connect-System], ControllerException
    + FullyQualifiedErrorId : Microsoft.Ceres.CoreServices.Tools.Management.SystemController.ControllerException,Microsoft.Cer
   es.CoreServices.Tools.Management.Cmdlets.ConnectSystem]]></description>
		<content:encoded><![CDATA[<p>Christoffer,</p>
<p>Excellent post and exactly what is needed to treat synonyms equally.  </p>
<p>Have you also modified the stemWeight property?<br />
It is the same .2 aka 20% by default.  In my testing, stemmed words appeared to behave the same way, plurals were not ranked the equivalent of the root word.    </p>
<p>I tested modifying stemWeight up to &#8220;1&#8243; using the same method.  Voila, it appears to behave exactly as expected.  I am curious if you&#8217;ve done similar tests.</p>
<p>On a separate note, I&#8217;ve run your powershell in several SP2013 environments without problems.  However at one customer (all 3 ENVs) the powershell keeps failing on the Connect-System.  Have you run into this?<br />
thanks.</p>
<p>&gt; Connect-System -Uri  (Get-PEnterpriseSearchServiceApplication).SystemManagerLocations[0] -ServiceIdentity (Get-SPEnterpriseSearchService).ProcessIdentity</p>
<p>Connect-System : Could not connect to system: initial URI: net.tcp://servername/3E9C46/AdminComponent1/Management, tried:<br />
net.tcp://servername/3E9C46/AdminComponent1/Management<br />
At line:1 char:1<br />
+ Connect-System -Uri  (Get-SPEnterpriseSearchServiceApplication).SystemManagerLoc &#8230;<br />
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
    + CategoryInfo          : NotSpecified: (:) [Connect-System], ControllerException<br />
    + FullyQualifiedErrorId : Microsoft.Ceres.CoreServices.Tools.Management.SystemController.ControllerException,Microsoft.Cer<br />
   es.CoreServices.Tools.Management.Cmdlets.ConnectSystem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergio</title>
		<link>http://blog.comperiosearch.com/blog/2013/05/25/sharepoint-search-2013-how-to-make-words-from-the-thesaurus-a-k-a-synonyms-visible-in-the-search-results/#comment-3967</link>
		<dc:creator><![CDATA[Sergio]]></dc:creator>
		<pubDate>Wed, 12 Jun 2013 19:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=1431#comment-3967</guid>
		<description><![CDATA[Hi, great article.
I&#039;m trying to get the synonym into a separate keyword or manager property. How can i get that?]]></description>
		<content:encoded><![CDATA[<p>Hi, great article.<br />
I&#8217;m trying to get the synonym into a separate keyword or manager property. How can i get that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SharePoint 2013 : Gérer les synonymes dans la recherche grâce au thésaurus &#124; SharePoint by Benoît Jester (Asipe)</title>
		<link>http://blog.comperiosearch.com/blog/2013/05/25/sharepoint-search-2013-how-to-make-words-from-the-thesaurus-a-k-a-synonyms-visible-in-the-search-results/#comment-3393</link>
		<dc:creator><![CDATA[SharePoint 2013 : Gérer les synonymes dans la recherche grâce au thésaurus &#124; SharePoint by Benoît Jester (Asipe)]]></dc:creator>
		<pubDate>Wed, 05 Jun 2013 09:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=1431#comment-3393</guid>
		<description><![CDATA[[...] Making Synonyms Visible in SharePoint 2013 Search Results  Share this:TwitterFacebookLinkedInWordPress:J&#8217;aime chargement&#8230;    Catégories:SharePoint 2013 Tags:search, SharePoint 2013, Synonym, thésaurus       Commentaires (0) Rétroliens (0) Poster un commentaire Rétrolien [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Making Synonyms Visible in SharePoint 2013 Search Results  Share this:TwitterFacebookLinkedInWordPress:J&rsquo;aime chargement&hellip;    Catégories:SharePoint 2013 Tags:search, SharePoint 2013, Synonym, thésaurus       Commentaires (0) Rétroliens (0) Poster un commentaire Rétrolien [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
