Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

How do i implement Search in Sharepoint?

  Asked By: Staci Thornton         Date: Feb 11, 2010      Category: Sharepoint      Views: 395
 

Can anybody help me in finding out that How to implement Search??

I want to implement Search in such a way that it can also search a word in the
Document??

Tagged:            

 

4 Answers Found

 
Answer #1       Answered By: Lynn Mann          Answered On: Feb 11, 2010       

Are u using MOSS or WSS

If MOSS then out of box it comes
with such a configuration

 
Answer #2       Answered By: Damini Dande          Answered On: Feb 11, 2010       

I am using Moss.......................

 
Answer #3       Answered By: Addison Peck          Answered On: Feb 11, 2010       
 
Answer #4       Answered By: Lalit Bhattacharya          Answered On: Feb 11, 2010       

Implementing search  is very easy.By default MOSS indexes word  documents. If
you want to search through PDF documents install either adobe pdf filter or
FOXIT filter and index the documents.After you crawled, the documents will be
listed in the overall keyword site search.
Implementing Custom site search:
Create scope.Write a custom search query and return the values using the
webpart.
This is all w.r.t to MOSS 2007.All these settings has to ne done SSP of that
site.

FOR WSS 3.0:
There is no scope of SSP.
1. You can still implement  using custom code using search query.
2. Install Microsoft search server express 2008 and implement search as MOSS
2007.

 
Didn't find what you were looking for? Find more on How do i implement Search in Sharepoint? Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].