Questions tagged [search]
205 questions
4
votes
1 answer
How to search in a git repository for a string?
Is it possible to search in a given repository for a string (e.g. "class name")?
It would be useful for me even if it is a long time operation.
Thanks for help!

Martin Vseticka
- 143
- 7
4
votes
1 answer
How can I search Microsoft Exchange?
I have a Microsoft Exchange server 2007 running on Windows 2003 R2. I need to search everyone's emails for legal discovery purposes. I'd like to do this in some centralized fashion with administrator rights rather than going account to account. …

Knox
- 2,463
- 2
- 26
- 34
3
votes
1 answer
Restrictions for built in domain administrators for windows search?
The built in domain administrator can't find addtional installed programs on all of our Windows 2016 servers.
Edit
Today I looked around and tested in on 11 Windows 2016 Servers in different domains. At none of them the search for programs works. I…

marsh-wiggle
- 2,145
- 5
- 29
- 45
3
votes
2 answers
How do you get Google to update the index of your site after recovering from a hack?
I have a website that I took over as webmaster. It was in WordPress and was hacked and had thousands of SPAM pages injected to the website. These pages were indexed by Google and in the end had the message "This site may be hacked" against search…

Denver Chiwakira
- 131
- 4
3
votes
1 answer
Need suggestions on making Network File Share, Internal Wiki, Google Docs, and emails searchable from a single location for my organization
I want my coworkers to be able to type a search into a single box and have it return information from all those sources.
Network File Share
Internal Wiki (based on MediaWiki)
Google Docs (we use google apps for your domain)
Emails sent to a…

blak3r
- 731
- 1
- 11
- 16
3
votes
1 answer
Locate / Updatedb with archive support? (tar.gz etc.)
I do have many backups on my nas and my dedicated server. Some as copy within the filesystem, some archived as .zip or .tar.{bz2|gz}.
Is there any way to include the filenames within these archives in the updatedb-database?
Or is there any other…

philipp
- 101
- 3
3
votes
5 answers
Removing Paths/ Landing Pages From SharePoint Search Results
We've been asked by a client to remove a number of pages from being shown up in their public website search results page. I've been into the SSP and created Crawl Rules to remove these pages. All seemed to have worked ok but we have an issue in that…

j.strugnell
- 165
- 1
- 5
3
votes
3 answers
Windows desktop search other than google desktop?
As a developer, i frequently need to perform complex searches for files. For example, search for file that starts with 'buf' and ends with '.c' or '.h' in a c:\sdk and c:\project\include. Windows search in vista+ is good, but for a lrage amount of…

grigoryvp
- 3,655
- 11
- 39
- 59
3
votes
0 answers
Windows Search service, mixed clients - what to choose?
I have been given the task to implement the traditional Windows 2008 R2 Search services on an existing Win2008 R2 file server. Sure, no problem I was thinking, just add the role service and then it should be a walk in the park.
Then I discovered…

xcomiii
- 31
- 1
- 3
3
votes
3 answers
Windows Search Indexer Uses High CPU Usage
We have a Windows Server 2012. From time to time the Windows Indexer has too high CPU usage. What could cause this and how could it be solved.
It runs perfect several weeks and then it takes too much CPU load.
What is the easiest approach to solve…

Matthias
- 33
- 1
- 1
- 8
3
votes
1 answer
How to find file which have not specific content?
I have a lot of files which already have SPF records defined
grep -i v=spf *.db
/var/named/domain.com.db
domain.com. 14400 IN TXT "v=spf1 +a +mx +ip4:XXX.XXX.XXX.XXX ?all"
And want to find all files without SPF records. Some hints?

Gabriel Santos
- 163
- 7
3
votes
1 answer
Slow search in Windows 2012 R2 start menu
I'm using Windows Server 2012 R2 (full version, not core).
When I start to type the name of a program in the start menu, there is a latency of several seconds before results are suggested.
I suspect that, unlike Windows 8, there's no indexation of…

Steve B
- 245
- 4
- 13
3
votes
1 answer
Powershell: get-qadcomputer command
Get-QADComputer -NotLoggedOnFor 90 -SearchRoot 'doman.name/OU1/OU2'
I would like to use a variable for the last OU ex:
Get-QADComputer -NotLoggedOnFor 90 -SearchRoot 'doman.name/OU1/$OU2'
I get an error "cannot resolve directory object" for the…

user179037
- 77
- 1
- 3
- 7
3
votes
1 answer
HTTPS: Enable globally or only when data is sent?
I want to enable HTTPS for my website on pages where data is sent by the user (forms, comments etc).
Does it make sense to enable it only when a page uses forms or is it easier to enable globally?
If not globally, do I also need it on search?

Martin
- 220
- 3
- 9
3
votes
2 answers
Securing Apache Solr in production
I am setting up Apache Solr 4.1 that will be used to index data for a web app. Only the web app should have access to the Solr. Users and other clients will not talk directly to Solr.
What are some of the best practices to secure this type of Solr…

Saqib Ali
- 428
- 2
- 7
- 21