[root]/groovy/groovy-core/src/examples/searchEngine
Minor refactoring to make tests work better across environments, e.g. SerializeTest uses SystemClassLoader, rename BinaryStreamsTest to include it in test suite
0 lines of code changed in:
* Added example usages of Lucene the search engine API in Groovy
based on examples in the wonderful 'Lucene in Action' book
by Erik Hatcher and Otis Gospodnetic ( http://www.lucenebook.com )
requires a lucene-1.x.x.jar from http://lucene.apache.org
From: Erik Hatcher
We'd be honored to have Groovy'fied Lucene in Action examples out
there! The PyLucene project did the same thing with our code,
actually. So its no problem at all.
Thanks
Erik
99 lines of code changed in: