Changes between Version 1 and Version 2 of HibernateSearch


Ignore:
Timestamp:
Dec 1, 2008, 9:39:18 AM (16 years ago)
Author:
heikki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HibernateSearch

    v1 v2  
    1414----
    1515
     16=== Directory ===
    1617
     18A Lucene index is represented by a Directory. We will use a file system directory provider to persistently store the Lucene index; and we will use an in-memory directory provider to use with unit test.