murblanc commented on pull request #1684:
URL: https://github.com/apache/lucene-solr/pull/1684#issuecomment-686129516


   @sigram @noblepaul I have removed the `PropertyValue` concept. Now once 
`PropertyKeys` are fetched, the value is accessed directly on the key (no more 
returned map). This simplifies plugin code and removes `instanceof` and cast 
operations related to keys in the plugins.
   
   I started (just started) work on the more realistic plugin 
`SamplePluginAffinityReplicaPlacement` (did describe in the Javadoc how I 
intend to approach it), and as I see which methods I need there, I'm updating 
the API with anything that would likely make sense for anybody writing another 
plugin.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to