Class Field
- java.lang.Object
-
- org.apache.solr.handler.dataimport.config.Field
-
public class Field extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classField.Builder
-
Constructor Summary
Constructors Constructor Description Field(Field.Builder b)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getAllAttributes()floatgetBoost()StringgetColumn()EntitygetEntity()StringgetName()booleanisDynamicName()booleanisMultiValued()booleanisToWrite()
-
-
-
Constructor Detail
-
Field
public Field(Field.Builder b)
-
-