Structure
The diagram below shows the tag structure:
StructureThe diagram below shows the tag structure: Index File NamesBy default, 3DSpace Index does not index the names of files attached to a business object automatically. If you want to be able to search on file names, add the following to the config.xml file: <FIELD name="FILENAME" select="format.file.name" type="STRING"/> Enable Slashes for Facet Category Names
You may want to use slashes Supporting slashes for category names fixes issues in the display of 6WTags and make your data easy to understand. Before this function, the 3DSpace Index either escaped the slash and replaced it with For example, the rendering of the - ds6w:libraries o B R Red Or: - ds6w:libraries B_47_R Red With this function, you get a consistent rendering: - ds6w:libraries o B/R Red This function changes the behavior of all fields generating a facet in the index, that is, fields of type:
Note:
This function does not deduce facet hierarchies. If you want to create a hierarchy, register data in the database using the
_BELCHAR_ separator.
Wildcard Searches
Wildcard search is enabled for For example, if you search for Recent Content
This feature returns results from specific vaults if you specify vault names for
the For example, if you specify the property to: <RECENTCONTENT includedvaults="eService Production,SIXW,TestVault1"/> Recent Content returns results from the If Focus on Type IndexingA subtype can define by itself whether it must be indexed, independently of the parent type's indexing.
Use the To index the type, define Note:
The
active attribute affects the current type only. If the current type
has active="true" , and its parent type and a child type both have
active="false" , the current type is indexed, while the parent and child
types are not. Indexing of a type is independent of both its parent and child type indexing. You could also define Inheritance and IndexingFor
the If the parent type defines Replacing AttributesThe new
If you customized your config.xml to use
Override Hard-Coded FieldsYou may need to override hard-coded fields that are not available in config.xml. To override fields, define a new set of:
Hard-Coded Fields for the
|