org.apache.nutch.indexer.solr
Interface SolrConstants


public interface SolrConstants


Field Summary
static String BOOST_FIELD
           
static String COMMIT_SIZE
           
static String DIGEST_FIELD
           
static String ID_FIELD
           
static String MAPPING_FILE
           
static String SERVER_URL
           
static String SOLR_PREFIX
           
static String TIMESTAMP_FIELD
           
static String URL_FIELD
           
 

Field Detail

SOLR_PREFIX

static final String SOLR_PREFIX
See Also:
Constant Field Values

SERVER_URL

static final String SERVER_URL
See Also:
Constant Field Values

COMMIT_SIZE

static final String COMMIT_SIZE
See Also:
Constant Field Values

MAPPING_FILE

static final String MAPPING_FILE
See Also:
Constant Field Values

ID_FIELD

static final String ID_FIELD
See Also:
Constant Field Values

URL_FIELD

static final String URL_FIELD
See Also:
Constant Field Values

BOOST_FIELD

static final String BOOST_FIELD
See Also:
Constant Field Values

TIMESTAMP_FIELD

static final String TIMESTAMP_FIELD
See Also:
Constant Field Values

DIGEST_FIELD

static final String DIGEST_FIELD
See Also:
Constant Field Values


Copyright © 2012 The Apache Software Foundation