Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The following page has been changed by HossMan:
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters

The comment on the change is:
fixing non-wikiword

------------------------------------------------------------------------------
    <analyzer class="org.apache.lucene.analysis.WhitespaceAnalyzer"/>
  </fieldtype>
  }}}
-   1.  Specifing a '''TokenizerFactory''' followed by a list of optional 
!TokenFilterFactories that are applied in the listed order. Factories that can 
create the tokenizers or token filters are used to prepare configuration for 
the tokenizer or filter and avoid the overhead of creation via reflection. 
[[BR]] Example: [[BR]] {{{
+   1.  Specifing a '''!TokenizerFactory''' followed by a list of optional 
!TokenFilterFactories that are applied in the listed order. Factories that can 
create the tokenizers or token filters are used to prepare configuration for 
the tokenizer or filter and avoid the overhead of creation via reflection. 
[[BR]] Example: [[BR]] {{{
  <fieldtype name="text" class="solr.TextField">
    <analyzer>
      <tokenizer class="solr.StandardTokenizerFactory"/>

Reply via email to