Are there any open source or commercial tools available that allow for text fragment indexing of database contents and can be queried from Java?
Background of the questi
what about using tools such as proposed above (lucene etc.) for full text indexing and having LIKE search for cases, where nothing was found? (i.e. run LIKE only after fulltext indexed search returned zero results)