Свойство | Type | Description | |
---|---|---|---|
submap | CharArrayMap |
||
synonyms | Token[] |
Méthode | Description | |
---|---|---|
Add ( IList |
||
MakeTokens ( IList |
Produces a List
|
|
MergeTokens ( IList |
Merge two lists of tokens, producing a single list with manipulated positionIncrements so that the tokens end up at the same position. Example: [a b] merged with [c d] produces [a/b c/d] ('/' denotes tokens in the same position) Example: [a,5 b,2] merged with [c d,4 e,4] produces [c a,5/d b,2 e,2] (a,n means a has posInc=n)
|
|
SlowSynonymMap ( ) : Lucene.Net.Analysis.Util | ||
SlowSynonymMap ( bool ignoreCase ) : Lucene.Net.Analysis.Util | ||
ToString ( ) : string |
public Add ( IList |
||
singleMatch | IList |
List |
replacement | IList |
List |
includeOrig | bool | sets a flag on this mapping signaling the generation of matched tokens in addition to the replacement tokens |
mergeExisting | bool | merge the replacement tokens with any other mappings that exist |
Résultat | void |
public static MakeTokens ( IList |
||
strings | IList |
|
Résultat | IList |
public static MergeTokens ( IList |
||
lst1 | IList |
|
lst2 | IList |
|
Résultat | IList |
public SlowSynonymMap ( ) : Lucene.Net.Analysis.Util | ||
Résultat | Lucene.Net.Analysis.Util |
public SlowSynonymMap ( bool ignoreCase ) : Lucene.Net.Analysis.Util | ||
ignoreCase | bool | |
Résultat | Lucene.Net.Analysis.Util |