blob: ede69f6e0dd23c49d327030564c72461d19c9edd [file] [log] [blame]
/*
* Test case Name : scan-delete-inverted-index-fuzzy-ngram-secondary-index.aql
* Description : This test is intended to test deletion from secondary fuzzy ngram inverted index.
* Expected Result : Success
* Date : March 31 2013
*/
use dataverse test;
create index fuzzy_ngram_index on DBLP(title) type fuzzy ngram(3);