Class InternalNumericField

All Implemented Interfaces:
IInternalSearchable, INumericallySearchable, ISearchable

public class InternalNumericField extends NumericField implements IInternalSearchable
Represents any field in Atlan that can be searched using only numeric search operations, and can also be searched against a special internal field directly within Atlan.
  • Constructor Details

    • InternalNumericField

      public InternalNumericField(String atlan, String internal, String numeric)
      Default constructor.
      Parameters:
      atlan - name of the attribute in the metastore
      internal - name of the internal searchable attribute in the metastore
      numeric - name of the numeric field in the search index
  • Method Details

    • getInternalFieldName

      public String getInternalFieldName()
      Description copied from interface: IInternalSearchable
      Returns the name of the internal field for this attribute in Atlan.
      Specified by:
      getInternalFieldName in interface IInternalSearchable
      Returns:
      the field name for the internal (searchable) field in Atlan for this attribute