Couchbase 4.5+ only
Is needed to create a Full Text Index to be able search for substrings.
- Log in to the Couchbase Web Console, for example,
http://localhost:8091/.
- Click Indexes > Full Text, then click on the New Full Text Index button.
- A form where you can define your new index configuration is displayed.
- Each index needs a unique name. Type one in, such as"test-index".
Only alphanumeric characters, hyphens, and underscores are allowed
for index names. Also, the first character must be an alphabetic
character. Choose a bucket from the drop-down list. There are more
options, but you can ignore those for now and rely on the default
values. Go! Finally, click the Create Index button.
- You should now see a summary page of your new full text index. The document count shows how many documents have been indexed so far. You can click on the Refresh button next to the Document Count field in order to see the indexing progress.
See Couchbase reference for more information
NOTE: If you don't see Full text
tab, you have to enable it and setup Full Text Search service (Full Text RAM Quota).