public class LeafIndexLookup extends MinimalMap<String,IndexField>
| コンストラクタと説明 |
|---|
LeafIndexLookup(org.apache.lucene.index.LeafReaderContext ctx) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
IndexField |
get(Object key) |
int |
getDocId() |
org.apache.lucene.search.IndexSearcher |
getIndexSearcher() |
org.apache.lucene.index.IndexReader |
getParentReader() |
org.apache.lucene.index.IndexReaderContext |
getReaderContext() |
int |
maxDoc() |
int |
numDeletedDocs() |
int |
numDocs() |
void |
setDocument(int docId) |
protected void |
setNextDocIdInFields() |
org.apache.lucene.index.Fields |
termVectors() |
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 int numDocs()
public int maxDoc()
public int numDeletedDocs()
public void setDocument(int docId)
protected void setNextDocIdInFields()
public IndexField get(Object key)
public org.apache.lucene.index.Fields termVectors()
throws IOException
IOExceptionpublic int getDocId()
public org.apache.lucene.index.IndexReader getParentReader()
public org.apache.lucene.search.IndexSearcher getIndexSearcher()
public org.apache.lucene.index.IndexReaderContext getReaderContext()
Copyright © 2009–2016. All rights reserved.