What analyzers are you using for both indexing and searching? Some analyzers strip out numbers and some don't. I'd start with WhitespaceAnalyzer, and index your fields UN_TOKENIZED and work up to the other analyzers and/or tokenizations from there.
Under any circumstances, you really, really, really want to get a copy of Luke (http://www.getopt.org/luke/) which will allow you to examine your index to see what it actually contains. I've been surprised more than once by thinking that my index contained something it really hadn't. Best Erick On 8/9/06, ould sid'ahmed <[EMAIL PROTECTED]> wrote:
Hello, I don't arrive to get result from the field have a value numeric for example "date=2005" or "title=900", I have indexed the fields "date" with String value. I want know why? Can you help me? thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]