NCache & Full-Text Search

from blog Just Some Code, | ↗ original
I bet you have used the SQL LIKE operator to find a keyword in a text field. For large amounts of text, that would be slow. Let’s learn how to implement a full-text search with Lucene and NCache. What is Full-Text Search? Full-text search is a technique to search not only exact matches of a keyword in some text but for patterns of text, synonyms,...