Hibernate/Lucene/HibernateSearch: find all words that start with specific prefix.
- by Giuseppe
I want to get a list of all words in a database table that start with a specific prefix. I've been looking for a way to query the terms in a Lucene index (I need the terms, I don't care about the documents they are from) but without success.
Any ideas?