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
-
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.
-
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
-