Same in my project. Chris does mention we can put a ? before the *, so instead 
of domin*, you can use domin?*, however that requires at least one char 
following your search string.

Right, it works well, and one char is a detail.

With "a?*" I get the documented lucene error
maxClauseCount is set to 1024

<http://lucene.apache.org/java/1_4_3/api/org/apache/lucene/search/BooleanQuery.html#getMaxClauseCount()>

I know that some of my users will like to find big lists of words of phrases on common prefix, like "ante" for example.

I should evaluate RegexQuery.

--
Frédéric Glorieux
École nationale des chartes
direction des nouvelles technologies et de l'informatique

Reply via email to