クラス 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.FieldType TYPE  
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      CustomMinHashDocValuesField​(java.lang.String name, byte[] bytes)  
    • メソッドの概要

      すべてのメソッド インスタンス・メソッド concreteメソッド 
      修飾子とタイプ メソッド 説明
      void add​(byte[] bytes)  
      org.apache.lucene.util.BytesRef binaryValue()  
      org.apache.lucene.index.IndexableFieldType fieldType()  
      java.lang.String name()  
      java.lang.Number numericValue()  
      java.io.Reader readerValue()  
      java.lang.String stringValue()  
      org.apache.lucene.analysis.TokenStream tokenStream​(org.apache.lucene.analysis.Analyzer analyzer, org.apache.lucene.analysis.TokenStream reuse)  
      • クラスから継承されたメソッド java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • インタフェースから継承されたメソッド org.apache.lucene.index.IndexableField

        getCharSequenceValue
    • フィールドの詳細

      • TYPE

        public static final org.apache.lucene.document.FieldType TYPE
    • コンストラクタの詳細

      • CustomMinHashDocValuesField

        public CustomMinHashDocValuesField​(java.lang.String name,
                                           byte[] bytes)
    • メソッドの詳細

      • 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