Method LookupFromSearcher
LookupFromSearcher(S, String)
This is called when the id/value was already flushed & opened in an NRT IndexSearcher. You must implement this to go look up the value (eg, via doc values, field cache, stored fields, etc.).
Declaration
protected abstract T LookupFromSearcher(S s, string id)
Parameters
Type | Name | Description |
---|---|---|
S | s | |
System.String | id |
Returns
Type | Description |
---|---|
T |