Class FieldCacheSource
Expert: A base class for ValueSource implementations that retrieve values for
a single field from the Field
Fields used herein nust be indexed (doesn't matter if these fields are stored or not).
It is assumed that each such indexed field is untokenized, or at least has a single token in a document. For documents with multiple tokens of the same field, behavior is undefined (It is likely that current code would use the value of one of these tokens, but this is not guaranteed).
Document with no tokens in this field are assigned the Zero
value.
WARNING: The status of the Search.Function package is experimental. The APIs introduced here might change in the future and will not be supported anymore in such a case.
NOTE: with the switch in 2.9 to segment-based
searching, if Get
Inherited Members
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public abstract class FieldCacheSource : ValueSource
Constructors
Name | Description |
---|---|
Field |
Create a cached field source for the input field. |
Methods
Name | Description |
---|---|
Cached |
Check if equals to another Field |
Cached |
Return a hash code of a Field |
Description() | |
Equals(Object) | |
Get |
Return cached DocValues for input field and reader. |
Get |
|
Get |