You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by abhayd <aj...@hotmail.com> on 2012/04/03 19:56:21 UTC

solr join

hi 
I am trying to use solr join in following way
q={!join+from=relatedVideoId+to=id}id:1234

This works fine but anyway for me to get the original document id:1234 along
with relatedVideoId's if exists?


--
View this message in context: http://lucene.472066.n3.nabble.com/solr-join-tp3881832p3881832.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr join

Posted by abhayd <aj...@hotmail.com>.
i already have multvalued relatedVideoId field which i m trying to join with
id

--
View this message in context: http://lucene.472066.n3.nabble.com/solr-join-tp3881832p3882034.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: pagerank??

Posted by Ravish Bhagdev <ra...@gmail.com>.
You might want to look into Nutch and its LinkRank instead of Solr for
this.  For obtaining such information, you need a crawler to crawl through
the links.  Not what Solr is meant for.

Rav

On Wed, Apr 4, 2012 at 8:46 AM, Bing Li <lb...@gmail.com> wrote:

> According to my knowledge, Solr cannot support this.
>
> In my case, I get data by keyword-matching from Solr and then rank the data
> by PageRank after that.
>
> Thanks,
> Bing
>
> On Wed, Apr 4, 2012 at 6:37 AM, Manuel Antonio Novoa Proenza <
> manovoa@estudiantes.uci.cu> wrote:
>
> > Hello,
> >
> > I have in my Solr index , many indexed documents.
> >
> > Let me know any way or efficient function to calculate the page rank of
> > websites indexed.
> >
> >
> > s
> >
> > 10mo. ANIVERSARIO DE LA CREACION DE LA UNIVERSIDAD DE LAS CIENCIAS
> > INFORMATICAS...
> > CONECTADOS AL FUTURO, CONECTADOS A LA REVOLUCION
> >
> > http://www.uci.cu
> > http://www.facebook.com/universidad.uci
> > http://www.flickr.com/photos/universidad_uci
>

Re: pagerank??

Posted by Bing Li <lb...@gmail.com>.
According to my knowledge, Solr cannot support this.

In my case, I get data by keyword-matching from Solr and then rank the data
by PageRank after that.

Thanks,
Bing

On Wed, Apr 4, 2012 at 6:37 AM, Manuel Antonio Novoa Proenza <
manovoa@estudiantes.uci.cu> wrote:

> Hello,
>
> I have in my Solr index , many indexed documents.
>
> Let me know any way or efficient function to calculate the page rank of
> websites indexed.
>
>
> s
>
> 10mo. ANIVERSARIO DE LA CREACION DE LA UNIVERSIDAD DE LAS CIENCIAS
> INFORMATICAS...
> CONECTADOS AL FUTURO, CONECTADOS A LA REVOLUCION
>
> http://www.uci.cu
> http://www.facebook.com/universidad.uci
> http://www.flickr.com/photos/universidad_uci

pagerank??

Posted by Manuel Antonio Novoa Proenza <ma...@estudiantes.uci.cu>.
Hello, 

I have in my Solr index , many indexed documents. 

Let me know any way or efficient function to calculate the page rank of websites indexed. 


s 

10mo. ANIVERSARIO DE LA CREACION DE LA UNIVERSIDAD DE LAS CIENCIAS INFORMATICAS...
CONECTADOS AL FUTURO, CONECTADOS A LA REVOLUCION

http://www.uci.cu
http://www.facebook.com/universidad.uci
http://www.flickr.com/photos/universidad_uci

Re: solr join

Posted by Walter Underwood <wu...@wunderwood.org>.
Try adding a multivalued relatedVideo field to each document, then you won't need the join.

Almost always, you want to do the joins before you load documents into Solr, and use a denormalized schema in Solr. That will be faster and simpler at query time.

wunder
Search Guy, Chegg

On Apr 3, 2012, at 10:56 AM, abhayd wrote:

> hi 
> I am trying to use solr join in following way
> q={!join+from=relatedVideoId+to=id}id:1234
> 
> This works fine but anyway for me to get the original document id:1234 along
> with relatedVideoId's if exists?
> 
> 
> --
> View this message in context: http://lucene.472066.n3.nabble.com/solr-join-tp3881832p3881832.html
> Sent from the Solr - User mailing list archive at Nabble.com.