Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Indexed Database Text search error

You are right. You shouldn't run any extra commands if you set the tab as indexed.

EJLD
Posts: 0
Joined: Sun Jun 08, 2014 11:03 pm

Indexed Database Text search error

thks for your confirmation.

in case I need to set a field as index dynamically, and remove it when query has been performed, could I however use :

1/ dbName.collectionName.createIndex({'fieldName':1});
2/ // run query code
3/ dbName.collectionName.dropIndex({'fieldName':1});

tell me,
thks in advance,
Eric

Galyna Abramovych
Site Admin
Posts: 84
Joined: Tue Mar 22, 2016 6:03 pm

Indexed Database Text search error

Hello,

This is to update you on your question.
I have heard back from our service team about your instance. I was informed that such realization is impossible.

EJLD
Posts: 0
Joined: Sun Jun 08, 2014 11:03 pm

Indexed Database Text search error

well, the built-in indexation in ManageIndex doesn't seem speeding up that much the query treatment :( thk you anyway :)

Return to “Issues”