Свойство | Тип | Описание | |
---|---|---|---|
parser | FieldCache.IFloatParser |
Метод | Описание | |
---|---|---|
Equals ( object o ) : bool | ||
FloatFieldSource ( string field ) : System.Collections | ||
FloatFieldSource ( string field, Lucene.Net.Search.FieldCache parser ) : System.Collections | ||
GetHashCode ( ) : int | ||
GetValues ( IDictionary context, Lucene.Net.Index.AtomicReaderContext readerContext ) : FunctionValues |
public FloatFieldSource ( string field ) : System.Collections | ||
field | string | |
Результат | System.Collections |
public FloatFieldSource ( string field, Lucene.Net.Search.FieldCache parser ) : System.Collections | ||
field | string | |
parser | Lucene.Net.Search.FieldCache | |
Результат | System.Collections |
public GetValues ( IDictionary context, Lucene.Net.Index.AtomicReaderContext readerContext ) : FunctionValues | ||
context | IDictionary | |
readerContext | Lucene.Net.Index.AtomicReaderContext | |
Результат | FunctionValues |