[Resolved!!!]Full-Text index can NOT be created correctly #450
Answered
by
frank-dkvan
frank-dkvan
asked this question in
Q&A
-
IndexCursor ic = db.lookupByKey("Customer","content","hello");
|
Beta Was this translation helpful? Give feedback.
Answered by
frank-dkvan
Jul 10, 2022
Replies: 1 comment
-
I forgot to create "content" Property...when created, it works! thanks! sample code for reference as follows:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lvca
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I forgot to create "content" Property...when created, it works! thanks!
sample code for reference as follows: