views:

58

answers:

1

I read on Spring web site that the Spring Modules project is now deprecated in favor of Spring Extensions. However, unless I am missing something, Spring Extensions does not support Lucene like Spring Modules did.

Am I missing something?

+1  A: 

No, I don't think you're missing anything. Users of Spring Modules were rather left in the lurch, I feel.

There is an alternative to Spring Lucene, though, which is Compass. Rather than being a library to make lucene easier, it actually provides an abstraction layer on top of Lucene. I like it, I;ve used it for several lucene-based projects now, it's good quality.

skaffman
+1 for Compass - unfortunately it is a one man show with no new releases in the past 12 month though
sfussenegger
@sfussenegger: Yes, that is starting to worry me a bit.
skaffman