|
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 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..
|
Ask your Facebook Friends
|
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.
|
|
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.
|
|
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.
|