[
https://issues.apache.org/jira/browse/SOLR-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12773213#action_12773213
]
Koji Sekiguchi commented on SOLR-1506:
--------------------------------------
bq. Commit doesn't work because reopen isn't supported by MultiReader.
Regarding MultiReader and reopen, I've set reopenReaders to false:
{code:title=solrconfig.xml}
<reopenReaders>false</reopenReaders>
:
<indexReaderFactory name="IndexReaderFactory"
class="mypackage.MultiReaderFactory"/>
{code}
> Search multiple cores using MultiReader
> ---------------------------------------
>
> Key: SOLR-1506
> URL: https://issues.apache.org/jira/browse/SOLR-1506
> Project: Solr
> Issue Type: Improvement
> Components: search
> Affects Versions: 1.4
> Reporter: Jason Rutherglen
> Priority: Trivial
> Fix For: 1.5
>
> Attachments: SOLR-1506.patch, SOLR-1506.patch
>
>
> I need to search over multiple cores, and SOLR-1477 is more
> complicated than expected, so here we'll create a MultiReader
> over the cores to allow searching on them.
> Maybe in the future we can add parallel searching however
> SOLR-1477, if it gets completed, provides that out of the box.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.