Class PerSessionDirectoryFactory
A ISourceDirectoryFactory which returns FSDirectory under a dedicated session directory. When a session is over, the entire directory is deleted.
Inheritance
System.Object
PerSessionDirectoryFactory
Assembly: Lucene.Net.Replicator.dll
Syntax
public class PerSessionDirectoryFactory : object, ISourceDirectoryFactory
Remarks
@lucene.experimental
Constructors
Name | Description |
---|---|
PerSessionDirectoryFactory(String) | Constructor with the given sources mapping. |
Methods
Name | Description |
---|---|
CleanupSession(String) | |
GetDirectory(String, String) |