org.apache.solr.handler
Class SnapShooter

java.lang.Object
  extended by org.apache.solr.handler.SnapShooter

public class SnapShooter
extends Object

Provides functionality equivalent to the snapshooter script

This is no longer used in standard replication.

Since:
solr 1.4

Field Summary
static String DATE_FMT
           
static String SNAP_DIR
           
 
Constructor Summary
SnapShooter(SolrCore core, String location)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SNAP_DIR

public static final String SNAP_DIR
See Also:
Constant Field Values

DATE_FMT

public static final String DATE_FMT
See Also:
Constant Field Values
Constructor Detail

SnapShooter

public SnapShooter(SolrCore core,
                   String location)


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.