On Wed, Dec 21, 2016 at 1:21 AM, Ahmet Arslan <[email protected]> wrote:
> Hi,
>
> You can index whole address in a separate field.
> Otherwise, how would you handle positions of the split tokens?
>
> By the way, speed of phrase search may be just fine, so consider trying first.

Speed aside, phrase search is difficult because you'll accidentally
match too much.
([email protected] will match [email protected], [email protected] will
match [email protected], etc.)

Using a separate field for non-tokenised addresses would be my
recommendation too.

TX

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to