Uses of Interface
org.hibernate.search.backend.lucene.lowlevel.directory.spi.DirectoryHolder
-
Packages that use DirectoryHolder Package Description org.hibernate.search.backend.lucene.lowlevel.directory.spi -
-
Uses of DirectoryHolder in org.hibernate.search.backend.lucene.lowlevel.directory.spi
Methods in org.hibernate.search.backend.lucene.lowlevel.directory.spi that return DirectoryHolder Modifier and Type Method Description DirectoryHolderDirectoryProvider. createDirectoryHolder(DirectoryCreationContext context)Creates aDirectoryHolderfor a given name, but do not allocate resources yet (wait untilstart()is called).
-