You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Vadim Kirilchuk (JIRA)" <ji...@apache.org> on 2013/06/08 22:23:21 UTC

[jira] [Commented] (SOLR-3076) Solr should support block joins

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

Vadim Kirilchuk commented on SOLR-3076:
---------------------------------------

bq. There are a bunch of test failures in the analyzing suggester suite, which is a bit odd.

Not reproduced for me.

bq. The failure is elsewhere, in the *:* query - it's expecting to find 9 docs, but actually finds 8. But I guess this is the same change.

Right, this is about changing 
assertQ(req("*:*"), "//*[@numFound='" + "abcDefgHx".length() + "']");
to 
assertQ(req("*:*"), "//*[@numFound='" + "abcDefgH".length() + "']");
                
> Solr should support block joins
> -------------------------------
>
>                 Key: SOLR-3076
>                 URL: https://issues.apache.org/jira/browse/SOLR-3076
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Grant Ingersoll
>             Fix For: 5.0, 4.4
>
>         Attachments: 27M-singlesegment-histogram.png, 27M-singlesegment.png, bjq-vs-filters-backward-disi.patch, bjq-vs-filters-illegal-state.patch, child-bjqparser.patch, dih-3076.patch, dih-config.xml, parent-bjq-qparser.patch, parent-bjq-qparser.patch, Screen Shot 2012-07-17 at 1.12.11 AM.png, SOLR-3076-childDocs.patch, SOLR-3076.patch, SOLR-3076.patch, SOLR-3076.patch, SOLR-3076.patch, SOLR-3076.patch, SOLR-3076.patch, SOLR-3076.patch, SOLR-7036-childDocs-solr-fork-trunk-patched, solrconf-bjq-erschema-snippet.xml, solrconfig.xml.patch, tochild-bjq-filtered-search-fix.patch
>
>
> Lucene has the ability to do block joins, we should add it to Solr.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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