[
https://issues.apache.org/jira/browse/SOLR-2656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13065956#comment-13065956
]
Yonik Seeley commented on SOLR-2656:
------------------------------------
This feature moves solr a little more down the nosql road (of being a real
datastore), and the interface itself should be useful to SolrCloud (for
recovery, one node needs to get updates from another node, etc). Also, if we
do versioning in the future, that's another place that will need an up-to-date
view of the index internally.
This should probably be based on SearchHandler (since it should be distributed
in the future), but should avoid calling getSearcher on the request object (or
it should only use getSearcher when it knows a searcher is ready and it has the
requested document(s)).
Perhaps the UpdateHandler.reopenSearcher could instead be reopenReader, and the
update handler could keep a reference to the last reader it opened.
> realtime get
> ------------
>
> Key: SOLR-2656
> URL: https://issues.apache.org/jira/browse/SOLR-2656
> Project: Solr
> Issue Type: New Feature
> Components: search
> Reporter: Yonik Seeley
>
> Provide a non point-in-time interface to get a document.
> For example, if you add a new document, you will be able to get it,
> regardless of if the searcher has been refreshed.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]