D'oh!

Of course - I'm using StandardAnalyzer. Changing to a
PerFieldAnalyzerWrapper with a KeywordAnalyzer for
that field fixes the issue.

Thanks so much for fast response. 

Ulf


--- Ian Lea <[EMAIL PROTECTED]> wrote:

> Hi
> 
> 
> I bet you are using an analyzer that is downcasing
> isbn:007149216X to
> isbn:007149216x.  I've been there! Options include
> creating the query
> programmatically, using PerFieldAnalyzerWrapper,
> downcasing everything
> yourself in advance.  Or convert to ISBN-13.



      

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to