Re: Internals of Analysis and Token Matching

2014-11-17 Thread Alexandre Rafalovitch
Are you trying to match phone numbers despite the spaces/dashes/brackets? By prefix? Suffix? If so, you may look at something more like: And remember, if you are using ngrams, you probably want them in the index-chain of the analyzer, but not in the query-chain. Otherwise, you will be matching

Internals of Analysis and Token Matching

2014-11-17 Thread Pritesh Patel
Hi Community. Hoping someone can help explain this ... Once all the analysis is done on a field all the tokens to identify that field are stored. What else is affecting a match to the document beyond a simple token match and frequency of terms that match? All the searches I did produce the same