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, values
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public IndexField(String fieldName, IndexLookup indexLookup) throws IOException
IOException
public long docCount() throws IOException
IOException
public long sumttf() throws IOException
IOException
public long sumdf() throws IOException
IOException
public IndexFieldTerm get(Object key, int flags)
public IndexFieldTerm get(Object key)
public void setDocIdInTerms(int docId)
Copyright © 2009–2015. All rights reserved.