Uses of Class
org.apache.solr.update.VersionInfo
-
Packages that use VersionInfo Package Description org.apache.solr.update APIs and classes for managing index updates -
-
Uses of VersionInfo in org.apache.solr.update
Fields in org.apache.solr.update declared as VersionInfo Modifier and Type Field Description protected VersionInfoUpdateLog. versionInfoMethods in org.apache.solr.update that return VersionInfo Modifier and Type Method Description VersionInfoUpdateLog. getVersionInfo()Methods in org.apache.solr.update with parameters of type VersionInfo Modifier and Type Method Description protected LongUpdateLog. seedBucketsWithHighestVersion(SolrIndexSearcher newSearcher, VersionInfo versions)Used to seed all version buckets with the max value of the version field in the index.
-