Class StrDocValues
Abstract FunctionValues implementation which supports retrieving values.
Implementations can control how the values are loaded through StrVal(Int32)
Inheritance
System.Object
StrDocValues
Assembly: Lucene.Net.Queries.dll
Syntax
public abstract class StrDocValues : FunctionValues
Constructors
|
Improve this Doc
View Source
StrDocValues(ValueSource)
Declaration
public StrDocValues(ValueSource vs)
Parameters
Fields
|
Improve this Doc
View Source
m_vs
Declaration
protected readonly ValueSource m_vs
Field Value
Methods
|
Improve this Doc
View Source
BoolVal(Int32)
Declaration
public override bool BoolVal(int doc)
Parameters
Type |
Name |
Description |
System.Int32 |
doc |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
GetValueFiller()
Declaration
public override FunctionValues.ValueFiller GetValueFiller()
Returns
Overrides
|
Improve this Doc
View Source
ObjectVal(Int32)
Declaration
public override object ObjectVal(int doc)
Parameters
Type |
Name |
Description |
System.Int32 |
doc |
|
Returns
Type |
Description |
System.Object |
|
Overrides
|
Improve this Doc
View Source
StrVal(Int32)
Declaration
public abstract override string StrVal(int doc)
Parameters
Type |
Name |
Description |
System.Int32 |
doc |
|
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
ToString(Int32)
Declaration
public override string ToString(int doc)
Parameters
Type |
Name |
Description |
System.Int32 |
doc |
|
Returns
Type |
Description |
System.String |
|
Overrides