Enumerating the terms using WildcardTermEnum and an IndexReader seems to be too 
buggy to use.
I'm now reimplementing my code using WildcardTermEnum.wildcardEquals which 
seems to be better so
far.

--- Sanyi <[EMAIL PROTECTED]> wrote:

> Hi!
> 
> I have following problem with 1.4.2:
> I'm searching for "c?ca" (using StandardAnalyzer) and one of the hits looks 
> something like this:
> "blabla c0ca c0la etc.. etc..."
> (those big "o"-s are zero characters)
> Now, I'm enumerating the terms using WildcardTermEnum and all I get is:
> 
> caca
> ccca
> ceca
> cica
> coca
> crca
> csca
> cuca
> cyca
> 
> It doesn't know about "c0ca" at all.
> Is there any solution to come over this problem?
> 
> Thanks,
> Sanyi
> 
> 
>               
> __________________________________ 
> Do you Yahoo!? 
> The all-new My Yahoo! - Get yours free! 
> http://my.yahoo.com 
>  
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



                
__________________________________ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 


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

Reply via email to