I created a command-line tool in Java that allows the user to execute sql-like commands against a lucene index. This is useful for automating Lucene index migrations without writing any code. Essentially, you can treat a Lucene index the same as you would a database. For example, you can write:
UPDATE field1=newvalue WHERE +field1:oldvalue Or you can simply view data by using the SELECT command: SELECT field1,field2 WHERE +field1:value You are welcome to visit the project here: http://code.google.com/p/lucene-sql/. Any contributions or suggestions would be greatly appreciated. I will make an effort to provide more documentation shortly. Thanks, Jonathan Esposito --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org