Full Text Index on Nodes with specific labels

Hi,
I want to create a full-text index for nodes that contains specific labels
For example index for nodes with labels: FOOD and FRUITS

I tried something like:
CALL db.index.fulltext.createNodeIndex("foodIndex", ['FOOD', 'FRUITS'], ['content']);
but it creates index on nodes which have FOOD or FRUIT label.

Is it possible to create an index only on nodes that have both labels set?

Regards,
Jacob

any solution?
(migrated from khoros post Re: Full Text Index on Nodes with specific labels - Neo4j - 18033)