Package wt.index

Class WCIndexingObject

java.lang.Object
wt.index.IndexingObject
wt.index.WCIndexingObject

public class WCIndexingObject extends wt.index.IndexingObject
This class is a helper class that contains a number of contants used by indexing to produce outputs, take action and contains most of the static information for a windchill server

Supported API: true

Extendable: false
  • Method Details

    • appendMetadataField

      public void appendMetadataField(String value)
      Adding the value using this method makes it searchable via keyword search.

      Supported API: true

      Extendable: false
      Overrides:
      appendMetadataField in class wt.index.IndexingObject
    • addToIbaInfo

      public void addToIbaInfo(IndexAttributeInfo attributeInfo)
      The attribute info added using this method gets indexed as a separate field in SOLR

      Supported API: true

      Extendable: false
      Overrides:
      addToIbaInfo in class wt.index.IndexingObject