text search in mysql jdbc -


i need search throw text field in mysql java application. should use search engine lucene? ideally should support sql syntax.
need search through text field (eg. select * mytable textfield '%searchfor%' limit 100;)
secondly, if need wildcard search through rows in database, using search engine faster performing like? should use?

a search engine on top of db faster since uses own index text search.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -