public class IndexLookup extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static int |
FLAG_CACHE
Flag to pass to
IndexField.get(Object, int) if you require
positions in the returned IndexFieldTerm. |
static int |
FLAG_FREQUENCIES
Flag to pass to
IndexField.get(Object, int) if you require
frequencies in the returned IndexFieldTerm. |
static int |
FLAG_OFFSETS
Flag to pass to
IndexField.get(Object, int) if you require
offsets in the returned IndexFieldTerm. |
static int |
FLAG_PAYLOADS
Flag to pass to
IndexField.get(Object, int) if you require
payloads in the returned IndexFieldTerm. |
static int |
FLAG_POSITIONS
Flag to pass to
IndexField.get(Object, int) if you require
positions in the returned IndexFieldTerm. |
| コンストラクタと説明 |
|---|
IndexLookup(com.google.common.collect.ImmutableMap.Builder<String,Object> builder) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
LeafIndexLookup |
getLeafIndexLookup(org.apache.lucene.index.LeafReaderContext context) |
public static final int FLAG_OFFSETS
IndexField.get(Object, int) if you require
offsets in the returned IndexFieldTerm.public static final int FLAG_PAYLOADS
IndexField.get(Object, int) if you require
payloads in the returned IndexFieldTerm.public static final int FLAG_FREQUENCIES
IndexField.get(Object, int) if you require
frequencies in the returned IndexFieldTerm. Frequencies might be
returned anyway for some lucene codecs even if this flag is no set.public static final int FLAG_POSITIONS
IndexField.get(Object, int) if you require
positions in the returned IndexFieldTerm.public static final int FLAG_CACHE
IndexField.get(Object, int) if you require
positions in the returned IndexFieldTerm.public LeafIndexLookup getLeafIndexLookup(org.apache.lucene.index.LeafReaderContext context)
Copyright © 2009–2016. All rights reserved.