public class IndexField extends MinimalMap<String,IndexFieldTerm>
| Constructor and Description |
|---|
IndexField(String fieldName,
IndexLookup 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, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic IndexField(String fieldName, IndexLookup 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–2016. All rights reserved.