You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Jeff Rodenburg <je...@gmail.com> on 2006/03/11 23:51:01 UTC

Index validation utility

I'm working on a utility program to help me verify/validate my Lucene
indexes.  By that, I mean checking for data conformance, minimum fields,
etc.  Using XML Schema Definition (http://www.w3.org/XML/Schema), my goal is
to ensure that indexes that I create are compliant for requisite fields,
data types, etc.

I'm working on this mostly for myself, but if anyone is interested just send
me an email off-list.

cheers,
-- jeff r.