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
Post a Comment