메소드 | 설명 | |
---|---|---|
CreateAnalyzerInstance ( string name, string analyzerTypeAsString ) : |
||
GetIndex ( this self, string name, |
||
GetSort ( this self, IndexDefinition indexDefinition, |
||
GetSortOption ( this self, string name ) : SortOptions? | ||
GetStorage ( this self, string name, |
||
GetTermVector ( this self, string name, |
public static CreateAnalyzerInstance ( string name, string analyzerTypeAsString ) : |
||
name | string | |
analyzerTypeAsString | string | |
리턴 |
public static GetIndex ( this self, string name, |
||
self | this | |
name | string | |
defaultIndex | ||
리턴 | Lucene.Net.Documents.Field.Index |
public static GetSort ( this self, IndexDefinition indexDefinition, |
||
self | this | |
indexDefinition | IndexDefinition | |
viewGenerator | ||
리턴 | Lucene.Net.Search.Sort |
public static GetSortOption ( this self, string name ) : SortOptions? | ||
self | this | |
name | string | |
리턴 | SortOptions? |
public static GetStorage ( this self, string name, |
||
self | this | |
name | string | |
defaultStorage | ||
리턴 | Lucene.Net.Documents.Field.Store |
public static GetTermVector ( this self, string name, |
||
self | this | |
name | string | |
defaultTermVector | ||
리턴 | Lucene.Net.Documents.Field.TermVector |