Uses of Class
org.apache.solr.update.IndexFingerprint
-
Packages that use IndexFingerprint Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.apache.solr.search APIs and classes for parsing and processing search requestsorg.apache.solr.update APIs and classes for managing index updates -
-
Uses of IndexFingerprint in org.apache.solr.core
Methods in org.apache.solr.core that return IndexFingerprint Modifier and Type Method Description IndexFingerprintSolrCore. getIndexFingerprint(SolrIndexSearcher searcher, org.apache.lucene.index.LeafReaderContext ctx, long maxVersion)Computes fingerprint of a segment and caches it only if all the version in segment are included in the fingerprint. -
Uses of IndexFingerprint in org.apache.solr.search
Methods in org.apache.solr.search that return IndexFingerprint Modifier and Type Method Description IndexFingerprintSolrIndexSearcher. getIndexFingerprint(long maxVersion) -
Uses of IndexFingerprint in org.apache.solr.update
Methods in org.apache.solr.update that return IndexFingerprint Modifier and Type Method Description static IndexFingerprintIndexFingerprint. fromObject(Object o)Create an IndexFingerprint object from a deserialized generic object (Map or NamedList)static IndexFingerprintIndexFingerprint. getFingerprint(SolrCore core, long maxVersion)Opens a new realtime searcher and returns it's (possibly cached) fingerprintstatic IndexFingerprintIndexFingerprint. getFingerprint(SolrIndexSearcher searcher, org.apache.lucene.index.LeafReaderContext ctx, Long maxVersion)static IndexFingerprintIndexFingerprint. reduce(IndexFingerprint acc, IndexFingerprint f2)Methods in org.apache.solr.update with parameters of type IndexFingerprint Modifier and Type Method Description static intIndexFingerprint. compare(IndexFingerprint f1, IndexFingerprint f2)returns 0 for equal, negative if f1 is less recent than f2, positive if more recentstatic IndexFingerprintIndexFingerprint. reduce(IndexFingerprint acc, IndexFingerprint f2)
-