LowerCaseKeywordAnalyzer Class
- Namespace:
- Weavy.Core.Lucene.Analyzers
- Assembly:
- Weavy.Core.dll
An analyzer that behaves like Lucene's standard KeywordAnalyzer (tokenizes the entire stream as a single token), but this class also normalizes token text to lower case.
public class LowerCaseKeywordAnalyzer : Analyzer
- Inheritance:
- System.Object → LowerCaseKeywordAnalyzer
Constructors
Lower |
Methods
Token |
Creates a TokenStream which tokenizes all the text in the provided reader. |
Extension Methods
Serialize(object) | Serializes an object, or graph of connected objects, to a byte array. |
Serialize |
Serializes an object, or graph of connected objects, to a json string. |
Is |
Determines whether the specified object is valid by evaluating each ValidationAttribute instance that is attached to the object type. |