]> mj.ucw.cz Git - libucw.git/commit
More configuration enhancements:
authorMartin Mares <mj@ucw.cz>
Wed, 22 Jan 2003 11:23:19 +0000 (11:23 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 22 Jan 2003 11:23:19 +0000 (11:23 +0000)
commitf91be42d158f7663d636169d8a09d986c1595a67
tree07b6ab0d6ccf6c8884aa8f6050a6784d3e16ba0c
parent0a9cb3574dfd978b14f97e399be5bea82e6452e2
More configuration enhancements:

o  gatherer, indexer and search server can be left out, which can be useful
   when using Sherlock for indexing databases, because unusual custom.h
   with standard word types missing makes many gatherer modules uncompilable.
o  searching by document age is optional, you can switch it off to save
   index space.
o  indexing of file types is now partially supported by the default configuration,
   because I'm going to use the bottom 5 bits of the file_type (which were
   used only for images) for storing language code of text documents and
   it certainly isn't a centrum-specific thing. On the other hand, I'd like
   to keep the exact meaning of file type codes application specific, so the
   actual matching of file types is left in the customization header. Again,
   you can switch this off to save index space.
lib/index.h