Имя | Описание |
---|---|
HTMLStripCharFilterFactory | Factory for HTMLStripCharFilter. <fieldType name="text_html" class="solr.TextField" positionIncrementGap="100"> <analyzer> <charFilter class="solr.HTMLStripCharFilterFactory" escapedTags="a, title" /> <tokenizer class="solr.WhitespaceTokenizerFactory"/> </analyzer> </fieldType> |
NormalizeCharMap | Holds a map of String input to String output, to be used with MappingCharFilter. Use the Builder to create this. |
NormalizeCharMap.Builder | Builds an NormalizeCharMap. Call add() until you have added all the mappings, then call build() to get a NormalizeCharMap @lucene.experimental |