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

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

public class EntityField
extends Object


Nested Class Summary
static class EntityField.Builder
           
 
Constructor Summary
EntityField(EntityField.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

EntityField

public EntityField(EntityField.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.