From dbfe7852bd2cc333d4ab7582bbffbcc7c05fb091 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Thu, 20 Oct 2005 18:28:10 +0000 Subject: [PATCH] Added database subscription feature. Description in NEWS and doc --- NEWS | 4 ++++ doc/administration.xml | 14 ++++++++++++- index/index.h | 4 +++- index/zebraapi.c | 52 +++++++++++++++++++++++++++++++++++++++++++++++- 4 files changed, 71 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 993570a..42e051b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Added 'dbperms' setting to zebra.cfg. Names file with lines of +format username: db1+...dbn, listing databases that user has access to. +Database-specific access control only happens for searching, at present. + Added zebra_set_approx_limit for a ZebraHandle (session). Results will be approximate if hit count is greater than the limit specified. diff --git a/doc/administration.xml b/doc/administration.xml index 6f29d82..b9e88fe 100644 --- a/doc/administration.xml +++ b/doc/administration.xml @@ -1,5 +1,5 @@ - + Administrating Zebra