[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Webglimpse Home]

Re: Using Glimpse for a FTP server?



> 	glimpseindex does support the -f switch, which allows you to index only
> files modified since the last index was created.  Probably by touching all
> the .glim* files, you could hack this into indexing only files newer than a
> certain date.
> 
> My only suggestion for indexing filenames would be to use yet another
> filter, that adds the filename into the text of the file.

There seems to be an easier solution. We could modify addsearch to
take the file date into account. That program generates the list of
files to index, so it would be the ideal place. It might be as simple
as modifying a find command in this script.

- Christian