ObjectDB Full-Text Search
#1
#2
See this feature request.
Currently the solution is to store the text in indexed List<String> fields, where each string represents a word.
ObjectDB Support
#3
Are there any examples available demonstrating the current way of doing it using a List<String>?