Lucene.Net
3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
|
Go to the source code of this file.
Classes | |
class | Lucene.Net.Analysis.Ext.SingleCharTokenAnalyzer |
This analyzer targets short fields where word like searches are required. [SomeU 1234567890] will be tokenized as [s.o.m.e.u.s.e.r..g.m.a.i.l..com..1.2.3.4.5.6.7.8.9.0] (read .'s as blank) ser@ GMAIL .comMore... | |
class | Lucene.Net.Analysis.Ext.UnaccentedWordAnalyzer |
Another Analyzer. Every char which is not a letter or digit is treated as a word separator. [Name. 123.456 ğüşıöçĞÜŞİÖÇ$ΑΒΓΔΕΖ::АБВГДЕ SSß] will be tokenized as [name surname gmail com 123 456 gusioc gusioc αβγδεζ абвгде ssss] Surn ame@g mail .comMore... | |
class | Lucene.Net.Analysis.Ext.LetterOrDigitTokenizer |
if a char is not a letter or digit, it is a word separator More... | |
Namespaces | |
package | Lucene.Net.Analysis.Ext |