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
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 TypeMethodDescriptionvoidaddToIbaInfo(IndexAttributeInfo attributeInfo) The attribute info added using this method gets indexed as a separate field in SOLR
Supported API: true
Extendable: falsevoidappendMetadataField(String value) 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
-
Method Details
-
appendMetadataField
Adding the value using this method makes it searchable via keyword search.
Supported API: true
Extendable: false- Overrides:
appendMetadataFieldin classwt.index.IndexingObject
-
addToIbaInfo
The attribute info added using this method gets indexed as a separate field in SOLR
Supported API: true
Extendable: false- Overrides:
addToIbaInfoin classwt.index.IndexingObject
-