I am working with another software vendors sample .java files (a couple hundred) and occasionally need to find one that demonstrates how to use their API. Their API set has over 10,000 objects and the documentation unfortunately is, more often than not, lacking details (i.e. a method takes "int arg1, int arg2" but really they are wanting some sort of enumerated object).
I have done both explicit searches (*.java) and open searches (*.*) to find files containing keywords but the Microsoft search does not find files that contain the words. If I manually search the files, I can see plenty of them that contain the words, but I don't really want to rely on a manual search when the OS has a search capability (just not working as expected).
Any thoughts on a default configuration that needs to happen? Does another option exist? I'm using Eclipse as my IDE and can search my project directory but these are sample files and I don't want to pull them all into my project just to do a search.
2007-10-11
03:26:05
·
2 answers
·
asked by
Jim Maryland
7
in
Computers & Internet
➔ Other - Computers
Forgot to mention the OS version is MS Windows XP Professional (32bit).
Oh, the problem isn't just .java files but this is where I commonly encounter the problem.
The directory structure holding the files goes about 10-12 levels deep with only the "Program Files" portion containing a space in the name. When I perform the search, I'm at the 4th level in the structure.
2007-10-11
04:00:27 ·
update #1
No answers after 6 days. Should I switch to using Google Desktop's search capabilities to fix the problem? I'm concerned about doing so as I'm not comfortable with how Google Desktop seems to handle sensitive information in it's index. I don't seem to have another option without doing my searches in my development application (which isn't necessarily the ideal situation for switching between applications).
2007-10-17
05:39:22 ·
update #2