I have a scenario where we have to crawl external website which is having bulks of xml files in a location we need to crawl them to show up in our search results .when we try to do that it is hsoing the results in .xml fashion. but we need the results to be in wording form .For example if we are seraching for 'Japan' we are getting the results as '1980-120.xml' but we need to get as 'japan' or related to it.please any suggestion how to resolve it or any better approaches to crawl external websites.Thanks in advance
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
If "1980-120.xml" is the name of the file, that's what you're going to get in your search results. If you want the displayed title text to be "japan" you will need to rename the file or customize your search results page to implement your custom business logic. See Customizing the SharePoint 2010 Search User Experience for a nice tutorial on how to do this from WROX. I'd also recommend getting the book the tutorial is from. I've found the copy on my desk pretty handy. |
|||
|