> Isn't this really a property of an index rather then an entire Lucene > build?
Technically no, but in spirit, yes. Personally, I always liked the idea of creating an Analyzer at index creation time, and having the Analyzer object stored as a serialized object in the index. Then you couldn't make the all-too-common mistake of indexing with one and then trying to search with another. > If so, having a text-based way to describe a policy is very helpful > and better than a source code-based one. yup. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
