Microsoft Developer Network > Página Inicial dos Fóruns > SharePoint - Search > Is there a way to remove SharePoint search results?
Fazer uma PerguntaFazer uma Pergunta
 

RespondidoIs there a way to remove SharePoint search results?

  • quinta-feira, 2 de julho de 2009 19:27David Wang Wei Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
    I want to remove a certain result of a particular query, because the author put the metadata carelessly and confusing people who view the search results. How do I do it?

    The metadata was then manully corrected but the confusing result is still there if I type the same query.

Respostas

  • sexta-feira, 3 de julho de 2009 6:00stevemagid Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     Respondido
    Sounds like you just need to correct the metadata. but if you want to remove the result for some reason, there is a way. In the SSp under search administration there is a link to remove results. You just add the url and click remove. when you want to add the result back to your list you just have to go to crawl rules. the removal would have created a remove crawl rul. you can deletre that rule when you ready to add the result back.
    • Marcado como RespostaDavid Wang Wei sexta-feira, 3 de julho de 2009 13:55
    •  

Todas as Respostas

  • quinta-feira, 2 de julho de 2009 19:46AndyGett Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
    SharePoint incrementally crawls sites every 30 minutes by default.  By the time you read this, your problem may have already resolved itself.  To force a full crawl in MOSS, navigate to the Shared Services web application (there is a link from Central Admin) for the site and start a full crawl there via the search settings.

    If you are using WSS, the command is
    stsadm -o spsearch -action fullcrawlstart
    from a command prompt in the bin drive of the 12-hive, usually
    \Program Files\Common Files\Microsoft Shared\web server extensions\12
    AndyGett Blog | @AndyGett Twitter
  • quinta-feira, 2 de julho de 2009 19:57David Wang Wei Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
    Thanks.

    Is it the case that only full crawl will fix the search result but not the incremental crawl?

    My schedule is to do full crawl weekly since data amount is large.
  • quinta-feira, 2 de julho de 2009 21:06AndyGett Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
    The incremental crawl should resolve the problem. You can manually start an incremental crawl via SSP.
    AndyGett Blog | @AndyGett Twitter
  • sexta-feira, 3 de julho de 2009 6:00stevemagid Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     Respondido
    Sounds like you just need to correct the metadata. but if you want to remove the result for some reason, there is a way. In the SSp under search administration there is a link to remove results. You just add the url and click remove. when you want to add the result back to your list you just have to go to crawl rules. the removal would have created a remove crawl rul. you can deletre that rule when you ready to add the result back.
    • Marcado como RespostaDavid Wang Wei sexta-feira, 3 de julho de 2009 13:55
    •  
  • sexta-feira, 3 de julho de 2009 13:57David Wang Wei Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
    Thanks for the help!
    Seems I didn't dig the admin pages deep enough to see the link!