Uses of Class
org.apache.lucene.monitor.MonitorConfiguration
-
Packages that use MonitorConfiguration Package Description org.apache.lucene.monitor Monitoring framework -
-
Uses of MonitorConfiguration in org.apache.lucene.monitor
Methods in org.apache.lucene.monitor that return MonitorConfiguration Modifier and Type Method Description MonitorConfigurationMonitorConfiguration. setIndexPath(java.nio.file.Path indexPath, MonitorQuerySerializer serializer)MonitorConfigurationMonitorConfiguration. setPurgeFrequency(long frequency, java.util.concurrent.TimeUnit units)Set the frequency with with the Monitor's querycache will be garbage-collectedMonitorConfigurationMonitorConfiguration. setQueryDecomposer(QueryDecomposer queryDecomposer)Set the QueryDecomposer to be used by the MonitorMonitorConfigurationMonitorConfiguration. 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 MonitorConfiguration Constructor Description Monitor(Analyzer analyzer, MonitorConfiguration config)Create a new Monitor instance with a specific configurationMonitor(Analyzer analyzer, Presearcher presearcher, MonitorConfiguration configuration)Create a new Monitor instanceQueryIndex(MonitorConfiguration config, Presearcher presearcher)
-