Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hi there,
we have the index search enabled and the solr service running on our Windchill server. Unfortunately, the index search is not working.
In the policy administration, there is the default setting to index all objects:
However, the indexing administration tool shows lots of "no policy" objects:
Can anyone give me a hint how to debug this further?
Thanks in advance and best regards
Chris
Solved! Go to Solution.
Issue solved.
Although the index search was enabled in Site > Preferences > Search, I had to set
wt.index.enabled=true
in WINDCHILL_HOME/codebase/wt.properties.
Indexing is working flawlessly since then....
"No Policy" objects are ones that are not being indexed because they have no indexing policy.
This online help section is relevant:
I would suggest opening a Support case to help you look into this. We have some Support engineers that specialize more with indexing/search issues, that may be able to see why this is.
Issue solved.
Although the index search was enabled in Site > Preferences > Search, I had to set
wt.index.enabled=true
in WINDCHILL_HOME/codebase/wt.properties.
Indexing is working flawlessly since then....