A C E G I R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AnalyzingSentenceTokenizer - Class in com.s24.search.solr.analyzers
-
Tokenizer which splits the input into sentences and emits only those sentences that do not contain too many stopwords.
- AnalyzingSentenceTokenizer(AttributeFactory, boolean, CharArraySet, float, float, int) - Constructor for class com.s24.search.solr.analyzers.AnalyzingSentenceTokenizer
-
Construct a token stream processing the given input using the given AttributeFactory.
- AnalyzingSentenceTokenizerFactory - Class in com.s24.search.solr.analyzers
- AnalyzingSentenceTokenizerFactory(Map<String, String>) - Constructor for class com.s24.search.solr.analyzers.AnalyzingSentenceTokenizerFactory
-
Tokenizer gets constructed with the configured args.
- assureArrayLenth(char[], int) - Method in class com.s24.search.solr.analyzers.StemmingBufferAttributeImpl
C
- clear() - Method in interface com.s24.search.solr.analyzers.StemmingBufferAttribute
- clear() - Method in class com.s24.search.solr.analyzers.StemmingBufferAttributeImpl
- com.s24.search.solr.analyzers - package com.s24.search.solr.analyzers
- copyTo(AttributeImpl) - Method in class com.s24.search.solr.analyzers.StemmingBufferAttributeImpl
-
We just want to create a new array if the length differs.
- create(AttributeFactory) - Method in class com.s24.search.solr.analyzers.AnalyzingSentenceTokenizerFactory
-
Create the tokenizer
E
- end() - Method in class com.s24.search.solr.analyzers.AnalyzingSentenceTokenizer
-
Sets the final offset, does not reset internal state.
G
- getOriginalToken() - Method in interface com.s24.search.solr.analyzers.StemmingBufferAttribute
- getOriginalToken() - Method in class com.s24.search.solr.analyzers.StemmingBufferAttributeImpl
- getOriginalTokenLength() - Method in interface com.s24.search.solr.analyzers.StemmingBufferAttribute
- getOriginalTokenLength() - Method in class com.s24.search.solr.analyzers.StemmingBufferAttributeImpl
- getStemmedToken() - Method in interface com.s24.search.solr.analyzers.StemmingBufferAttribute
- getStemmedToken() - Method in class com.s24.search.solr.analyzers.StemmingBufferAttributeImpl
- getStemmedTokenLength() - Method in interface com.s24.search.solr.analyzers.StemmingBufferAttribute
- getStemmedTokenLength() - Method in class com.s24.search.solr.analyzers.StemmingBufferAttributeImpl
I
- incrementToken() - Method in class com.s24.search.solr.analyzers.AnalyzingSentenceTokenizer
- incrementTokenInternal() - Method in class com.s24.search.solr.analyzers.AnalyzingSentenceTokenizer
- inform(ResourceLoader) - Method in class com.s24.search.solr.analyzers.AnalyzingSentenceTokenizerFactory
-
Reload the stop words
- isStemmedTokenHasBeenEmitted() - Method in interface com.s24.search.solr.analyzers.StemmingBufferAttribute
- isStemmedTokenHasBeenEmitted() - Method in class com.s24.search.solr.analyzers.StemmingBufferAttributeImpl
R
- reflectWith(AttributeReflector) - Method in class com.s24.search.solr.analyzers.StemmingBufferAttributeImpl
- reset() - Method in class com.s24.search.solr.analyzers.AnalyzingSentenceTokenizer
-
Method is called after the input has been set.
S
- setOriginalToken(char[], int) - Method in interface com.s24.search.solr.analyzers.StemmingBufferAttribute
- setOriginalToken(char[], int) - Method in class com.s24.search.solr.analyzers.StemmingBufferAttributeImpl
- setStemmedToken(char[], int) - Method in interface com.s24.search.solr.analyzers.StemmingBufferAttribute
- setStemmedToken(char[], int) - Method in class com.s24.search.solr.analyzers.StemmingBufferAttributeImpl
- setStemmedTokenHasBeenEmitted(boolean) - Method in interface com.s24.search.solr.analyzers.StemmingBufferAttribute
- setStemmedTokenHasBeenEmitted(boolean) - Method in class com.s24.search.solr.analyzers.StemmingBufferAttributeImpl
- StemmingBufferAttribute - Interface in com.s24.search.solr.analyzers
- StemmingBufferAttributeImpl - Class in com.s24.search.solr.analyzers
-
Attribute that stores the original and the stemmed token.
- StemmingBufferAttributeImpl() - Constructor for class com.s24.search.solr.analyzers.StemmingBufferAttributeImpl
T
- toString() - Method in class com.s24.search.solr.analyzers.StemmingBufferAttributeImpl
All Classes All Packages