org.elasticsearch.index.mapper
Class UidAndSourceFieldSelector

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

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

An optimized field selector that loads just the uid and the source.

See Also:
Serialized Form

Constructor Summary
UidAndSourceFieldSelector()
           
 
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
 

Constructor Detail

UidAndSourceFieldSelector

public UidAndSourceFieldSelector()
Method Detail

accept

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