On Mon, 6 Apr 2009, Andi Vajda wrote:
Yes, this is a well known problem. JCC has a hardcoded list of words that can lead to such unfortunate collisions. I need to add another command line argument that makes it possible to add more such reserved words.
You can now add --reserved DOMAIN on the command line and that word is added to the list of reserved words. To specify more than one such reserved word --reserved can be used multiple times or a comma-separated list of words can be passed as well.
This is available from svn trunk and from the pylucene_2_4 branch. Andi..