Uses of Class
org.apache.lucene.monitor.MonitorConfiguration
-
Uses of MonitorConfiguration in org.apache.lucene.monitor
Methods in org.apache.lucene.monitor that return MonitorConfigurationModifier and TypeMethodDescriptionMonitorConfiguration.setDirectoryProvider
(IOSupplier<Directory> directoryProvider, MonitorQuerySerializer serializer) MonitorConfiguration.setDirectoryProvider
(IOSupplier<Directory> directoryProvider, MonitorQuerySerializer serializer, Boolean readOnly) Sets a custom directory, with a custom serializer.MonitorConfiguration.setIndexPath
(Path indexPath, MonitorQuerySerializer serializer) MonitorConfiguration.setPurgeFrequency
(long frequency, TimeUnit units) Set the frequency with with the Monitor's querycache will be garbage-collectedMonitorConfiguration.setQueryDecomposer
(QueryDecomposer queryDecomposer) Set the QueryDecomposer to be used by the MonitorMonitorConfiguration.setQueryUpdateBufferSize
(int size) Set how many queries will be buffered in memory before being committed to the queryindexConstructors in org.apache.lucene.monitor with parameters of type MonitorConfigurationModifierConstructorDescriptionMonitor
(Analyzer analyzer, MonitorConfiguration config) Create a new Monitor instance with a specific configurationMonitor
(Analyzer analyzer, Presearcher presearcher, MonitorConfiguration configuration) Create a new Monitor instance