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

Tomas Eduardo Fernandez Lobbe commented on SOLR-13289:
------------------------------------------------------

This is how the relation comes back when using json response writer:
{code}
  "response": {
    "numFound": 21,
    "start": 0,
    "hitCountRelation": "GREATER_THAN_OR_EQUAL_TO",
    "docs": [
...
{code}
and xml
{code:xml}
<result name="response" numFound="21" start="0" 
hitCountRelation="GREATER_THAN_OR_EQUAL_TO">
<doc>
...
{code}
When using SolrJ the {{SolrDocumentList}} contains the relation, and can be 
accessed via the {{getHitCountRelation()}} method.

> Support for BlockMax WAND
> -------------------------
>
>                 Key: SOLR-13289
>                 URL: https://issues.apache.org/jira/browse/SOLR-13289
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Ishan Chattopadhyaya
>            Assignee: Tomas Eduardo Fernandez Lobbe
>            Priority: Major
>         Attachments: SOLR-13289.patch, SOLR-13289.patch
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> LUCENE-8135 introduced BlockMax WAND as a major speed improvement. Need to 
> expose this via Solr. When enabled, the numFound returned will not be exact.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to