Index Creation doubt in neo4j

Hi all, I have recently created an index using the below query!

CALL db.index.fulltext.createRelationshipIndex ("inter", ["INTERNACIONAL"], ["id","date"]).
the index got created but when I see the index using : schema, I see the index is in POPULATING state.
My question is do we need to do anything else to bring the index state to ONLINE?
or the state will automatically change in neo4j?

@somdeb44

What version of Neo4j?

And no there is nothing you need to do. Upon completion of POPULATING it should then change to ONLINE

its version 3.5.

Yes, i see they are online now.

@somdeb44
ok.. thanks. just for reference Neo4j 3.5 is end of life and thus subject to no more bug fixes etc. You may want to consider upgrading to a more current release, for example Neo4j v5