Skip to main content
3-Newcomer
July 1, 2025
Solved

sorl in Windchill support full text search?

  • July 1, 2025
  • 1 reply
  • 324 views
I am using Windchill PDMLink Release 13.1 and Datecode with CPS 13.1.0.1


當我上傳文件到文檔主內容或附件中,sorl是否會自動建立索引,使我在高級搜索中能根據其中的內容檢索到關聯的文檔或其他類型的對象

example:
When I upload a file to a document file main content or attachment, sorl whether it will automatically establish an index, so that I can base my content to search and check to the related documents or other types of objects
    Best answer by avillanueva

    Yes, depending on the type of content, SOLR index search should kick off an index queue task to index meta data and file contents. Most common document types are indexed like Office, PDF, etc. More can be added by configuration. You can monitor the index queue or index administrator to see. It might take a min or two but you should be able to query using the keyword field (depending on your preferences) to return content. I recommend a test by uploading a document with some very unique text in the contents and test if it can be returned. 

    1 reply

    avillanueva
    23-Emerald I
    23-Emerald I
    July 1, 2025

    Yes, depending on the type of content, SOLR index search should kick off an index queue task to index meta data and file contents. Most common document types are indexed like Office, PDF, etc. More can be added by configuration. You can monitor the index queue or index administrator to see. It might take a min or two but you should be able to query using the keyword field (depending on your preferences) to return content. I recommend a test by uploading a document with some very unique text in the contents and test if it can be returned. 

    3-Newcomer
    July 4, 2025

    thank you, I think so, I have already upload some files to test it, which really works!