Hi,

 

I am trying to tokenize a string field of products. Two different
products are: "camera", "security camera". What I would like is for
"security camera" to be treated differently to "camera" - and only be
displayed when the search is for "security camera", otherwise, the
results should only display "camera". 

 

In other words, even though they share the English word "camera", their
meanings are different.

 

Now my guess about the best way to deal with this is just to manually
provide a file of words that together is a token. For ex. "laptop
battery", "security camera". Kind of like protwords, but like
protphrases.

 

Is this a good idea to solve this problem? How do I implement it if it
is the right way? If there is a better way of dealing with this what is
it?

 

Thanks for your time,

David

 

Reply via email to