public class IndexField extends MinimalMap<String,IndexFieldTerm>
| Constructor and Description |
|---|
IndexField(String fieldName,
LeafIndexLookup indexLookup) |
| Modifier and Type | Method and Description |
|---|---|
long |
docCount() |
IndexFieldTerm |
get(Object key) |
IndexFieldTerm |
get(Object key,
int flags) |
void |
setDocIdInTerms(int docId) |
long |
sumdf() |
long |
sumttf() |
clear, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, valuespublic IndexField(String fieldName, LeafIndexLookup indexLookup) throws IOException
IOExceptionpublic long docCount()
throws IOException
IOExceptionpublic long sumttf()
throws IOException
IOExceptionpublic long sumdf()
throws IOException
IOExceptionpublic IndexFieldTerm get(Object key, int flags)
public IndexFieldTerm get(Object key)
public void setDocIdInTerms(int docId)
Copyright © 2009–2017. All rights reserved.