Page 2 of 2

Indexed Database Text search error

Posted: Thu Jun 02, 2016 6:02 pm
by Serhii Kulibaba

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


Indexed Database Text search error

Posted: Fri Jun 03, 2016 2:03 am
by EJLD

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


Indexed Database Text search error

Posted: Mon Jun 06, 2016 12:48 pm
by Galyna Abramovych

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.


Indexed Database Text search error

Posted: Mon Jun 06, 2016 12:54 pm
by EJLD

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