Hibernate search to find partial matches of a phrase
问题 In my project we are using hibernate search 4.5 with lucene-analyzers and solar. I provide a text field to my clients. When they type in a phrase I would like to find all User entities whose names include the given phrase. For example consider having list of entries in database with following titles: [ Alan Smith, John Cane, Juno Taylor, Tom Caner Junior ] jun should return Juno Taylor and Tom Caner Junior an should return Alan Smith , John Cane and Tom Caner Junior @AnalyzerDef(name =