クラス MinHashFieldMapper.CustomMinHashDocValuesField
- java.lang.Object
-
- org.codelibs.elasticsearch.minhash.index.mapper.MinHashFieldMapper.CustomMinHashDocValuesField
-
- すべての実装されたインタフェース:
org.apache.lucene.index.IndexableField
- 含まれているクラス:
- MinHashFieldMapper
public static class MinHashFieldMapper.CustomMinHashDocValuesField extends java.lang.Object implements org.apache.lucene.index.IndexableField
-
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 static org.apache.lucene.document.FieldTypeTYPE
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 CustomMinHashDocValuesField(java.lang.String name, byte[] bytes)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 voidadd(byte[] bytes)org.apache.lucene.util.BytesRefbinaryValue()org.apache.lucene.index.IndexableFieldTypefieldType()java.lang.Stringname()java.lang.NumbernumericValue()java.io.ReaderreaderValue()java.lang.StringstringValue()org.apache.lucene.analysis.TokenStreamtokenStream(org.apache.lucene.analysis.Analyzer analyzer, org.apache.lucene.analysis.TokenStream reuse)
-
-
-
メソッドの詳細
-
add
public void add(byte[] bytes)
-
binaryValue
public org.apache.lucene.util.BytesRef binaryValue()
- 定義:
binaryValueインタフェース内org.apache.lucene.index.IndexableField
-
name
public java.lang.String name()
- 定義:
nameインタフェース内org.apache.lucene.index.IndexableField
-
fieldType
public org.apache.lucene.index.IndexableFieldType fieldType()
- 定義:
fieldTypeインタフェース内org.apache.lucene.index.IndexableField
-
stringValue
public java.lang.String stringValue()
- 定義:
stringValueインタフェース内org.apache.lucene.index.IndexableField
-
readerValue
public java.io.Reader readerValue()
- 定義:
readerValueインタフェース内org.apache.lucene.index.IndexableField
-
numericValue
public java.lang.Number numericValue()
- 定義:
numericValueインタフェース内org.apache.lucene.index.IndexableField
-
tokenStream
public org.apache.lucene.analysis.TokenStream tokenStream(org.apache.lucene.analysis.Analyzer analyzer, org.apache.lucene.analysis.TokenStream reuse)- 定義:
tokenStreamインタフェース内org.apache.lucene.index.IndexableField
-
-