org.apache.solr.handler.dataimport
Interface SolrWriter.SolrDoc

Enclosing class:
SolrWriter

public static interface SolrWriter.SolrDoc

The purpose of this interface to provide pluggable implementations for Solr 1.2 & 1.3 The implementation can choose to wrap appropriate Objects based on the version


Method Summary
 void addField(String name, Object value, float boost)
           
 Object getField(String field)
           
 void setDocumentBoost(float boost)
           
 

Method Detail

addField

void addField(String name,
              Object value,
              float boost)

getField

Object getField(String field)

setDocumentBoost

void setDocumentBoost(float boost)


Copyright © 2008 Apache Software Foundation. All Rights Reserved.