Property | Type | Description | |
---|---|---|---|
parser | FieldCache.IDoubleParser |
Method | Description | |
---|---|---|
DoubleFieldSource ( string field ) : System.Collections | ||
DoubleFieldSource ( string field, Lucene.Net.Search.FieldCache parser ) : System.Collections | ||
Equals ( object o ) : bool | ||
GetHashCode ( ) : int | ||
GetValues ( IDictionary context, Lucene.Net.Index.AtomicReaderContext readerContext ) : FunctionValues |
public DoubleFieldSource ( string field ) : System.Collections | ||
field | string | |
return | System.Collections |
public DoubleFieldSource ( string field, Lucene.Net.Search.FieldCache parser ) : System.Collections | ||
field | string | |
parser | Lucene.Net.Search.FieldCache | |
return | System.Collections |
public GetValues ( IDictionary context, Lucene.Net.Index.AtomicReaderContext readerContext ) : FunctionValues | ||
context | IDictionary | |
readerContext | Lucene.Net.Index.AtomicReaderContext | |
return | FunctionValues |