We use MMapdirectory impl. in our search application. Occasionally we need to do a full indexing by dropping entire directory contents. How does re-mapping work with MMapDirectory as the directory contents are going to replace with new ones? is this going to be seamless or an application restart required?
Additonal Info: We use SearcherManger to acquire searchers and we do periodically refresh serachers.