Constructor and Description |
---|
LuceneSpansInfo(int termsPerQuery) |
Modifier and Type | Method and Description |
---|---|
void |
addTermInfo(String key,
HitTermInfo hitTermInfo) |
List<HitTermInfo> |
getHitTermsInfo(String key) |
Map<String,Integer> |
getHitTermsPerPage() |
int |
getTermsPerQuery() |
boolean |
hasHitTermsInfo(String key) |
public void addTermInfo(String key, HitTermInfo hitTermInfo)
public boolean hasHitTermsInfo(String key)
hasHitTermsInfo
in interface SpansInfo
public List<HitTermInfo> getHitTermsInfo(String key)
getHitTermsInfo
in interface SpansInfo
public Map<String,Integer> getHitTermsPerPage()
getHitTermsPerPage
in interface SpansInfo
public int getTermsPerQuery()
getTermsPerQuery
in interface SpansInfo
Copyright © 2017. All rights reserved.