I created 2 indexes already, but my query says this message

query used:
select * from bkt_businessCards;

No index available on keyspace bkt_businessCards that matches your query. Use CREATE INDEX or CREATE PRIMARY INDEX to create an index, or check that your

do you create primary index? you should at least create primary index.

@rkbnair - I recently started using couchbase and I see this question was already asked. How the Java client works without the indexes really getting created.
I tried to get the inserted document, it worked by using java client. However it didn’t from Web UI.
What’s the difference, if i am missing something please indicate and help