Hello,

I am trying to write some code to read rank data from external db, I saw
some example done using database -
http://sujitpal.blogspot.com/2011/05/custom-sorting-in-solr-using-external.html,
where they fetch whole database during index searcher creation and cache it.

But is there any way to pass parameter or choose different database during
FieldComparator based on query. Lets say I want to pass versions, the sort
order in version 1 will be different then sort order in v2.

Or if I use ExternalFileField is there way to load different file base on
query parameter? 

Regards



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Read-sort-data-from-external-source-tp4095970.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to