Re: plagiarism Checker with solr

2015-08-19 Thread Roshan Agarwal
Dear Jack, Thank you very much, Roshan Agarwal On Mon, Aug 10, 2015 at 8:38 PM, Jack Krupansky wrote: > The simplest and maybe best approach is to use the edismax query parser and > query all terms using the OR operator and use the PF1, PF2, and PF3 > parameters to boost phrases so that the c

Re: plagiarism Checker with solr

2015-08-10 Thread Jack Krupansky
The simplest and maybe best approach is to use the edismax query parser and query all terms using the OR operator and use the PF1, PF2, and PF3 parameters to boost phrases so that the closest matches rank higher. No need to do any special indexing. You can tune the ps, ps2, and ps3 parameters as