Hi,

Most Analysis factories have a snippet in the JavaDoc providing an example for 
how to configure the component in Solr’s schema.xml.
See 
http://lucene.apache.org/core/6_6_0/analyzers-common/org/apache/lucene/analysis/miscellaneous/ASCIIFoldingFilterFactory.html
 for an example.

I feel it is a bit mal-placed, and Solr users can find such XML snippets in the 
RefGuide.
The snippet gives information about what options the factory accepts in its 
constructor (Map<String,String>), so we should cannot simply delete the XML.
But perhaps it could be replaced by a HTML definition list or table describing 
each option?

--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com


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

Reply via email to