Hi Volodymyr,

About the trick you described about wildcard search
replacement, you mentioned:

> So I found following workaround. I index this field
as > sequence of terms, each of containing single
digit from > needed value. (For example I have
“123214213” value
> that needs to be indexed. Then it will be indexed as
> sequence of “1”,”2”,”3”,”2”,”1”,”4”,”2”,”1”,”3”
terms.)
> This can be done by custom Analyzer class.

When you index "123214213" as sequence of individual
terms, what is the name of the the fields you use for
each of the individual terms?

Also, can you post your custom analyzer class?

Thanks,
Aalap.

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

Reply via email to