Uses of Class
org.apache.solr.handler.component.RealTimeGetComponent.Resolution
-
Packages that use RealTimeGetComponent.Resolution Package Description org.apache.solr.handler.component SearchComponent
implementations for use inSearchHandler
-
-
Uses of RealTimeGetComponent.Resolution in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component that return RealTimeGetComponent.Resolution Modifier and Type Method Description static RealTimeGetComponent.Resolution
RealTimeGetComponent.Resolution. valueOf(String name)
Returns the enum constant of this type with the specified name.static RealTimeGetComponent.Resolution[]
RealTimeGetComponent.Resolution. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.solr.handler.component with parameters of type RealTimeGetComponent.Resolution Modifier and Type Method Description static org.apache.solr.common.SolrInputDocument
RealTimeGetComponent. getInputDocument(SolrCore core, org.apache.lucene.util.BytesRef idBytes, org.apache.lucene.util.BytesRef rootIdBytes, AtomicLong versionReturned, Set<String> onlyTheseFields, RealTimeGetComponent.Resolution resolveStrategy)
Obtains the latest document for a given id from the tlog or through the realtime searcher (if not found in the tlog).static org.apache.solr.common.SolrInputDocument
RealTimeGetComponent. getInputDocumentFromTlog(SolrCore core, org.apache.lucene.util.BytesRef idBytes, AtomicLong versionReturned, Set<String> onlyTheseFields, RealTimeGetComponent.Resolution resolution)
returns the SolrInputDocument from the current tlog, or DELETED if it has been deleted, or null if there is no record of it in the current update log.
-