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 mkaran <ka...@gmail.com> on 2012/11/05 17:05:48 UTC

Re: Solr question

It seems this is exactly what i need. From this tutorial
http://www.solrtutorial.com/custom-solr-functionquery.html
it would seem the main thing that i have to do is implement 
a DocValues class which gets (Map context, IndexReader reader)
and provides methods which return a score for the document given an id.

Only thing i am still unsure of is if i can get the text of the documents by 
id but im fairly sure i can do that through the reader.

Thanks/hvala, Mladen.



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