<?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"
	>
<channel>
	<title>Comments on: Hit Highlighting inside Adobe PDFs using SharePoint Search</title>
	<atom:link href="http://www.novolocus.com/2008/05/15/hit-highlighting-inside-adobe-pdfs-using-sharepoint-search/feed" rel="self" type="application/rss+xml" />
	<link>http://www.novolocus.com/2008/05/15/hit-highlighting-inside-adobe-pdfs-using-sharepoint-search/</link>
	<description>Whatever Andy Burns is working on...</description>
	<pubDate>Mon,  1 Dec 2008 22:24:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: hisham</title>
		<link>http://www.novolocus.com/2008/05/15/hit-highlighting-inside-adobe-pdfs-using-sharepoint-search/#comment-4686</link>
		<dc:creator>hisham</dc:creator>
		<pubDate>Tue, 18 Nov 2008 07:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=570#comment-4686</guid>
		<description>i already ry this soluion. it help me alot.
but a face a problem. 
my problem is, not at all pc(user) can get this kind of result.
some of user, when they click the result, the document automaticly open in acrobar reader and make the higlight fail to function. 
but at some user, which the document just open at the browser, the highliht function will success.
is there any step or way to prevent the document to open at adobe reader and just open at browser.</description>
		<content:encoded><![CDATA[<p>i already ry this soluion. it help me alot.<br />
but a face a problem.<br />
my problem is, not at all pc(user) can get this kind of result.<br />
some of user, when they click the result, the document automaticly open in acrobar reader and make the higlight fail to function.<br />
but at some user, which the document just open at the browser, the highliht function will success.<br />
is there any step or way to prevent the document to open at adobe reader and just open at browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2008/05/15/hit-highlighting-inside-adobe-pdfs-using-sharepoint-search/#comment-2948</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 22 Aug 2008 13:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=570#comment-2948</guid>
		<description>Hmm. Your link came through empty. Try just typing in the URL - e.g. 

http://someserver/restofurl

The important bit is making sure the URL end in #search='query'</description>
		<content:encoded><![CDATA[<p>Hmm. Your link came through empty. Try just typing in the URL - e.g. </p>
<p><a href="http://someserver/restofurl" rel="nofollow">http://someserver/restofurl</a></p>
<p>The important bit is making sure the URL end in #search=&#8217;query&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://www.novolocus.com/2008/05/15/hit-highlighting-inside-adobe-pdfs-using-sharepoint-search/#comment-2944</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Wed, 20 Aug 2008 11:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=570#comment-2944</guid>
		<description>Hi andy i am a novice developer,had a problem statement in the same context.
I am crawling pdf files using another search engine crawler,and when i click on a link on the search results page it has to guide me to the location where it is located on the pdf(highlighting also).
I tried with the following link but it is opening the search UI but i have to manually enter the keyword again  to go  to the particular location (actually it has to automatically be redirected to that location)

url entered:

&lt;a&gt;search&lt;/a&gt;



Can you guide me to how this solutiion posted above is of use to this context.</description>
		<content:encoded><![CDATA[<p>Hi andy i am a novice developer,had a problem statement in the same context.<br />
I am crawling pdf files using another search engine crawler,and when i click on a link on the search results page it has to guide me to the location where it is located on the pdf(highlighting also).<br />
I tried with the following link but it is opening the search UI but i have to manually enter the keyword again  to go  to the particular location (actually it has to automatically be redirected to that location)</p>
<p>url entered:</p>
<p><a>search</a></p>
<p>Can you guide me to how this solutiion posted above is of use to this context.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gv</title>
		<link>http://www.novolocus.com/2008/05/15/hit-highlighting-inside-adobe-pdfs-using-sharepoint-search/#comment-2799</link>
		<dc:creator>gv</dc:creator>
		<pubDate>Wed, 30 Jul 2008 12:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=570#comment-2799</guid>
		<description>Andy - thanks for the response. I have hit highlighting working as needed, as well as the PDF highlighting thanks to your article. Office docs can be done - just not sure how.

KWizCom, as I had mentioned, does do it (http://www.kwizcom.com/ProductPage.asp?ProductID=28&#38;ProductSubNodeID=79) however, their product did not fit the needs that my client had, and they ended up breaking functionality in a release, and then eventually stopped responding to queries...

I suspect the way they are opening PDFs via their utility is the same thing you are doing, they also can support other office docs as well. That code however is locked away in compiled code, so, I was hoping maybe you had an idea if there was any sort of query string voodoo that you knew of that did that.

If I do come across anything that can do it, I'll post back here to share!</description>
		<content:encoded><![CDATA[<p>Andy - thanks for the response. I have hit highlighting working as needed, as well as the PDF highlighting thanks to your article. Office docs can be done - just not sure how.</p>
<p>KWizCom, as I had mentioned, does do it (http://www.kwizcom.com/ProductPage.asp?ProductID=28&amp;ProductSubNodeID=79) however, their product did not fit the needs that my client had, and they ended up breaking functionality in a release, and then eventually stopped responding to queries&#8230;</p>
<p>I suspect the way they are opening PDFs via their utility is the same thing you are doing, they also can support other office docs as well. That code however is locked away in compiled code, so, I was hoping maybe you had an idea if there was any sort of query string voodoo that you knew of that did that.</p>
<p>If I do come across anything that can do it, I&#8217;ll post back here to share!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2008/05/15/hit-highlighting-inside-adobe-pdfs-using-sharepoint-search/#comment-2793</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 30 Jul 2008 08:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=570#comment-2793</guid>
		<description>Hmm. Yes, I don't know about hit highlighting within Office documents - is that even possible?

The PDF highlighting was only possible because the Adobe Reader browser plugin would search based on a query string parameter, so essentially, it's a feature of the client side application. I've never seen something like that in Office, I'm afraid!

On the other hand, though, maybe you just mean hit highlighting in the search results page itself? If so, MOSS 2007 does this out of the box! This article shows you how to set up hit highlighting on document titles:

http://www.novolocus.com/2008/05/19/hit-highlighting-in-sharepoint-search-document-titles/

However, if you look at the XML you get back from the Search Web Service, you'll see something like this:

http://www.novolocus.com/wp-content/uploads/2008/05/hit-highlighting-properties.png

Note that (although not highlighted) there is a Hit Highlighted Summary section, as we as Highlighted Title and URL.

So, just edit your XSL for your Core Results Web Part to use them. Well, I say 'just' - it's a bit complicated, but I'm sure you can figure it out.</description>
		<content:encoded><![CDATA[<p>Hmm. Yes, I don&#8217;t know about hit highlighting within Office documents - is that even possible?</p>
<p>The PDF highlighting was only possible because the Adobe Reader browser plugin would search based on a query string parameter, so essentially, it&#8217;s a feature of the client side application. I&#8217;ve never seen something like that in Office, I&#8217;m afraid!</p>
<p>On the other hand, though, maybe you just mean hit highlighting in the search results page itself? If so, MOSS 2007 does this out of the box! This article shows you how to set up hit highlighting on document titles:</p>
<p><a href="http://www.novolocus.com/2008/05/19/hit-highlighting-in-sharepoint-search-document-titles/" rel="nofollow">http://www.novolocus.com/2008/05/19/hit-highlighting-in-sharepoint-search-document-titles/</a></p>
<p>However, if you look at the XML you get back from the Search Web Service, you&#8217;ll see something like this:</p>
<p><a href="http://www.novolocus.com/wp-content/uploads/2008/05/hit-highlighting-properties.png" rel="nofollow">http://www.novolocus.com/wp-content/uploads/2008/05/hit-highlighting-properties.png</a></p>
<p>Note that (although not highlighted) there is a Hit Highlighted Summary section, as we as Highlighted Title and URL.</p>
<p>So, just edit your XSL for your Core Results Web Part to use them. Well, I say &#8216;just&#8217; - it&#8217;s a bit complicated, but I&#8217;m sure you can figure it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gv</title>
		<link>http://www.novolocus.com/2008/05/15/hit-highlighting-inside-adobe-pdfs-using-sharepoint-search/#comment-2783</link>
		<dc:creator>gv</dc:creator>
		<pubDate>Tue, 29 Jul 2008 17:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=570#comment-2783</guid>
		<description>Great post - helped me out in a pinch with a client, as we were having issues with KWizCom, their support, and, their product...

Question - any thoughts on how to extend this to MS Office documents? I've done loads of searching, and have found nothing so far...

Thanks!</description>
		<content:encoded><![CDATA[<p>Great post - helped me out in a pinch with a client, as we were having issues with KWizCom, their support, and, their product&#8230;</p>
<p>Question - any thoughts on how to extend this to MS Office documents? I&#8217;ve done loads of searching, and have found nothing so far&#8230;</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2008/05/15/hit-highlighting-inside-adobe-pdfs-using-sharepoint-search/#comment-1900</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 11 Jun 2008 23:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=570#comment-1900</guid>
		<description>Hi Mark,

Ah, right, the XSLT goes in your results page. Go to the results page. Go Site Actions &gt; Edit Page. Modify the Core Results Web Part. One of the options in the toolbar on the left is to modify the XSLT (it's a button).

Click the button and copy and change your XSLT!

This post shows doing this:
http://www.novolocus.com/2008/05/09/how-do-i-get-the-xml-of-my-search-results/

The aim of the XSLT in that is to show the output of the Search Webservice.

Regarding the master page, you'll want to make sure that the search box on that points to the correct results page, though what that is depends upon your system; it's hard for me to give instructions. Basically, all the search box does is forward you to the results page, and pass it your search term.</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>Ah, right, the XSLT goes in your results page. Go to the results page. Go Site Actions > Edit Page. Modify the Core Results Web Part. One of the options in the toolbar on the left is to modify the XSLT (it&#8217;s a button).</p>
<p>Click the button and copy and change your XSLT!</p>
<p>This post shows doing this:<br />
<a href="http://www.novolocus.com/2008/05/09/how-do-i-get-the-xml-of-my-search-results/" rel="nofollow">http://www.novolocus.com/2008/05/09/how-do-i-get-the-xml-of-my-search-results/</a></p>
<p>The aim of the XSLT in that is to show the output of the Search Webservice.</p>
<p>Regarding the master page, you&#8217;ll want to make sure that the search box on that points to the correct results page, though what that is depends upon your system; it&#8217;s hard for me to give instructions. Basically, all the search box does is forward you to the results page, and pass it your search term.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Edwards</title>
		<link>http://www.novolocus.com/2008/05/15/hit-highlighting-inside-adobe-pdfs-using-sharepoint-search/#comment-1897</link>
		<dc:creator>Mark Edwards</dc:creator>
		<pubDate>Wed, 11 Jun 2008 20:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=570#comment-1897</guid>
		<description>This looks like good stuff, and I have verified that I can highlight by manually entering a query url. But where in the world do I put the xslt you've shown above?

On the master page I have this, where the search box goes:


  
      
  


Do I somehow need to associate this with a control? Is there something to do with the Core Results Page (which I am unable to locate !)? Does it require a blood sacrifice?

I am using WSS 3.0, and I am pulling my hair out trying to get any kind of results.


Thanks,
Mark Edwards
medwards@infassure.com</description>
		<content:encoded><![CDATA[<p>This looks like good stuff, and I have verified that I can highlight by manually entering a query url. But where in the world do I put the xslt you&#8217;ve shown above?</p>
<p>On the master page I have this, where the search box goes:</p>
<p>Do I somehow need to associate this with a control? Is there something to do with the Core Results Page (which I am unable to locate !)? Does it require a blood sacrifice?</p>
<p>I am using WSS 3.0, and I am pulling my hair out trying to get any kind of results.</p>
<p>Thanks,<br />
Mark Edwards<br />
<a href="mailto:medwards@infassure.com">medwards@infassure.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Muldoon</title>
		<link>http://www.novolocus.com/2008/05/15/hit-highlighting-inside-adobe-pdfs-using-sharepoint-search/#comment-1643</link>
		<dc:creator>Martin Muldoon</dc:creator>
		<pubDate>Thu, 15 May 2008 15:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=570#comment-1643</guid>
		<description>Hi Andy,

I don't know if you are aware of BA-Insight's Longitude, but it not only does hit-highlighting within PDF's (or any other file type) it detects the most relevant pages in the document and presents those to the user without the need to download and open the document.

Cheers!
Martin</description>
		<content:encoded><![CDATA[<p>Hi Andy,</p>
<p>I don&#8217;t know if you are aware of BA-Insight&#8217;s Longitude, but it not only does hit-highlighting within PDF&#8217;s (or any other file type) it detects the most relevant pages in the document and presents those to the user without the need to download and open the document.</p>
<p>Cheers!<br />
Martin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
