This class represents an ibi™ Patterns - Search table.


The following tables list the members exposed by NetricsTable.

Public Constructors

  Name Description
Static Public method NetricsTable Overloaded.  
Top

Public Fields

  Name Description
Public field Static RECORD_LIST_TABLE_NAME The special table name for score records results.
Top

Public Methods

  Name Description
Public method addPIndex Add a partition index to this table.
Public method compare For internal use only.
Public method Equals   (inherited from Object)
Public method getFieldNames Return the field names.
Public method GetHashCode   (inherited from Object)
Public method getInfo Return the info that was set using setInfo()
Public method getName Return the name of this table.
Public method getRecSrc Return the attached record source.
Public method GetType   (inherited from Object)
Public method isGipFiltered Return true if this table uses the GIP prefilter.
Public method isPsiFiltered Return true if this table uses the PSI prefilter.
Public method isSortFiltered Return true if this table uses the GIP prefilter.
Public method setCharmaps Specifies the character map to use for each field.
Public method setEstNumRecords Set the estimated number of records.
Public method setFieldTypes Specify the field types for this table.
Public method setGipFiltered Enable GIP filtering for this table.
Public method setGipGramLen This method sets the gram length for the enterprise filer.
Public method setGpuDevices Select the GPU devices this tables uses for GPU-accelerated indexing.

Attempting to select GPU devices when the server does not support GPU acceleration will result in a FEATURESET error.

The device ids must be values returned by TIB_patterns -C LIST.

Public method setGpuIndexing Set whether this table uses GPU-accelerated indexing.///
Public method setInfo Set the table info string.
Public method setPhonetic Enable phonetic searches for this table.
Public method setPsiDensity Set the density of suffixes produced from record field values.
Public method setPsiEncodings Overloaded. Specifies encodings for the PSI pre-filter.
Public method setPsiFiltered Enable PSI filtering for this table.
Public method setSortEncodings Overloaded. Specifies encodings for the SORT pre-filter.
Public method setSortFiltered Enable SORT filtering for this table.
Public method ToString   (inherited from Object)
Top

Protected Methods

  Name Description
Family method Finalize   (inherited from Object)
Family method MemberwiseClone   (inherited from Object)
Top

Explicit Interface Implementations

  Name Description
Static Private method NetricsTable Overloaded.  
Top

See Also