Re: Can Solr find related terms in a document

2016-10-17 Thread Yangrui Guo
Looks more like the second case. I want to find pattern between certain words. On Monday, October 17, 2016, simon wrote: > Do you already have a set of terms for which you would want to find out > their co-occurence, or are you trying to do data mining, looking in a > collection for terms which

Re: Can Solr find related terms in a document

2016-10-17 Thread simon
Do you already have a set of terms for which you would want to find out their co-occurence, or are you trying to do data mining, looking in a collection for terms which occur together more often than by chance ? On Sun, Oct 16, 2016 at 3:45 AM, Yangrui Guo wrote: > Hello > > I'm curious to know

Can Solr find related terms in a document

2016-10-16 Thread Yangrui Guo
Hello I'm curious to know if Solr can correlate the occurrences of two terms. E.g. if "Bush administration" and "stupid mistake" often appear in the same article, then Solr will think that the two terms are related. Is there a way to achieve this? Yangrui