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.
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_fulltextBut it is more instructive to run it in your development environment debugger, stepping through the code.