Uses of Class
org.apache.blur.thrift.generated.Column

Packages that use Column
org.apache.blur.analysis   
org.apache.blur.analysis.type   
org.apache.blur.analysis.type.spatial   
org.apache.blur.thrift.generated   
org.apache.blur.thrift.util   
 

Uses of Column in org.apache.blur.analysis
 

Methods in org.apache.blur.analysis with parameters of type Column
abstract  Iterable<? extends org.apache.lucene.document.Field> FieldTypeDefinition.getFieldsForColumn(String family, Column column)
          Gets the Fields for indexing from a single Column.
abstract  Iterable<? extends org.apache.lucene.document.Field> FieldTypeDefinition.getFieldsForSubColumn(String family, Column column, String subName)
          Gets the Fields for indexing from a single Column, but should not be stored because the original value should be stored in the main Column.
 

Uses of Column in org.apache.blur.analysis.type
 

Methods in org.apache.blur.analysis.type with parameters of type Column
 Iterable<? extends org.apache.lucene.document.Field> TextFieldTypeDefinition.getFieldsForColumn(String family, Column column)
           
 Iterable<? extends org.apache.lucene.document.Field> StringFieldTypeDefinition.getFieldsForColumn(String family, Column column)
           
 Iterable<? extends org.apache.lucene.document.Field> StoredFieldTypeDefinition.getFieldsForColumn(String family, Column column)
           
 Iterable<? extends org.apache.lucene.document.Field> LongFieldTypeDefinition.getFieldsForColumn(String family, Column column)
           
 Iterable<? extends org.apache.lucene.document.Field> IntFieldTypeDefinition.getFieldsForColumn(String family, Column column)
           
 Iterable<? extends org.apache.lucene.document.Field> FloatFieldTypeDefinition.getFieldsForColumn(String family, Column column)
           
 Iterable<? extends org.apache.lucene.document.Field> FieldLessFieldTypeDefinition.getFieldsForColumn(String family, Column column)
           
 Iterable<? extends org.apache.lucene.document.Field> ExampleType.getFieldsForColumn(String family, Column column)
          Create Fields for the index as well as for storing the original data for retrieval.
 Iterable<? extends org.apache.lucene.document.Field> DoubleFieldTypeDefinition.getFieldsForColumn(String family, Column column)
           
 Iterable<? extends org.apache.lucene.document.Field> DateFieldTypeDefinition.getFieldsForColumn(String family, Column column)
           
 Iterable<? extends org.apache.lucene.document.Field> TextFieldTypeDefinition.getFieldsForSubColumn(String family, Column column, String subName)
           
 Iterable<? extends org.apache.lucene.document.Field> StringFieldTypeDefinition.getFieldsForSubColumn(String family, Column column, String subName)
           
 Iterable<? extends org.apache.lucene.document.Field> StoredFieldTypeDefinition.getFieldsForSubColumn(String family, Column column, String subName)
           
 Iterable<? extends org.apache.lucene.document.Field> LongFieldTypeDefinition.getFieldsForSubColumn(String family, Column column, String subName)
           
 Iterable<? extends org.apache.lucene.document.Field> IntFieldTypeDefinition.getFieldsForSubColumn(String family, Column column, String subName)
           
 Iterable<? extends org.apache.lucene.document.Field> FloatFieldTypeDefinition.getFieldsForSubColumn(String family, Column column, String subName)
           
 Iterable<? extends org.apache.lucene.document.Field> FieldLessFieldTypeDefinition.getFieldsForSubColumn(String family, Column column, String subName)
           
 Iterable<? extends org.apache.lucene.document.Field> ExampleType.getFieldsForSubColumn(String family, Column column, String subName)
          Create Fields for the index do NOT store the data because the is a sub column.
 Iterable<? extends org.apache.lucene.document.Field> DoubleFieldTypeDefinition.getFieldsForSubColumn(String family, Column column, String subName)
           
 Iterable<? extends org.apache.lucene.document.Field> DateFieldTypeDefinition.getFieldsForSubColumn(String family, Column column, String subName)
           
 

Uses of Column in org.apache.blur.analysis.type.spatial
 

Methods in org.apache.blur.analysis.type.spatial with parameters of type Column
 Iterable<? extends org.apache.lucene.document.Field> BaseSpatialFieldTypeDefinition.getFieldsForColumn(String family, Column column)
           
 Iterable<? extends org.apache.lucene.document.Field> BaseSpatialFieldTypeDefinition.getFieldsForSubColumn(String family, Column column, String subName)
           
 

Uses of Column in org.apache.blur.thrift.generated
 

Fields in org.apache.blur.thrift.generated with type parameters of type Column
 List<Column> Record.columns
          A list of columns, multiple columns with the same name are allowed.
 

Methods in org.apache.blur.thrift.generated that return Column
 Column Column.deepCopy()
           
 Column Column.setName(String name)
          The name of the column.
 Column Column.setValue(String value)
          The value to be indexed and stored.
 

Methods in org.apache.blur.thrift.generated that return types with arguments of type Column
 List<Column> Record.getColumns()
          A list of columns, multiple columns with the same name are allowed.
 Iterator<Column> Record.getColumnsIterator()
           
 

Methods in org.apache.blur.thrift.generated with parameters of type Column
 void Record.addToColumns(Column elem)
           
 int Column.compareTo(Column other)
           
 boolean Column.equals(Column that)
           
 

Method parameters in org.apache.blur.thrift.generated with type arguments of type Column
 Record Record.setColumns(List<Column> columns)
          A list of columns, multiple columns with the same name are allowed.
 

Constructors in org.apache.blur.thrift.generated with parameters of type Column
Column(Column other)
          Performs a deep copy on other.
 

Constructor parameters in org.apache.blur.thrift.generated with type arguments of type Column
Record(String recordId, String family, List<Column> columns)
           
 

Uses of Column in org.apache.blur.thrift.util
 

Methods in org.apache.blur.thrift.util that return Column
static Column BlurThriftHelper.newColumn(String name, String value)
           
 

Methods in org.apache.blur.thrift.util with parameters of type Column
static Record BlurThriftHelper.newRecord(String family, String recordId, Column... columns)
           
static RecordMutation BlurThriftHelper.newRecordMutation(RecordMutationType type, String family, String recordId, Column... columns)
           
static RecordMutation BlurThriftHelper.newRecordMutation(String family, String recordId, Column... columns)
           
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.