Author: chetanm
Date: Mon Dec 21 14:36:31 2015
New Revision: 1721169
URL: http://svn.apache.org/viewvc?rev=1721169&view=rev
Log:
OAK-301 : oak docu
Fix the case for 'Standard'
Modified:
jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/lucene.md
Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/lucene.md
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/lucene.md?rev=1721169&r1=1721168&r2=1721169&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/lucene.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/lucene.md Mon Dec 21
14:36:31 2015
@@ -578,9 +578,9 @@ Points to note
1. Name of filters, charFilters and tokenizer are formed by removing the
factory suffixes. So
- * org.apache.lucene.analysis.standard.StandardTokenizerFactory -> standard
- * org.apache.lucene.analysis.charfilter.MappingCharFilterFactory -> Mapping
- * org.apache.lucene.analysis.core.StopFilterFactory -> Stop
+ * org.apache.lucene.analysis.standard.StandardTokenizerFactory ->
`Standard`
+ * org.apache.lucene.analysis.charfilter.MappingCharFilterFactory ->
`Mapping`
+ * org.apache.lucene.analysis.core.StopFilterFactory -> `Stop`
2. Any config parameter required for the factory is specified as property of
that node
* If the factory requires to load a file e.g. stop words from some file
then