Class 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>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
[Serializable]
public class HTMLStripCharFilterFactory : CharFilterFactory
Constructors
Name | Description |
---|---|
HTMLStripCharFilterFactory(IDictionary<String, String>) | Creates a new HTMLStripCharFilterFactory |
Methods
Name | Description |
---|---|
Create(TextReader) |