I use Solr for indexing nodes instead of Lucene engine. I need to retrieve a newly created node in a webscript, and I just have the noderef of this node.
I can't use anymore luceneSearch() neither findnode() because of delay for indexing when using solr (notfound result).
Can you help me to find a way to retrieve this node from its noderef ? Is there an API, I can use for this ?