Does the SQL Server 2008 search problem affect SharePoint search?
Does anyone know if the problems that have been affecting Stack Overflow with regards to SQL Server 2008 Full Text Search performance have implications for the search in SharePoint? As far as I understand it SharePoint search uses SQL Server full text search.
source
What are some Search Servers out there?
In addition to the ones that people already mentioned, Microsoft has " Microsoft Search Server " and " Microsoft Search Server Express ". The latter is free, the former supports a larger corpus.
source
What exactly do search engines search?
For gaining something big you might have to sacrifice these small things, overall it all depends on the merit and preferences as the main objective of a site would obviously for better conversion as a whole. Now it is upto you if you want to screw an ugly fat girl a lot, or a really hot girl once.
source
What are the full-text search tools you can use in SQL Server?
Besides full-text indexing and using LIKE keyword, what are other tools to build search functionality on top of MS SQL? This question is particularly for searching records, not files.
source
Best way to search data stored as XML in Sql Server?
I think that if you think you'll need to search the XML on a regular basis, you would save a lot of pain by extracting some of the fields from the XML into their own columns in the database. Storing the XML as a chunk of text isn't very database friendly - it can't be indexed, cached properly, or used in complex queries easily.
source