ReaderCache used to create a cache of JiraDocValues
from Lucene index. Since Jira v8.0 ReaderCache is using Lucene DocValues.@Deprecated public interface ReaderCache
| Modifier and Type | Method and Description |
|---|---|
JiraDocValues |
getDocValues(org.apache.lucene.index.IndexReader indexReader,
String field)
Deprecated.
Return values for documents in lucene field.
|
JiraDocValues getDocValues(org.apache.lucene.index.IndexReader indexReader, String field)
indexReader - index reader that is used to retrieve values.field - field that is queried for.Copyright © 2002-2021 Atlassian. All Rights Reserved.