|
Users would like to able to quickly search shared folders etc. on the server.
What are the PRO's and CON's of these two technologies?
Started by Christopher Edwards on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
We have looked at Search....
Windows search would also require you to add any 3rd aprty filters (pdf etc) to each desktop but search server allows you to have a central filter repository.
server is that it supports sharepoint.
|
|
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...
Started by Daniel O on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you're running SharePoint 2003, I'm not sure SQL 2008 is supported... .
Since 2007, SharePoint search no longer user SQL Search.
I'm not aware of any problem with SQL Server under 2008, but I'm sure it won't affect SharePoint 2007 .
|
|
I.e., I want my web server to initiate a Google Search, manipulate the results, and send the result back to the user's browser.
I know there's an AJAX API designed for searching client-side with Javascript, but is there a non-AJAX API designed for server...
Started by Horace Loeb on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Yahoo....
The so-called "Google AJAX Search API" actually has a REST interface as well, for non to have such an API (only in the SOAP format) but discontinued it.
To-server search API: http://developer.yahoo.com/search/boss/
Yes.
|
Ask your Facebook Friends
|
30 million distinct phrases, not documents, ranging from one word to a 10 word sentence and I need to support word/phrase searching. Basically what where contains(phrase, "'book' or 'stack overflow'") offers.
I have an instance of SQL Server 2005 (32 ...
Started by jfrantzen on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The technique scales very well and I've tested it indexing a brute-force search....
Each of your phrases/Search_engine_indexing#Inverted_indices ).
It's a search server that wraps Lucene with a HTTP interface.
At Apache Solr.
|
|
I want to use SQL SERVER 2008 Full text search to get the records that have a word or a phrase as the whole text within the field and not as part of the text within the field. For example: I have many records containing the Word 'Inheritance' as the whole...
Started by SubPortal on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
search enabled databases..
|
|
I'm setting up the environment for an intranet using WSS (Windows SharePoint Services) 3.0. The catch is getting the environment configured to work with MS Search Server 2008 Express.
Here's the environment I'd like to setup:
A: Web Server; Win Server...
Started by Jason Kemp on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
These documents should answer your questions:
Upgrade to Search Server 2008 from Windows SharePoint Services 3.0
Plan to deploy Search Server 2008 or Search Server 2008 Express
Try this site as well:
www.technotesblog....
|
|
Hi,
I have wss 3.0 set up and in use, but the search is not working. most of the troubleshooting starts with "open central administration, click Operations then Services On Server, then start and stop WSS Search Server".. but there is no search server...
Started by allen on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Although i voted to move to serverfault, here's my1) You may need to start... .
You can get it here.
Try looking at another server
2) Do view:all and see what shows up and install the search server.
Only it can't host wss search.
|
|
I'm installing Microsoft Search Server 2008 express with a view to indexing some content for an intranet application.
Having not used Search Server before, i am looking at ways of my asp.net app (.net 3.5) querying the search server.
I'm just starting...
Started by GordonB on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Http-EPiServer-and-Microsoft-Search-Server-2008/
Describes using the Search Server web service, which.
The assemblies are part of the Search Server 2008 SDK.
Microsoft provides developer APIs.
|
|
Does the web front end accept a search request coming from my own program?
If yes, how does the request get routed to a particular query server, given that I have multiple query servers?
Is any particular algorithm used (e.g. round-robin)?
Started by llc on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You will only.
The short answer is "yes the query server role on the WFE servers and the index server role on a separate server.
As for your own program, it depends greatly on how you want to request the search.
|
|
I have no experience building a search solution, but I'd like to have a search box within my solution and I don't know where to even begin. Are there cool SQL Server tricks that I can use to make my search solution performant (I'm using a hosted SQL 2...
Started by Whozumommy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Read this article:
Create a Site Search Engine in ASP.NET If you don't have to program an ....
Need to search your database directly, you should probably look into SQL Server 2008's Full TextYou might be interested in reading this .
|