org.apache.solr.handler.dataimport.config
Class Field

java.lang.Object
  extended by org.apache.solr.handler.dataimport.config.Field

public class Field
extends Object


Nested Class Summary
static class Field.Builder
           
 
Constructor Summary
Field(Field.Builder b)
           
 
Method Summary
 Map<String,String> getAllAttributes()
           
 float getBoost()
           
 String getColumn()
           
 Entity getEntity()
           
 String getName()
           
 boolean isDynamicName()
           
 boolean isMultiValued()
           
 boolean isToWrite()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Field

public Field(Field.Builder b)
Method Detail

getName

public String getName()

getEntity

public Entity getEntity()

getColumn

public String getColumn()

getBoost

public float getBoost()

isToWrite

public boolean isToWrite()

isMultiValued

public boolean isMultiValued()

isDynamicName

public boolean isDynamicName()

getAllAttributes

public Map<String,String> getAllAttributes()


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