Uses of Class
org.hibernate.search.backend.lucene.lowlevel.directory.FileSystemAccessStrategyName
-
Packages that use FileSystemAccessStrategyName Package Description org.hibernate.search.backend.lucene.cfg org.hibernate.search.backend.lucene.lowlevel.directory -
-
Uses of FileSystemAccessStrategyName in org.hibernate.search.backend.lucene.cfg
Fields in org.hibernate.search.backend.lucene.cfg declared as FileSystemAccessStrategyName Modifier and Type Field Description static FileSystemAccessStrategyNameLuceneBackendSettings.Defaults. DIRECTORY_FILESYSTEM_ACCESS_STRATEGYDeprecated.static FileSystemAccessStrategyNameLuceneIndexSettings.Defaults. DIRECTORY_FILESYSTEM_ACCESS_STRATEGY -
Uses of FileSystemAccessStrategyName in org.hibernate.search.backend.lucene.lowlevel.directory
Methods in org.hibernate.search.backend.lucene.lowlevel.directory that return FileSystemAccessStrategyName Modifier and Type Method Description static FileSystemAccessStrategyNameFileSystemAccessStrategyName. of(String value)static FileSystemAccessStrategyNameFileSystemAccessStrategyName. valueOf(String name)Returns the enum constant of this type with the specified name.static FileSystemAccessStrategyName[]FileSystemAccessStrategyName. values()Returns an array containing the constants of this enum type, in the order they are declared.
-