Andrew,
Andrew Linn wrote:
>
> >The problem is that swish-e will see the gz file as an unique file!!
>
> Does it matter which order they are placed in the config file. If I
> had: .ps.tar.Z then .Z which filter would the indexer pick for
> gateway.ps.tar.Z ?
Perhaps, Rainer can correct me...
Addfilter is implemented using a linked list approach. In this schema
the last entry is added as the head to the linked list.
So,
FileFilter .ps.tar.Z filter1
FileFilter .Z filter2
is stored as (LIFO schema)
.Z,filter2 -> .ps.tar.Z,filter1
So, filter2 may be the filter picked for gateway.ps.tar.Z
But, all of this asumptions are very dependent on the actual
implementation
and it is not documented.
cu
Jose Ruiz
jmruiz@boe.es
Received on Mon Jun 26 10:49:53 2000