Anyone can submit a documentation patch, the docs are all asciidoc and part of the project.
Best, Erick On Thu, Aug 10, 2017 at 2:42 PM, Webster Homer (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/SOLR-9175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16122387#comment-16122387 > ] > > Webster Homer commented on SOLR-9175: > ------------------------------------- > > This is a significant limitation on the BLOB API. It should be explicitly > documented! All of my needs for adding custom code to Solr are either > overriding similarity or specialized filter factories! > Please update the documentation on the blob store api to reflect this severe > limitation! I wasted several hours on it. > >> classes referenced in schema.xml should also support loading from the blob >> store >> -------------------------------------------------------------------------------- >> >> Key: SOLR-9175 >> URL: https://issues.apache.org/jira/browse/SOLR-9175 >> Project: Solr >> Issue Type: Improvement >> Components: blobstore >> Affects Versions: 5.4.1 >> Reporter: King Rhoton >> >> It appears that only the Config API and solrconfig.xml support loading >> custom classes from the Blob Store. It seems to me like any directive for a >> collection which references a class attribute should also support loading >> this class from the Blob Store via a runtimeLib="true" attribute. >> The obvious use case here is custom analyzers, but similarity is also a >> candidate. >> The documentation in this area (eg. "add-runtimelib") is pretty vague. > > > > -- > This message was sent by Atlassian JIRA > (v6.4.14#64029) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
