Re: SynonymMap.Builder.add method

2018-09-11 Thread baris . kazar
Thanks Mike. On 9/11/18 1:38 PM, Michael McCandless wrote: That's correct. When the input sequence is seen during tokenization, the synonym (graph) filter will also insert the output tokens into the TokenStream, as if they "naturally" occurred. Mike McCandless https://urldefense.proofpoint.

Re: SynonymMap.Builder.add method

2018-09-11 Thread Michael McCandless
That's correct. When the input sequence is seen during tokenization, the synonym (graph) filter will also insert the output tokens into the TokenStream, as if they "naturally" occurred. Mike McCandless http://blog.mikemccandless.com On Tue, Sep 11, 2018 at 1:35 PM, wrote: > Any comments pleas

Re: SynonymMap.Builder.add method

2018-09-11 Thread baris . kazar
Any comments please? Thanks On 9/10/18 5:21 PM, baris.ka...@oracle.com wrote: i am trying to understand the add method here https://urldefense.proofpoint.com/v2/url?u=https-3A__lucene.apache.org_core_6-5F4-5F1_analyzers-2Dcommon_org_apache_lucene_analysis_synonym_SynonymMap.Builder.html&d=DwI

SynonymMap.Builder.add method

2018-09-10 Thread baris . kazar
i am trying to understand the add method here https://lucene.apache.org/core/6_4_1/analyzers-common/org/apache/lucene/analysis/synonym/SynonymMap.Builder.html /public void add(CharsRef input,// //CharsRef output,// //boolean includeOrig)// //Add a phrase->phrase