Tag Archives: Lucene

Analysing email addresses with Hibernate Search & Solr

On first appearance WordDelimiterFilterFactory seems like the most appropriate solution to the problem. It splits words into sub words on intra-word delimiters. So: “email@someserver.com” -> “email”, “someserver”, “com” This works well except for the fact that it splits on all … Continue reading

Posted in Java | Tagged , , , | Leave a comment