Teamcenter beginner Development Series Q & A (2)

Source: Internet
Author: User

Topics

Search engine in TC

Questions

1. How is full-text search implemented? (Is it related to oracletext)

2. What are the roles of dre1dish, dre1fsf, and dreidol?

3. What is the meaning of full-text search configuration in cuz. cfg?

4. How can I determine whether the TC full-text search engine is correctly installed by using web messages?

5. Index Search: alought add mtaiptype in attrlist, but can't find relate items.

Supplement

 

 

 

1. Build part family.

Why do I need to do this before creating a chip.

2. UI adjustment completion time

3. Schedule and progress of the next phase.

Dispatcher

 

Summary

 

 

 

 

Obid: Object ID

I:

The search engine of Teamcenter is relatively independent from other TC services. DB data files exist independently in the relevant directories of Se, rather than stored in the created database as a two-dimensional table.

Se has three services:

1. ACI. Default port: 7701 (similar to the Management Console, you can view and manage data, logs, etc. through a Web browser ,)

2. Index and query default port: 7702,7703. Index and query data

3 FSF, fsf_svc. Default port:,. Index and Query files.

 

You can configure cuz. cfg to set the index language, service port, and number of services to be started. (Use dspstat to view service startup information)

 

II:

 

To index data, perform the following actions:

1. You need to add the relevant database to D: \ tc08 \ autonomy \ dre1srcheng \ idol \ dre1idol. cfg.

 

2. Create the XXXX. dat file. The content is as follows:

Delete from seinfo where seclassname = 'mtaip ';

 

Class seinfo

{

Seattrnamelist =

{

'Mtaiptype ',

'Creator ',

'Creationdate ',

'Mtdisplayedid ',

'Ownername'

};

Seclassname = 'mtaip ';

Semodname = 'mtk ';

}

3. objload-f xxxx. dat

 

If you want to index data that already exists in the database, you need to use seutil. The indexed data is stored in the related directory of Se.

 

III:Build part family

It inherits from a relational class.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.