public class IndexField extends MinimalMap<String,IndexFieldTerm>
| コンストラクタと説明 |
|---|
IndexField(String fieldName,
LeafIndexLookup indexLookup) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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, 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–2016. All rights reserved.