We have some data that it would be really nice to have a fast, text based searching mechanic for. I've been thinking about trying to spin up Solr to allows to search for data more easily.
Current we use a File (Table) on the IBM i that has an index for words, but its not really accurate.
For example, if we have a user named "John Phillip Smith" with id 0001, then this index table would have
Code: Select all
John | 0001
Phillip | 0001
Smith | 0001
I am thinking having a dedicated text based search engine would make the search faster and more accurate.
Thoughts?
Joe