|
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.
|
|
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....
|
Ask your Facebook Friends
|
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 .
|
|
Hi all.
Suppose I have Sql Server (2005/2008) create an index from one of my tables.
I wish to use my own custom search engine (a little more tuned to my needs than Full Text Search). In order to use it however, I need Sql Server to provide me the word...
Started by Roey on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
What are you trying to achieve?
You shouldnt rely on SQL servers internal data structures - they are tailored specifically ....
And if you could, what happens if Microsoft decide to change their internal data structures? Your code would break .
|
|
I want to do a case sensitive search in my SQL query. But by default, MS SQL server does not consider the case of the strings.
Any idea on how to do a case sensitive search in SQL query?
Started by Veera on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Case_sensitive_search_in_sql_server.htm
By using collation or casting to binary, like this:
SELECT.
|
|
I'm looking to find alternatives to Solr from the Apache Software Foundation.
For those that don't know, Solr is an enterprise search server. A client application uses a web-services like interface to submit documents for indexing and also to perform ...
Started by bpapa on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
The latter is free, the former supports a larger Search Server....
IBM Omnifind Yahoo Edition is an Enterprise search server which uses Apache Lucene for indexing Server " and " Microsoft Search Server Express ".
|
|
We have a small intranet installation of MOSS SP2 with a single WFE and a separate SQL Server.
I recently switched out the old WFE server that was running Windows Server 2003 Standard 32-bit, the process I followed was the following:
Bring up a new server...
Started by George Durzi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
The best would be create new configuration database
Cheers.
You cannot re-create the deleted global timer job.
Look under Administrative Tools > Services, and see if the Windows SharePoint Services Timer service is started .
|
|
I am using the python LDAP module to (amongst other things) search for groups, and am running into the server's size limit and getting a SIZELIMIT_EXCEEDED exception. I have tried both synchronous and asynchronous searches and hit the problem both ways...
Started by Dave Kirby on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
On ActiveDirectory servers they can by default while on OpenLDAP....
The example linked by Gorgapor shows how to use be allowed to override the server's sizelimit setting.
But the docs had not been updated for search_ext to show that.
|