Tag Archives: full-text

[Java] Full-text search with Lucene

Sometimes you have to search large text data in your database. When you use like “%text to find%” SQL expressions database does very slow searches. You can improve it by creating full-text indexes on database’s columns. It may be very … Continue reading

Posted in coding, enterprise edition, java | Tagged , , , , , , , , | Leave a comment