Namespace Lucene.Net.Analysis.Wikipedia
Tokenizer that is aware of Wikipedia syntax.
Classes
WikipediaTokenizer
Extension of StandardTokenizer that is aware of Wikipedia syntax. It is based off of the Wikipedia tutorial available at http://en.wikipedia.org/wiki/Wikipedia:Tutorial, but it may not be complete.
Note
This API is experimental and might change in incompatible ways in the next release.
WikipediaTokenizerFactory
Factory for WikipediaTokenizer.
<fieldType name="text_wiki" class="solr.TextField" positionIncrementGap="100">
<analyzer>
<tokenizer class="solr.WikipediaTokenizerFactory"/>
</analyzer>
</fieldType>