Re: solr.RemoveDuplicatesTokenFilterFactory

2009-12-24 Thread Chris Hostetter
: Here is the string to be indexed without duplication. : : Kitchen Cabinet Utah Kitchen Remodeling Utah : : Is RemoveDuplicatesTokenFilterFactory for this solution? or for something : else? it depeneds on what you want to do ... you've given us an example of some input, but you haven't elabor

Re: solr.RemoveDuplicatesTokenFilterFactory

2009-12-22 Thread Lance Norskog
Looking at the code, it does appear to be what you want. In the analysis.jsp page, you can see exactly how your text is processed. http://localhost;8983/solr/admin/analysis.jsp On Tue, Dec 22, 2009 at 2:33 PM, Jae Joo wrote: > Hi, > > Here is the string to be indexed without duplication. > > Ki

solr.RemoveDuplicatesTokenFilterFactory

2009-12-22 Thread Jae Joo
Hi, Here is the string to be indexed without duplication. Kitchen Cabinet Utah Kitchen Remodeling Utah Is RemoveDuplicatesTokenFilterFactory for this solution? or for something else? Jae