Class LeafStoredFieldsLookup

org.elasticsearch.search.lookup.LeafStoredFieldsLookup
All Implemented Interfaces:
<,​FieldLookup>

public class LeafStoredFieldsLookup extends implements <,​FieldLookup>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface java.util.

    < extends ,​ extends >
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
     key)
     
    boolean
     value)
     
     
     key)
     
    boolean
     
     
     key, FieldLookup value)
     
    void
     m)
     
     key)
     
    void
    setDocument​(int docId)
     
    int
     
     

    Methods inherited from class java.lang.

    , , , , , , , , , ,

    Methods inherited from interface java.util.

    , , , , , , , , , , , ,
  • Method Details

    • setDocument

      public void setDocument(int docId)
    • get

      public  key)
      Specified by:
       in interface <,​FieldLookup>
    • containsKey

      public boolean containsKey( key)
      Specified by:
       in interface <,​FieldLookup>
    • size

      public int size()
      Specified by:
       in interface <,​FieldLookup>
    • isEmpty

      public boolean isEmpty()
      Specified by:
       in interface <,​FieldLookup>
    • keySet

      public  keySet()
      Specified by:
       in interface <,​FieldLookup>
    • values

      public  values()
      Specified by:
       in interface <,​FieldLookup>
    • entrySet

      public  entrySet()
      Specified by:
       in interface <,​FieldLookup>
    • put

      public  key, FieldLookup value)
      Specified by:
       in interface <,​FieldLookup>
    • remove

      public  key)
      Specified by:
       in interface <,​FieldLookup>
    • clear

      public void clear()
      Specified by:
       in interface <,​FieldLookup>
    • putAll

      public void putAll( m)
      Specified by:
       in interface <,​FieldLookup>
    • containsValue

      public boolean containsValue( value)
      Specified by:
       in interface <,​FieldLookup>