Name | Description |
---|---|
NorwegianAnalyzer | Analyzer for Norwegian. |
NorwegianAnalyzer.DefaultSetHolder | Atomically loads the DEFAULT_STOP_SET in a lazy fashion once the outer class accesses the static final set the first time.; |
NorwegianLightStemFilter | A TokenFilter that applies NorwegianLightStemmer to stem Norwegian words. To prevent terms from being stemmed use an instance of SetKeywordMarkerFilter or a custom TokenFilter that sets the KeywordAttribute before this TokenStream. |
NorwegianLightStemFilterFactory | Factory for NorwegianLightStemFilter. <fieldType name="text_svlgtstem" class="solr.TextField" positionIncrementGap="100"> <analyzer> <tokenizer class="solr.StandardTokenizerFactory"/> <filter class="solr.LowerCaseFilterFactory"/> <filter class="solr.NorwegianLightStemFilterFactory" variant="nb"/> </analyzer> </fieldType> |
NorwegianMinimalStemFilter | A TokenFilter that applies NorwegianMinimalStemmer to stem Norwegian words. To prevent terms from being stemmed use an instance of SetKeywordMarkerFilter or a custom TokenFilter that sets the KeywordAttribute before this TokenStream. |
NorwegianMinimalStemFilterFactory | Factory for NorwegianMinimalStemFilter. <fieldType name="text_svlgtstem" class="solr.TextField" positionIncrementGap="100"> <analyzer> <tokenizer class="solr.StandardTokenizerFactory"/> <filter class="solr.LowerCaseFilterFactory"/> <filter class="solr.NorwegianMinimalStemFilterFactory" variant="nb"/> </analyzer> </fieldType> |
NorwegianMinimalStemmer | Minimal Stemmer for Norwegian Bokmål (no-nb) and Nynorsk (no-nn) Stems known plural forms for Norwegian nouns only, together with genitiv -s |
TestNorwegianAnalyzer | |
TestNorwegianLightStemFilter | Simple tests for NorwegianLightStemFilter |
TestNorwegianLightStemFilter.AnalyzerAnonymousInnerClassHelper | |
TestNorwegianLightStemFilter.AnalyzerAnonymousInnerClassHelper2 | |
TestNorwegianLightStemFilter.AnalyzerAnonymousInnerClassHelper3 | |
TestNorwegianLightStemFilter.AnalyzerAnonymousInnerClassHelper4 | |
TestNorwegianLightStemFilterFactory | Simple tests to ensure the Norwegian Light stem factory is working. |
TestNorwegianMinimalStemFilter | Simple tests for NorwegianMinimalStemFilter |
TestNorwegianMinimalStemFilter.AnalyzerAnonymousInnerClassHelper | |
TestNorwegianMinimalStemFilter.AnalyzerAnonymousInnerClassHelper2 | |
TestNorwegianMinimalStemFilter.AnalyzerAnonymousInnerClassHelper3 | |
TestNorwegianMinimalStemFilter.AnalyzerAnonymousInnerClassHelper4 | |
TestNorwegianMinimalStemFilterFactory | Simple tests to ensure the Norwegian Minimal stem factory is working. |