org.apache.solr.handler.dataimport
Interface DIHPropertiesWriter

All Known Implementing Classes:
SimplePropertiesWriter, ZKPropertiesWriter

public interface DIHPropertiesWriter


Method Summary
 void init(DataImporter dataImporter)
           
 boolean isWritable()
           
 void persist(Properties props)
           
 Properties readIndexerProperties()
           
 

Method Detail

init

void init(DataImporter dataImporter)

isWritable

boolean isWritable()

persist

void persist(Properties props)

readIndexerProperties

Properties readIndexerProperties()


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