[Xapian-discuss] Using flint backend

Tony Lambiris tony at kozoru.com
Tue Nov 29 21:39:49 GMT 2005


I have a shell script that looks like this:

#!/bin/sh

DIR="$1"

for i in `ls /Volume/Topix/${DIR}`; do
   WEBDIR="/${DIR}/${i}"
   echo "Indexing ${WEBDIR}"
   /usr/local/bin/omindex -d ignore -D /Volume/Xapian/topix/${DIR} -U 
${WEBDIR} /Volume/Topix${WEBDIR} >/dev/null
done

If i've been reading correct, all I have to do is add:

XAPIAN_PREFER_FLINT="true"

to the top of this script, and any new databases that are built using 
omindex will be using the flint backend, is this correct?

TIA, love Xapian, it's very ++.



More information about the Xapian-discuss mailing list