mirror of
https://github.com/apache/lucene.git
synced 2025-03-04 07:19:18 +00:00
Solr, meet Lucene 3.0.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/solr@923022 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7d145986ee
commit
4a60277d69
@ -488,6 +488,11 @@ public class SolrIndexReader extends FilterIndexReader {
|
|||||||
public Object getFieldCacheKey() {
|
public Object getFieldCacheKey() {
|
||||||
return in.getFieldCacheKey();
|
return in.getFieldCacheKey();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getTermInfosIndexDivisor() {
|
||||||
|
return in.getTermInfosIndexDivisor();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user