Class StandardTokenizerFactory


  • public class StandardTokenizerFactory
    extends TokenizerFactory
    Factory for StandardTokenizer.
     <fieldType name="text_stndrd" class="solr.TextField" positionIncrementGap="100">
       <analyzer>
         <tokenizer class="solr.StandardTokenizerFactory" maxTokenLength="255"/>
       </analyzer>
     </fieldType>
    Since:
    3.1
    SPI Name (Note: This is case-insensitive. e.g., if the name is 'htmlStrip', 'htmlstrip' can be used when looking up the service):
    "standard"