Fixed bug #1142: Non-indexed but listed attributes issues diagnostic.
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 25 May 2007 12:17:11 +0000 (12:17 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 25 May 2007 12:17:11 +0000 (12:17 +0000)
commit3f837255e2e97bd39ffabb13621d398f5610348c
tree5e5032960eb2fc8a7c5c7de3326ee671cb7402ee
parent763bf5f4fc8d22feda4784ec7a9db01902902016
Fixed bug #1142: Non-indexed but listed attributes issues diagnostic.
We keep the existing behavior by default and continue to issue a
diagnostic. Typically there are many attributes given in .att-files which
are never used in a Zebra installation. If they issue 0 hits, then
most Zebra servers will basically lie about their capabilities. It
would also confuse a lot of users.. (Dead programs tell no lies).
But it is certainly useful to be able to say "allow unknown use
attribtute" in controlled environments and in multi server systems
(where attributes may not indexed in all places) . Zebra now allows
attribute 14 to control this. 14=0 makes Zebra works as usual (throw
a diagnostic). 14=1 makes Zebra produce 0 hits (for the leaf/APT)
NEWS
doc/querymodel.xml
index/attribute.c
test/api/t5.c
util/su_codec.c