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
  • Field Summary

    Fields inherited from class wt.index.IndexingObject

    contentItems, enumDisplayLocalizedMap, ibaInfos, ibas, indexable, metadata, unmappedAttInfos
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The attribute info added using this method gets indexed as a separate field in SOLR

    Supported API: true

    Extendable: false
    void
    Adding the value using this method makes it searchable via keyword search.

    Methods inherited from class wt.index.IndexingObject

    addContentItem, addToUnmappedAttInfo, appendIBAField, dumpContents, getBranchid, getBusinessType, getCollections, getContentFileName, getContentItem, getContentItems, getContentItemSize, getContentItemStream, getCreateTimestamp, getCreator, getEnumDisplayLocalizeMap, getIbaInfo, getIbas, getIndexable, getIndexReferenceId, getIndexRequestId, getMetadata, getMimeType, getModifier, getModifyTimestamp, getName, getNumber, getobjectOid, getSubId, getTypeInstance, getUfid, getUnmappedAttInfo, setBranchid, setBusinessType, setCollections, setCreateTimestamp, setCreator, setEnumDisplayLocalizeMap, setIndexable, setIndexRequestId, setModifier, setModifyTimestamp, setName, setNumber, setobjectOid, setSubId, setTypeInstance, setUfid

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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