public interface ManagedSearchEngine extends SearchEngine, Closeable, Refreshable
SearchEngine
. It extends SearchEngine
with additional
management methods.Modifier and Type | Method and Description |
---|---|
void |
close()
This method disposes the search-engine.
|
boolean |
refresh()
This method tells the search-engine to refresh explicitly.
|
count, getEntry, getQueryBuilder, getTotalEntryCount, search, search
boolean refresh()
refresh()
. refresh
in interface Refreshable
true
if something has changed, false
otherwise. If the implementation can not determine the
change it should return true
.void close()
close
in interface AutoCloseable
close
in interface Closeable
Copyright © 2001–2016 mmm-Team. All rights reserved.