Solved
Can new attribute indexes be defined on output Feature Class using Workbench?
Best answer by gpoehacker
I am pretty sure, you want believe me :-)
But try this:
The writer is for a
Esri Geodatabase (File Geodb)
FME 2017 Build 17650
CREATE INDEX I_IDX ON FeatureClass1 (Test)
CREATE Indexname ON Featureclass (Attribute)
OR
CREATE Indexname ON Featureclass (Attribute1,Attribute2,....)

Result:

I don’t know how or why it works…….
But it works!
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
Login to the community
No account yet? Create an account
An FME Account is required to contribute
LoginEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.




