with standard analyzer , keywords are not tokenized therefore numbers are 
not filtered and will hit on searches anything other fields which is 
tokenized will skip numbers and tokenizing with the standard analyzer


warren


Please respond to "Lucene Users List" <[EMAIL PROTECTED]>

   
To:     Lucene Users List <[EMAIL PROTECTED]>
cc: 
Subject:        Re: Lucene with Number+Text


I think I have seen a similar problem.

Are you guys using Keyword or Text fields?

sjb

On Mon, 25 Mar 2002, Tihon One wrote:

>Yep,
>
>I used StandardAnalyzer for Index/Search on the latest release (1.2 rc4).
>
>TihonOne
>
>
>
>>From: Ian Lea <[EMAIL PROTECTED]>
>>To: Tihon One <[EMAIL PROTECTED]>
>>CC: [EMAIL PROTECTED]
>>Subject: Re: Lucene with Number+Text
>>Date: Mon, 25 Mar 2002 15:03:39 +0000 (GMT)
>>
>> > I've problem searching for number in Lucene.
>> > I'm using StandardAnalyzer for Index/Search.
>> >
>> > In my document, I have a field contains text
>> > "this is a test for lucene with number 1727a and 1992 and 3562"
>> >
>> > -  I was able to search for a 1992 or 3562.
>> > -  However, search return empty when I try to search for 1727 or 
1727a. 
>>It
>> > seems like it didn't index number and text when it's one word. Please 

>>help
>>
>>Are you sure this is using StandardAnalyzer on the latest
>>release (1.2 rc4)?  If I index that string and search
>>for 1727a I get a hit.
>>
>>
>>
>>--
>>Ian.
>>
>>----------------------------------------------------------------------
>>Searchable personal storage and archiving from http://www.digimem.net/
>
>
>_________________________________________________________________
>MSN Photos is the easiest way to share and print your photos: 
>http://photos.msn.com/support/worldwide.aspx
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>


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




Reply via email to