[ 
https://issues.apache.org/jira/browse/SOLR-12879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16662504#comment-16662504
 ] 

Steve Rowe commented on SOLR-12879:
-----------------------------------

{{QueryEqualityTest}} is failing 100% of the time w/o a seed, e.g. from 
[https://builds.apache.org/job/Lucene-Solr-Tests-master/2895]:

{noformat}
Checking out Revision 3e89b7a771639aacaed6c21406624a2b27231dd7 
(refs/remotes/origin/master)
[...]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=QueryEqualityTest 
-Dtests.seed=40E6483843AE2CD1 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=en-SG -Dtests.timezone=America/Los_Angeles -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | QueryEqualityTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: testParserCoverage was 
run w/o any other method explicitly testing qparser: min_hash
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([40E6483843AE2CD1]:0)
   [junit4]    >        at 
org.apache.solr.search.QueryEqualityTest.afterClassParserCoverageTest(QueryEqualityTest.java:59)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
{noformat}

> Query Parser for MinHash/LSH
> ----------------------------
>
>                 Key: SOLR-12879
>                 URL: https://issues.apache.org/jira/browse/SOLR-12879
>             Project: Solr
>          Issue Type: New Feature
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: query parsers
>    Affects Versions: master (8.0)
>            Reporter: Andy Hind
>            Assignee: Tommaso Teofili
>            Priority: Major
>             Fix For: master (8.0)
>
>         Attachments: minhash.filter.adoc.fragment, minhash.patch
>
>
> Following on from https://issues.apache.org/jira/browse/LUCENE-6968, provide 
> a query parser that builds queries that provide a measure of Jaccard 
> similarity. The initial patch includes banded queries that were also proposed 
> on the original issue.
>  
> I have one outstanding questions:
>  * Should the score from the overall query be normalised?
> Note, that the band count is currently approximate and may be one less than 
> in practise.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to