Questions tagged [search]
205 questions
2
votes
2 answers
Intranet Search engine solution to run on SBS 2008
I'm looking for a web based intranet search solution to index some intranet network shares with PDF / Doc / Textfiles etc. and maybe also an intranet wiki. Microsoft has the Search Server Express, which looks promising but the minimum requirements…

Florian Storck
- 131
- 4
2
votes
3 answers
Search LDAP for a user with a specific IP address
I am doing passthrough authentication against a Novell eDirectory server. Currently I perform the following request:
results = server.search_s(
self.basedn,
ldap.SCOPE_SUBTREE,
'(objectClass=user)',
attrlist=['uid',…

Harley
- 2,187
- 6
- 25
- 29
2
votes
2 answers
Indexing windows server for searching
Is there a way to index file shares on a windows file server so that they can be quickly searched by end users, that isn't part of sharepoint?

Brett G
- 2,033
- 2
- 28
- 45
2
votes
2 answers
How can you search a sharepoint library using Windows 7 Search Federation?
I'd like to create a custom search provider for a sharepoint document library on Windows 7

Omar Shahine
- 3,747
- 3
- 26
- 27
2
votes
2 answers
Windows Libraries "This network location can't be included because it is not indexed" even though it IS indexed
We have a Users volume on a Server 2008 failover cluster, and we want each user to have their folder on that volume included in their Windows 7 Documents Library. When we try to add the folder, the client gives the error "This network location can't…

ASTX813
- 33
- 8
2
votes
3 answers
How do I search for files with tilde in the name in Windows Server 2008 R2?
I have a question about searching for files in Windows Server 2008 R2. We are automating Excel (don't ask) which when fails can leave behind the temporary files that have an extension of .XLS~
If I do a manual search for *.xls~ it appears that…

Muzzman
- 21
- 1
- 3
2
votes
2 answers
Building intranet search
At work, we have lots of information squirreled away in many different sites -- wikis, product docs, ticketing system, etc -- many of which require authentication.
I'm very interested in having a single way to search all our various silos, and in my…

gmkv
- 21
- 1
2
votes
3 answers
Fast search for IMAP?
I have an IMAP account with over 10 years' worth of emails in it, and I'd like to be able to search it quickly from my Windows machine. I'm looking for something that will give me an indexed search of my email (ideally without changing anything on…

RichieHindle
- 123
- 6
2
votes
2 answers
Search for files on file server
I need a software that would let me search files on my file server from other computers on the local network. My file server runs OpenSolaris. Preferably something that would offer the search via web page.

Illotus
- 457
- 4
- 9
2
votes
4 answers
How to find two months old password users in a Windows domain?
how can I search for two or three months old passwords on a Windows domain controller?
I am an administrator on this domain.

kartook
- 79
- 1
- 4
- 8
2
votes
3 answers
Delete Files and Folders
Can anyone recommend a utility (hopefully cheap/free) that will allow me to search across multiple cifs shares for multiple file name/types and then delete them? We are running into problems with our users saving files they aren't supposed to be…

Scott Keck-Warren
- 1,670
- 1
- 14
- 23
2
votes
1 answer
Google search engine
I am working on a Google box, something like this,
http://mytwentyfive.com/blog/wp-content/uploads/byme/Google%20Search%20Appliances.jpg
I am pointing the crawler to a folder where there are html files. before the crawler was crawling the files and…

Kourosh Samia
- 321
- 1
- 5
- 12
2
votes
2 answers
Remote search system for samba shares
I have several shares residing on a samba server in a small business environment that I would like to provide search facilities for. Ideally this would be something like google desktop with some extra features (see below), but lacking this the idea…

fostandy
- 223
- 1
- 2
- 7
2
votes
1 answer
Can I run a site search like Lucene on a single 2 gig server that's also a web & mysql server
My site's pages have exceeded the limit of pages for Google Custom Search so many of the results are not found in our site search.
I've been reading about Lucene, Nutch, Solr, etc and I'm wondering if I'd have the requirements for running those on a…

Ian
- 251
- 2
- 10
2
votes
8 answers
Tool to search text in big files
I'm looking for a tool to find a line containing a searced text inside a file that has a size of 4 GB

Paul
- 714
- 2
- 6
- 19