Re: [BEGINNER]Query on index with number

2008-06-13 Thread MaxiRobbie
Thank you for your valuable help, now i can solve the problem. Much respect to the team and various helpers :) Robbie Ian Lea wrote: > > Try StandardAnalyzer rather than SimpleAnalyzer. See the javadocs for > these classes and the tokenizers they use for explanations. > > SimpleAnalyzer use

Re: [BEGINNER]Query on index with number

2008-06-13 Thread Ian Lea
Try StandardAnalyzer rather than SimpleAnalyzer. See the javadocs for these classes and the tokenizers they use for explanations. SimpleAnalyzer uses LetterTokenizer which divides text at non-letters. -- Ian. On Fri, Jun 13, 2008 at 4:00 PM, MaxiRobbie <[EMAIL PROTECTED]> wrote: > > Hi all, >