: When I search "hotliner:such" I get a 0 result. ("such" gets the same) : But when I search "hotliner:such*", I get the 277 expected results!
Check your analyzer. Wildcard queries are not analized by the query parser, but term queries are ... so maybe the analyzer you are using at query time is modifying the term somehow (or treating it as a stop word) see also ... http://wiki.apache.org/jakarta-lucene/AnalysisParalysis -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]