Questions tagged [search]
205 questions
5
votes
3 answers
How to search an entire MS SQL 2005 DB for a value?
How can I search an entire MS SQL 2005 DB for a value? For example 'ABC12345'.
Thanks.

Techboy
- 1,550
- 7
- 31
- 49
5
votes
2 answers
Sphinx "searchd" can not start
Actually i am trying to start my Kaltura service. The default "sphinx" came along together with Kaltura has crushed and then got uninstalled. Then i installed clean dedicated of "Sphinx" (source version from here) outside of Kaltura. I setup at…

夏期劇場
- 455
- 2
- 6
- 19
5
votes
2 answers
Windows Search not searching in files
I am trying to get Windows Search to work on my Windows Server 2008 SP2 fileserver, so I can search in files for content.
I have added the Windows Search Service role to the server, and using the right-click properties in Explorer set some folders…

Cylindric
- 1,127
- 5
- 24
- 45
5
votes
1 answer
Searching two sites at once using Google?
How can I limit a Google search to two sites at once?
I can search Serverfault by doing site:serverfault.com windows xp, but I can't seem to figure out how to include another site in my search.
Thanks!

Andy Mikula
- 205
- 2
- 8
5
votes
9 answers
Searching a number of files for a string in LInux
How do I search files, some of which might be directories (in this case recursively) for a given string?
I'd like to search source files for a class definition, so it would also be great if there was the name of the containing file before each…

Alex
- 2,357
- 5
- 32
- 41
5
votes
2 answers
How to secure an Internet-facing Elastic Search implementation in a shared hosting environment?
(Originally asked on StackOverflow, and recommended that I move it here)
I've been going over the documentation for Elastic Search and I'm a big fan and I'd like to use it to handle the search for my ASP.NET MVC app.
That introduces a few…

casperOne
- 151
- 6
4
votes
1 answer
What is needed to allow searching of file contents on remote 2012 R2 share
We have a remote desktop farm built on 2012 R2. Due to our users having to run Outlook in cached mode, we have not installed the windows search service on these session hosts as it breaks the Outlook search without additional configuration.
The…

James Edmonds
- 1,733
- 10
- 37
- 59
4
votes
4 answers
Google Mini Seems to Miss Some Documents
I have a site with dynamic pages on them (e.g. record.aspx?id=657). These get added to occasionally. Each of these pages can be found by following various tags, and there's a page (ip restricted so only the google mini can see it) that list all the…

Kirschstein
- 93
- 8
4
votes
2 answers
Local full text index for a directory tree, a quicker alternative for grep -R
I have a large directory tree of source files. I want to search around all these files. My first instinct is to use grep -R or ack, but either way they just sequentially read all the files.
Is there some lightweight programme that I can install that…

Amandasaurus
- 31,471
- 65
- 192
- 253
4
votes
1 answer
More Searchfilters in AuthLDAPURL
Is it posible to have more then one searchfilter in AuthLDAPURL?
Example uid filter:
AuthType Basic
AuthName "Test"
AuthBasicProvider ldap
AuthUserFile /dev/null
AuthLDAPURL…

user1373150
- 43
- 1
- 1
- 5
4
votes
2 answers
What's a good way to provide a searchable interface to Mailman mailing list archives?
If you have a collection of mailing list archives from Mailman (example here) is there a good way to make them searchable from a web-based interface?

Dana Robinson
- 141
- 1
- 4
4
votes
3 answers
Is there a way to grep with a constrained file type?
right now i am using something like this:
find . -name "*.xml" | xargs grep -l "foobar"
it works, but i was wondering if grep has this functionality built in?

numan
- 143
- 2
4
votes
7 answers
Good tool for searching E-Mail in Outlook?
As a System Administrator, I tend to accumulate a lot of E-Mail. And, unfortunately, my current employer requires Windows on the desktop and Outlook for e-mail.
My question is, are there any good tools for indexing/searching Outlook E-Mail? …

Christopher Cashell
- 9,128
- 2
- 32
- 44
4
votes
3 answers
Simple easy to use CLI file index search on unix?
I need a simple unix utility that would allow me to search within files quickly and with basic parameters (this folder, not this kind of files...).
Currently I use a hand crafted find function with grep and many parameters. It's fast enought on…

kevin
- 143
- 7
4
votes
2 answers
how to disable indexing service (permanently!), on Windows 2003 R2
We have a Windows 2003 R2 server, and its c: drive keeps filling up. When I look for what's taking the space, I see an almost-2GB EDB file:
C:\Documents and Settings\All Users\Application…

LarsH
- 380
- 3
- 7
- 19