ObjectDB ObjectDB

ObjectDB Full-Text Search

#1

Is there any way to perform a Full-Text Search using ObjectDB and Lucene or something similar? If so, how? Are there any examples available?

edit
delete
#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
edit
delete
#3

Are there any examples available demonstrating the current way of doing it using a List<String>?

edit
delete

Reply

To post on this website please sign in.