Re: Tokenizer for Optional Keywords

2012-10-03 Thread Chris Hostetter
: Doc A has keywords "Car Dealer", "Car Repair" : Doc B has keywords "Car Washing", "Car Clean" : : I have a "Optional Keywords" list that contains keywords like "Dealer". : : If my query is "Car Repair" should only match Doc A. : If my query is "Car", should match "Car Dealer", because "Dealer"

Re: Tokenizer for Optional Keywords

2012-10-03 Thread Otis Gospodnetic
Hi, Instead of searching for "Car Dealer" search for +"Car Dealer". This will match only Doc A. Otis -- Search Analytics - http://sematext.com/search-analytics/index.html Performance Monitoring - http://sematext.com/spm/index.html On Wed, Oct 3, 2012 at 10:09 AM, Nicholas Ding wrote: > Hi, >

Tokenizer for Optional Keywords

2012-10-03 Thread Nicholas Ding
Hi, I'm working on a special requirement for matching. One thing is confusing me, I can't find a good way to solve it. Doc A has keywords "Car Dealer", "Car Repair" Doc B has keywords "Car Washing", "Car Clean" I have a "Optional Keywords" list that contains keywords like "Dealer". If my query