proof of concept producer which takes content and indexes it using lucene
authorjohn <john>
Sat, 6 Jul 2002 19:24:30 +0000 (19:24 +0000)
committerjohn <john>
Sat, 6 Jul 2002 19:24:30 +0000 (19:24 +0000)
commitde03bcf229e51a85903d4ad6d684c8c1eec195e8
tree1b2a001c3f2c9469027c211cdcd18a260b92165c
parent5d97fd29013f368dbb35c0da7f55c807a68d4b75
proof of concept producer which takes content and indexes it using lucene
not fancy, and not recommended for use yet, needs to be tied into config.properties
and do some cleanup (deleting index locks) when exceptions happen.

but it more or less works to index the content, if anyone was curious about lucene or how
i'm planning to use it
source/mircoders/producer/IndexingProducerNode.java [new file with mode: 0755]