05-Indexes_Btree_Fulltext

This sample performs full text lookup operations. The application demonstrates the use of generated _search_all() and _search_any() functions to lookup through a string vector using a btree index.

How to Run

See instructions here on how to build this and other samples on your development platform. Once built, the sample can be run from the \target\bin directory:

 
    05_indexes_btree_fulltext
     

But it is more instructive to run it in your development environment debugger, stepping through the code.

Related Topics Link IconRelated Topics