org.elasticsearch.index.mapper
Class SourceFieldSelector

java.lang.Object
  extended by org.elasticsearch.index.mapper.SourceFieldSelector
All Implemented Interfaces:
java.io.Serializable, org.apache.lucene.document.FieldSelector

public class SourceFieldSelector
extends java.lang.Object
implements org.apache.lucene.document.FieldSelector

An optimized field selector that loads just the uid.

See Also:
Serialized Form

Field Summary
static SourceFieldSelector INSTANCE
           
 
Method Summary
 org.apache.lucene.document.FieldSelectorResult accept(java.lang.String fieldName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static SourceFieldSelector INSTANCE
Method Detail

accept

public org.apache.lucene.document.FieldSelectorResult accept(java.lang.String fieldName)
Specified by:
accept in interface org.apache.lucene.document.FieldSelector