About the LuceneContainer category

LuceneContainer: Package includes LuceneContainer and LuceneFacade

Main features of the LuceneContainer

Container is indexed
Fast server side Lazy loading
Fast and versatile searches with field sorting
Ability to create the index from cvs (or tab delimeted) file
Ability to create the index from sql query
You edit the index index on the fly
You can export search results into database table

Main features of the LuceneFacade

Persistence integration based on the AppFoundation add-on
Ability to create index from the Pojos found from AppFoundation IFacade
Index is updated when the pojo is stored in the IFacade
DemoApplication that demonstrates a "real-world" usage of the LuceneFacade