Content Search and not the document in SharePoint 2010

Hi,
The requirement is : Search the content of documents by storing the data in a database-driven structure and get the search results in a grid view with data in different columns. My questions are :-
1) Can we store complete content of the word document in a separate database (other than content DB of site collection) or in list/library and show in search results/SP search result page ?
2) Can we convert the existing documents in XML format and save it SharePoint ? Will that content be visible in Search results  ?
3) How can we modify search page to have check box before every search result ?
4) How can we export the selected search results in an excel file ?
Any help will be highly appreciated !!!
Vipul Jain

Hi Inderjeet,
Thanks for the reply. But the client's existing documents are in .doc (Word 2003) format , which is not an open-xml supported format. So the first step would be -
Q1) How can we extract the content from word documents ?
The existing documents are based on a standard corporate template (.dot). These documents are having very heavy content , for example, resume document of an employee, having 20 experiences in very big paragraphs in text format.
Q2) Can we store such large content (experience/qualifications/professional licenses etc) in SharePoint list/library columns ? If yes , which column type will be used...  
Its true that we can convert the existing documents in XML and then the content will be searchable in SharePoint 2010.
Q3) Can we customize the search page to that level that it can give us results in a grid view having different columns , and user can select the multiple search results and create a document dynamically based on those selected search results.
I Know anything can be done using customization's (.net C#)..I just want to clarify for SharePoint search page. If yes , then there will be no need to store the document contents in a separate SQL database.
Kindly reply.
Vipul Jain

Similar Messages

  • When trying to view a pdf from IE10 I get a small square with an X and not the document.

    When trying to view a pdf from IE10 I get a small square with an X and not the document. I have removed reader completely from the control panel and reinstalled version 11.0.4. I have IE 10 10.0.9200.16721. Need assitance in getting Reader XI setup.

    Hi,
    We have heard few users having similar issue as yours and found out the problem for one of the users is this: http://support.microsoft.com/kb/2716529 .
    I was able to reporduce this problem(square with a 'X') by changing the TabProcGrowth registry entry to 0.
    This tool provided by Microsoft is for Win 8, to run this on Win 7 you can manually change the registry setting : please see " Let me fix it myself" in above url.
    Before running these steps please make sure yours indeed is the same problem.
    Please be very careful as some registry settings (not this one) can create serious problems on a Windows system including causing it to no longer boo
    Let me know how it goes.
    Thank You.

  • The printer in firefox wants to print out a "3 page list of emails" and NOT the document I requested

    The printer prompts in Firefox to print a document all appears as good same as in a Word or Excel Doc - which DOES print files properly.
    In Mozilla FF the document requested will produce a list of ~ 3 pages of my emails or NOT the document requested.
    == This happened ==
    Every time Firefox opened
    == About 3 or 4 months back

    Thanks Ed for your response. I use g mail if this helps.
    It is weird as sometimes it will print correctly and most other times, not. Greg
    Message:
    File > Print Preview will display what Firefox is going to print.
    1. Firefox doesn't do email, so you are probably referring to problems with a web mail service - which one?
    2. Without us having access to that same web mail service we would have to guess about what your problem is - I can only guess that there is a button to display a "printer ready" version of an email that you need to use so the email you are reading is displayed all by itself and thus only that is printed.

  • Refreshing only portal content area and not the naviagtion area.

    Hello all,
              I want to refresh only portal content area without refreshing the navigation contents.
       Eg;- When i click on the any document present in the REPORTS folder in Detailed Navigation Area only the portal contents should get refreshed.

    Links on DTN?Are they on a custom Iview?? Then u control with url mode.
    If they are page links, i don think u cud restrict one WD application not to refresh when the whole page getz refreshed.
    <b>Plz don forget points, if it helped.</b>
    Regards,
    P.

  • After creating a form from an existing document, viewing it in Adobe Reader for Android only shows the form fields, and not the document behind it.

    Using an existing PDF file to create an editable form that I can update on my tablet as I go, but when I open the file on my tablet (using Adobe Reader for Android), it only shows the blue editable fields that I've created, but not the actual form that's supposed to be behind it. However, it views properly on my PC. Am I not saving it out correctly?

    Please share the sample file with me. I am sending you instruction via private message.
    Regards,
    Anoop

  • How to get specific folder and items in the document library sharepoint 2010

    I have a Shared library and it has Test folder and inside so many documents now i need to display the Test folder and items programmatically.
    Appreciate Help!!!!!
    Blitz

    This is how you could do it using the server object model -
    SPWeb site = SPContext.Current.Web;
    SPList list = site.Lists["listname"];
    SPQuery query = new SPQuery();
    SPFolder folder = list.RootFolder.SubFolders["FolderName"];
    query.Folder = folder;
    SPListItemCollection items = list.GetItems(query);
    foreach (SPListItem item in items)
    //do whatever you want here
    Please "Mark as Answer" if a post has answered your question or "Vote as Helpful" if it was helpful in some way. Here's
    why

  • When I download an excel spread sheet from a Ford web site I seem to be getting code and not the work sheet. Example- MIME-Version: 1.0 X-Document-Type: Workbook Content-Type: multipart/related; boundary="====Boundary===="

    I have a Macbook Air. I have MS office installed and work in Excel often with no issues. But When I download an excel spread sheet from a Ford web site I seem to be getting code and not the work sheet.
    Example-
    MIME-Version: 1.0
    X-Document-Type: Workbook
    Content-Type: multipart/related; boundary="====Boundary===="
    --====Boundary====
    Content-Location: file:///C:/HOLD.XHT
    Content-Transfer-Encoding: 8bit
    Content-Type: text/html; charset="utf-8"
    <html xmlns:v="urn:schemas-microsoft-com:vml"
    xmlns:o="urn:schemas-microsoft-com:office:office"
    xmlns:x="urn:schemas-microsoft-com:office:excel"
    xmlns="http://www.w3.org/TR/REC-html40">
    <HEAD>
    <meta name="Excel Workbook Frameset">
    <xml>
    <x:ExcelWorkbook>
      <x:ExcelWorksheets>
       <x:ExcelWorksheet>
        <x:Name>BTB</x:Name>
        <x:WorksheetSource HRef="./IBIT0001.xht"/>
       </x:ExcelWorksheet>
       <x:ExcelWorksheet>
        <x:Name>GSM</x:Name>
        <x:WorksheetSource HRef="./IBIT0002.xht"/>
       </x:ExcelWorksheet>
       <x:ExcelWorksheet>
        <x:Name>RODetail</x:Name>
        <x:WorksheetSource HRef="./IBIT0003.xht"/>
       </x:ExcelWorksheet>
      </x:ExcelWorksheets>
    </x:ExcelWorkbook>
    </xml>
    </HEAD>
    </HTML>
    --====Boundary====
    Content-Location: file:///C:/IBIT0001.xht
    Content-Transfer-Encoding: 8bit
    Content-Type: text/html; charset="utf-8"
    <html xmlns:v="urn:schemas-microsoft-com:vml"
    xmlns:o="urn:schemas-microsoft-com:office:office"
    xmlns:x="urn:schemas-microsoft-com:office:excel"
    xmlns="http://www.w3.org/TR/REC-html40">
    <HEAD>
    <meta http-equiv=Content-Type content="text/html; charset=utf-8">
    <style>
    <!--table
            {mso-displayed-decimal-separator:"\.";
            mso-displayed-thousand-separator:"\,";}
    @page
            {margin:1.0in .75in 1.0in .75in;
            mso-header-margin:.5in;
            mso-footer-margin:.5in;
            mso-page-orientation:landscape;}
    tr
            {mso-height-source:auto;}
    col
            {mso-width-source:auto;}
    br
            {mso-data-placement:same-cell;}
    .style21
            {color:blue;
            font-size:10.0pt;
            font-weight:400;
            font-style:normal;
            text-decoration:underline;
            text-underline-style:single;
            font-family:Arial;

    Try search/ask in the forum devoted entirely to Excel issues:
    http://answers.microsoft.com/en-us/mac/forum/macexcel

  • How can I change one section of the document to a landscape orientation and not the whole document?

    How can I change one section of the document to a landscape orientation and not the whole document?

    Page Setup, including page orientation, is done in the File menu. The setting applies to the whole document. As Peter says, you can rotate the contents of a page (not including the text layer of a word processing document).
    As an alternative, you could use Numbers, where Sheets are empty canvases onto which you may place images, charts, tables and text boxes, and where page orientation may be set for individual Sheets. The main tradeoff is that you lose many of the built-in word processing and page layout features of Pages.
    Regards,
    Barry

  • Content Search and 'Items Matching a Tag' Web Part Not Displaying Results Shown in Preview

    Hi
    I've been trying to set up both the Content Search and Items Matching a Tag Web Parts with the same issue.  In both cases I can create a query which displays the expected results in the Search Result Preview pane but no results are returned when browsing
    the page.
    I'm a Site Collection administrator
    tried viewing the page in IE8, Chrome and Firefox
    another user account with Full Control permissions on the site results in the same issue
    I've reindexed the site (which has completed as other alterations on the content are now being returned in the normal search results)
    I've tried removing and re-adding the offending web parts
    The queries in both web parts are pushed back to the most simple possible - ie all documents in the current site collection for the Content Search query and 'Current site collection + Don't restrict by any tag' in the Items Matching a Tag
    I haven't touched the display templates or made any other alterations AT ALL - this is a virgin site collection beyond documents in a library
    Does anyone have any ideas?

    I was able to make this do what I needed it to.

  • After installing lion and updating to pages 4.1 cannot view my document content after I open the document.  Shows how many pages I have and how many words in word count, but no words...

    after installing lion and updating to pages 4.1 cannot view my document content after I open the document.  Shows how many pages I have and how many words in word count, but no words...

    Same problem. Tried reinstalling Pages. Didn't help. The behavior is like I am typing with a white font on a white background, but I am not.

  • Why is it that when I go to the search screen to find a particular message in a conversation it comes up with the message but when I click on it it takes me to the conversation where the most recent message was sent and not the message I wanted

    Why is it that when I go to the search screen and type in a particular message I want to view, my iPhone finds it but when I click on it it only takes me to the conversation at the most recently thing texted and not the particular message I clicked on?

    Never occurred to me you can search messages that way, thanks.
    Another way to do it is to scroll from the most recent message to the top of the screen and tap load more messages, repeatedly till you reach the one you want.
      I like your method better, but with both methods it refreshes to the most recent message.

  • Why does itunes in France have a complete lack of english language content on the TV programmes... prefering to release dubbed programmes and not the original english language content, surely it will cost nothing to release both?

    Why does itunes in France have a complete lack of english language content... prefering to release dubbed programmes and not the original english language content?
    It would be just as easy to release both a dubbed version and then a subtitled version.
    I am a native english speaker but live in France. My father has just moved over to live with me in France and speaks very little French.
    The price for a television series is very often more than a dvd box set but does not offer language options.
    My French is passable but I would still prefer to hear the programme in English.
    Using itunes uk is not an option as my cards are french or english with a french postal address.
    The content has been adapted for the french site all i want is to access the original.
    The series i have been trying to buy is HBOs 'boardwalk empire'.
    The stupid thing is to please my father i would buy up most the HBO, BBC and Channel 4 content a cost of a couple of thousand euros.

    Try giving Apple feedback: http://www.apple.com/feedback and also contact the Apple headquarters at http://www.apple.com/contact  We are all fellow users and not Apple employees and often raise questions like yours ourselves.  If enough make Apple aware of a market/need then something may be done about it.
    France has come a very long way with regard to other languages.  When I lived in France, mid-880s, there was an entire Ministry devoted to the purity of the French language...that was the time the PC came out.  A TV news person was cashiered for using the term 'computer' on-air instead of the French created word 'ordinateur'.  They took the language extremely seriously at that time.  At least today there is recognition and even use of English by the masses

  • I dowloard a book sample to iBook. I then deleted it and bought the book and downloaded it. The search engine will only search the 45-page sample and not the full book. How do I get iBook to search the full book?

    I downloaded a book sample to iBook. I deleted it and then bought the full book and downloaded it. The search engine keeps only searching the sample, about 50 pages, and not the full book. How do I get the search engine to search the full book?

    I am having this exact issue. I just downloaded a book and went to open it and got this exact problem.
    I purchased he book through indigo/kobo edition and paid for it and immediately went to open it and am getting the same error
    Error getting License. License Server Communication Problem only mine says  Bad Device key after.
    Not sure why someone has not answered this question yet...i am using windows 7 and this is how i always do it. Never had this problem before when purchasing a book.
    i hope someone answers this soon.

  • If I bought the iPhone 5 in Japan and have the documents, it is possible to change my iphone to not need to use gevey?

    If I bought the iPhone 5 in Japan and have the documents, it is possible to change my iphone to not need to use gevey?

    If you had purchased a HTC One it would have been the same thing.
    If you had purchased a Nokia runing Windows it would have been the same thing.
    This is a huge bad point about cell phones, not iPhones.

  • HT202181 10.9 and 10.10 mounts the folder and not the sharepoint when clicking on a URL link

    I have tested this on several computers and it appears that 10.9 and 10.10 have reverted to mounting the folder and not the sharepoint, similar to 10.6-10.6.6.

    -> Provide your Crash IDs by using the suggestions mentioned in the following article:
    * [[Firefox crashes#w_get-help-fixing-this-crash|Get help fixing this Crash]]

Maybe you are looking for