From 64310a312dba500a196d79dc2badf8254e30c364 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 12 Apr 2010 17:49:47 +0100 Subject: [PATCH] Support index.zeerex.reliability Support index.zeerex.reliabilityAtLeast for convenience when building web-based search forms. --- zebra/pqf.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zebra/pqf.properties b/zebra/pqf.properties index a1d4715..fbc5419 100644 --- a/zebra/pqf.properties +++ b/zebra/pqf.properties @@ -26,6 +26,8 @@ index.net.method = 1=net:method index.net.host = 1=net:host 4=3 index.net.port = 1=net:port 4=3 index.net.path = 1=net:path 4=3 +index.zeerex.reliability = 1=zeerex:reliability +index.zeerex.reliabilityAtLeast = 1=zeerex:reliability 2=4 index.dc.title = 1=dc:title index.dc.creator = 1=dc:creator index.dc.description = 1=dc:description -- 1.7.10.4