<?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: Increasing the summary length in FS4SP</title>
	<atom:link href="http://blog.comperiosearch.com/blog/2010/11/30/increasing-the-summary-length-in-fs4sp/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.comperiosearch.com/blog/2010/11/30/increasing-the-summary-length-in-fs4sp/</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: ken</title>
		<link>http://blog.comperiosearch.com/blog/2010/11/30/increasing-the-summary-length-in-fs4sp/#comment-36</link>
		<dc:creator><![CDATA[ken]]></dc:creator>
		<pubDate>Wed, 26 Jan 2011 02:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://nuggets.comperiosearch.com/2010/11/increasing-the-summary-length-in-fs4sp/#comment-36</guid>
		<description><![CDATA[Hi Vegard,

Thanks for your post, this is what I was exactly looking for. If you don&#039;t mind explaining the paramater near.2 param means?

If I&#039;m not mistaken dynlength sets the length of the teaser and dynmatches sets the number of matching terms in the document to fit in the teaser.

FYI.
I&#039;m still using the stand alone product FAST ESP 5.3. :)]]></description>
		<content:encoded><![CDATA[<p>Hi Vegard,</p>
<p>Thanks for your post, this is what I was exactly looking for. If you don&#8217;t mind explaining the paramater near.2 param means?</p>
<p>If I&#8217;m not mistaken dynlength sets the length of the teaser and dynmatches sets the number of matching terms in the document to fit in the teaser.</p>
<p>FYI.<br />
I&#8217;m still using the stand alone product FAST ESP 5.3. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Svenson</title>
		<link>http://blog.comperiosearch.com/blog/2010/11/30/increasing-the-summary-length-in-fs4sp/#comment-35</link>
		<dc:creator><![CDATA[Mikael Svenson]]></dc:creator>
		<pubDate>Tue, 25 Jan 2011 08:55:56 +0000</pubDate>
		<guid isPermaLink="false">http://nuggets.comperiosearch.com/2010/11/increasing-the-summary-length-in-fs4sp/#comment-35</guid>
		<description><![CDATA[That&#039;s great information Vegard. I wish this would work in the SharePoint space as well, but the QR server is not directly accessible, and the WCF wrappers have limited support for qr parameters.]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s great information Vegard. I wish this would work in the SharePoint space as well, but the QR server is not directly accessible, and the WCF wrappers have limited support for qr parameters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vegard Sandvold</title>
		<link>http://blog.comperiosearch.com/blog/2010/11/30/increasing-the-summary-length-in-fs4sp/#comment-34</link>
		<dc:creator><![CDATA[Vegard Sandvold]]></dc:creator>
		<pubDate>Tue, 25 Jan 2011 08:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://nuggets.comperiosearch.com/2010/11/increasing-the-summary-length-in-fs4sp/#comment-34</guid>
		<description><![CDATA[Hi Ken!

You can pass configuration to juniper as parameters to the qrserver. Simply add juniper=&lt;param_name&gt;.&lt;value&gt;[_&lt;param_name&gt;.&lt;value&gt;]* to the qrserver URL. Pay attention to the underscore for separating options.

Some useful parameter may be dynlength, dynmatches, dynsurmax, and winsize.

An example:

juniper=near.2_dynlength.512_dynmatches.8

I&#039;m not at liberty to share the reference, I&#039;m afraid, but I&#039;m happy to answer more questions.

I hope this information is useful to you!]]></description>
		<content:encoded><![CDATA[<p>Hi Ken!</p>
<p>You can pass configuration to juniper as parameters to the qrserver. Simply add juniper=&lt;param_name&gt;.&lt;value&gt;[_&lt;param_name&gt;.&lt;value&gt;]* to the qrserver URL. Pay attention to the underscore for separating options.</p>
<p>Some useful parameter may be dynlength, dynmatches, dynsurmax, and winsize.</p>
<p>An example:</p>
<p>juniper=near.2_dynlength.512_dynmatches.8</p>
<p>I&#8217;m not at liberty to share the reference, I&#8217;m afraid, but I&#8217;m happy to answer more questions.</p>
<p>I hope this information is useful to you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Svenson</title>
		<link>http://blog.comperiosearch.com/blog/2010/11/30/increasing-the-summary-length-in-fs4sp/#comment-33</link>
		<dc:creator><![CDATA[Mikael Svenson]]></dc:creator>
		<pubDate>Tue, 25 Jan 2011 08:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://nuggets.comperiosearch.com/2010/11/increasing-the-summary-length-in-fs4sp/#comment-33</guid>
		<description><![CDATA[Hi Ken,
Unfortunately there is no query parameter for limiting the teaser from Juniper. Your best bet is what SharePoint does, it applies code logic to the teaser afterwards to cut it like they want to.

That was also my intention by increasing the teaser. Juniper creates a not so good teaser, so give me more text and I can create it myself.]]></description>
		<content:encoded><![CDATA[<p>Hi Ken,<br />
Unfortunately there is no query parameter for limiting the teaser from Juniper. Your best bet is what SharePoint does, it applies code logic to the teaser afterwards to cut it like they want to.</p>
<p>That was also my intention by increasing the teaser. Juniper creates a not so good teaser, so give me more text and I can create it myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ken</title>
		<link>http://blog.comperiosearch.com/blog/2010/11/30/increasing-the-summary-length-in-fs4sp/#comment-32</link>
		<dc:creator><![CDATA[ken]]></dc:creator>
		<pubDate>Tue, 25 Jan 2011 06:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://nuggets.comperiosearch.com/2010/11/increasing-the-summary-length-in-fs4sp/#comment-32</guid>
		<description><![CDATA[Hi Vegard,

Do you have a reference on the Juniper parameters? Thanks.

Mikael,

Is it possible to decrease the length of the generated dynamic teaser from query parameter rather than modifying the fsearch.addon file?

Thanks a lot!]]></description>
		<content:encoded><![CDATA[<p>Hi Vegard,</p>
<p>Do you have a reference on the Juniper parameters? Thanks.</p>
<p>Mikael,</p>
<p>Is it possible to decrease the length of the generated dynamic teaser from query parameter rather than modifying the fsearch.addon file?</p>
<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Svenson</title>
		<link>http://blog.comperiosearch.com/blog/2010/11/30/increasing-the-summary-length-in-fs4sp/#comment-31</link>
		<dc:creator><![CDATA[Mikael Svenson]]></dc:creator>
		<pubDate>Wed, 19 Jan 2011 12:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://nuggets.comperiosearch.com/2010/11/increasing-the-summary-length-in-fs4sp/#comment-31</guid>
		<description><![CDATA[I haven&#039;t seen a specific document on this. Only the general ones and the comments included in fsearch.addon. There might exist some unofficial ones around at FAST distributed to partners at one time or another (which is what Vegard refers to in his comment).]]></description>
		<content:encoded><![CDATA[<p>I haven&#8217;t seen a specific document on this. Only the general ones and the comments included in fsearch.addon. There might exist some unofficial ones around at FAST distributed to partners at one time or another (which is what Vegard refers to in his comment).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ken</title>
		<link>http://blog.comperiosearch.com/blog/2010/11/30/increasing-the-summary-length-in-fs4sp/#comment-30</link>
		<dc:creator><![CDATA[ken]]></dc:creator>
		<pubDate>Wed, 19 Jan 2011 09:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://nuggets.comperiosearch.com/2010/11/increasing-the-summary-length-in-fs4sp/#comment-30</guid>
		<description><![CDATA[Hi Mikael,

Are you referring to the group of PDF documents? So there is no specific document regarding Juniper.

Thanks,
Kenneth]]></description>
		<content:encoded><![CDATA[<p>Hi Mikael,</p>
<p>Are you referring to the group of PDF documents? So there is no specific document regarding Juniper.</p>
<p>Thanks,<br />
Kenneth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Svenson</title>
		<link>http://blog.comperiosearch.com/blog/2010/11/30/increasing-the-summary-length-in-fs4sp/#comment-29</link>
		<dc:creator><![CDATA[Mikael Svenson]]></dc:creator>
		<pubDate>Wed, 19 Jan 2011 08:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://nuggets.comperiosearch.com/2010/11/increasing-the-summary-length-in-fs4sp/#comment-29</guid>
		<description><![CDATA[You can find some information in the documentation included with ESP 5.3 (FSIS/FSIA). Other information we use have been gathered over the years working with the product.]]></description>
		<content:encoded><![CDATA[<p>You can find some information in the documentation included with ESP 5.3 (FSIS/FSIA). Other information we use have been gathered over the years working with the product.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ken</title>
		<link>http://blog.comperiosearch.com/blog/2010/11/30/increasing-the-summary-length-in-fs4sp/#comment-28</link>
		<dc:creator><![CDATA[ken]]></dc:creator>
		<pubDate>Tue, 18 Jan 2011 10:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://nuggets.comperiosearch.com/2010/11/increasing-the-summary-length-in-fs4sp/#comment-28</guid>
		<description><![CDATA[Hi,

I&#039;m still new to FAST ESP and would like to ask this question. Do you know where to get the Juniper documentation that is used by FAST ESP?

Thanks.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m still new to FAST ESP and would like to ask this question. Do you know where to get the Juniper documentation that is used by FAST ESP?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vegard Sandvold</title>
		<link>http://blog.comperiosearch.com/blog/2010/11/30/increasing-the-summary-length-in-fs4sp/#comment-27</link>
		<dc:creator><![CDATA[Vegard Sandvold]]></dc:creator>
		<pubDate>Tue, 30 Nov 2010 12:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://nuggets.comperiosearch.com/2010/11/increasing-the-summary-length-in-fs4sp/#comment-27</guid>
		<description><![CDATA[Hi Mikael!

I agree 100% that the default setting for juniper, and the summaries it produces are often less than readable. Usually there&#039;s too many truncated sentences.

Setting max_matches as low as 1 can often force juniper to create more coherent summaries. Here&#039;s an example from VisitNorway with 

juniper.dynsum.length 200
juniper.dynsum.max_matches 2 
juniper.dynsum.surround_max 64
juniper.matcher.winsize 600

http://www.visitnorway.com/en/VN/Search/?querystring=lofoten&amp;configuration=multi&amp;offset=0&amp;sortby=relevance&amp;param=searchview,vninternationalprod&amp;hits=10

Some unofficial juniper documentation list a whole range of additional juniper settings that could be of interest to you:

juniper.dynsum.min_length
juniper.dynsum.tok_surround_max
juniper.dynsum.mode
juniper.dynsum.scope_limit
juniper.dynsum.allow_overlap
juniper.dynsum.merge_tags

Ask me for a reference :-)

Cheers,
Vegard]]></description>
		<content:encoded><![CDATA[<p>Hi Mikael!</p>
<p>I agree 100% that the default setting for juniper, and the summaries it produces are often less than readable. Usually there&#8217;s too many truncated sentences.</p>
<p>Setting max_matches as low as 1 can often force juniper to create more coherent summaries. Here&#8217;s an example from VisitNorway with </p>
<p>juniper.dynsum.length 200<br />
juniper.dynsum.max_matches 2<br />
juniper.dynsum.surround_max 64<br />
juniper.matcher.winsize 600</p>
<p><a href="http://www.visitnorway.com/en/VN/Search/?querystring=lofoten&#038;configuration=multi&#038;offset=0&#038;sortby=relevance&#038;param=searchview,vninternationalprod&#038;hits=10" rel="nofollow">http://www.visitnorway.com/en/VN/Search/?querystring=lofoten&#038;configuration=multi&#038;offset=0&#038;sortby=relevance&#038;param=searchview,vninternationalprod&#038;hits=10</a></p>
<p>Some unofficial juniper documentation list a whole range of additional juniper settings that could be of interest to you:</p>
<p>juniper.dynsum.min_length<br />
juniper.dynsum.tok_surround_max<br />
juniper.dynsum.mode<br />
juniper.dynsum.scope_limit<br />
juniper.dynsum.allow_overlap<br />
juniper.dynsum.merge_tags</p>
<p>Ask me for a reference :-)</p>
<p>Cheers,<br />
Vegard</p>
]]></content:encoded>
	</item>
</channel>
</rss>
