topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 18, 2024, 11:38 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: How do you handle large amounts of files? Are tags possible?  (Read 6033 times)

sabot7726

  • Supporting Member
  • Joined in 2008
  • **
  • Posts: 27
    • View Profile
    • Donate to Member
Hi all!

I've recently started using FARR at the 911 dispatch center I work at. Over the years, several thousand documents worth of contact information, policies and procedures, maps, daily recaps etc have stacked up. Initially all this information was in binders all over every nook and cranny of the room, but we've recently digitized it all and stored it on a shared network drive.

Right now FARR does a great job of finding something if we happened to include it in the filename or folder it resides in, my question is if there's a way to add tags to the files or folders so more stuff shows up while searching?

For example if there's a document called noisepolicy.doc: Some people who only vaguely know what they're looking for might try searching for construction, animals, party etc, but the doc they're looking for might only show up if they type noise.

How is everyone handling large amounts of files where you may not necessarily know the exact file name?

d4ni

  • Supporting Member
  • Joined in 2008
  • **
  • Posts: 129
    • View Profile
    • Donate to Member
Re: How do you handle large amounts of files? Are tags possible?
« Reply #1 on: March 01, 2009, 11:33 AM »
You might want to install something like Windows Desktop Search or Google Desktop Search; those will also scan the contents of the files.

Shades

  • Member
  • Joined in 2006
  • **
  • Posts: 2,922
    • View Profile
    • Donate to Member
Re: How do you handle large amounts of files? Are tags possible?
« Reply #2 on: March 01, 2009, 01:06 PM »
There is also a free (commercial and non-commercial alike) search engine available from IBM together with Yahoo! in case you are not allowed to 'cripple' each workstation with a desktop search client, especially when the information required is not stored on them but on a server. To me server storage sounds like the most logical thing to do because of ease of backup and those desktop search clients don't "(re-)index" the (LAN) network to a standstill. After all 911 is a service where every second counts, is it not?

The free search engine can be found here.

An open source variation of a search engine is also available in the form of Lucene from the Apache foundation and is based on Java. Configuring this one will be harder than the IBM option (which promises to be up and running in minutes), but it does not have the limit of 500.000 documents.

EDIT: added link to Lucene project
« Last Edit: March 01, 2009, 01:12 PM by Shades »

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: How do you handle large amounts of files? Are tags possible?
« Reply #3 on: March 01, 2009, 06:55 PM »
This is actually a really good question.

In FARR you can build lists of files inside aliases so they are always easy to find by typing the alias (keyword) name. [note you can easily add files to an alias group by right clicking on a result or opening alias and dropping files into it]

But this isn't a perfect solution to cases where you'd like to have multiple tags per file, etc.

I could pretty easily add feature that let you combine aliases as tags by doing +aliasname so that would get you part of the way there.



The desktop search tools aren't going to really help you much with this.  As you've stated clear, you really need a tool that lets you put tags on files.

Perhaps what we really need is a proper system for integrating FARR with a general purpose file "tagger" tool.  If someone finds a free file tagging tool that might be interfaced to FARR let us know.  Alternatively

d4ni

  • Supporting Member
  • Joined in 2008
  • **
  • Posts: 129
    • View Profile
    • Donate to Member
Re: How do you handle large amounts of files? Are tags possible?
« Reply #4 on: March 01, 2009, 07:06 PM »
Desktop search tools aren't going to help with tagging, true. However, I do believe they will have a much higher hit rate than FARR as they also scan the contents of files. Actually, they can guarantee that higher hit rate as they also search the file name. In the example he mentioned about the noise policy; the document itself will most likely contain the keywords 'party', 'construction' etcetera, hence the file noisepolicy.doc will pop up when searching, right?

My point is, manually tagging the files is a very time consuming task, and perhaps not even needed when the tags you want to set are already present in the text :) I am questioning the effectiveness of FARR in this situation versus some kind desktop search tool with the advantages I mentioned (which does not take away from the fact FARR is awesome for launching stuff ;))

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: How do you handle large amounts of files? Are tags possible?
« Reply #5 on: March 01, 2009, 07:20 PM »
all fair points, d4ni.  :up:

cardboard42

  • Participant
  • Joined in 2008
  • *
  • Posts: 4
    • View Profile
    • Donate to Member
Re: How do you handle large amounts of files? Are tags possible?
« Reply #6 on: March 07, 2009, 01:57 PM »
As far as adding tagging to farr goes, would it be possible for farr or a plugin to access the metadata that windows puts in a file? There is a keywords field under properties->summary for any file that seems like it would do the job pretty well.