ctargett commented on a change in pull request #1077: SOLR-14069: Ref guide: 
overhaul: resources, libs, plugins, config-sets
URL: https://github.com/apache/lucene-solr/pull/1077#discussion_r357795985
 
 

 ##########
 File path: solr/solr-ref-guide/src/solr-plugins.adoc
 ##########
 @@ -17,8 +20,36 @@
 // specific language governing permissions and limitations
 // under the License.
 
-Solr allows you to load custom code to perform a variety of tasks within Solr, 
from custom Request Handlers to process your searches, to custom Analyzers and 
Token Filters for your text field. You can even load custom Field Types. These 
pieces of custom code are called _plugins_.
+One of Solr's strengths is providing a rich platform of functionality with the 
option of adding your own custom components running within Solr.
+Solr calls such components *plugins* when the implementation is configurable.
 
 Review comment:
   All our HTML pages treat the opening paragraph of a page as the "lede" and 
CSS makes it larger. For this reason we should avoid large blocks and try to 
open the page with a sentence that summarizes the feature/function if possible 
(it can be hard). In this case, the first sentence is rather perfect, so I'd 
suggest adding a new line here to separate the lede from the next batch of 
information which starts to get into the details.

----------------------------------------------------------------
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


With regards,
Apache Git Services

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

Reply via email to