org.elasticsearch.index.engine
Class Engine.Index

java.lang.Object
  extended by org.elasticsearch.index.engine.Engine.Index
Enclosing interface:
Engine

public static class Engine.Index
extends java.lang.Object


Constructor Summary
Engine.Index(org.apache.lucene.index.Term uid, org.apache.lucene.document.Document document, org.apache.lucene.analysis.Analyzer analyzer, java.lang.String type, java.lang.String id, byte[] source)
           
 
Method Summary
 org.apache.lucene.analysis.Analyzer analyzer()
           
 org.apache.lucene.document.Document doc()
           
 java.lang.String id()
           
 byte[] source()
           
 java.lang.String type()
           
 org.apache.lucene.index.Term uid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Engine.Index

public Engine.Index(org.apache.lucene.index.Term uid,
                    org.apache.lucene.document.Document document,
                    org.apache.lucene.analysis.Analyzer analyzer,
                    java.lang.String type,
                    java.lang.String id,
                    byte[] source)
Method Detail

uid

public org.apache.lucene.index.Term uid()

doc

public org.apache.lucene.document.Document doc()

analyzer

public org.apache.lucene.analysis.Analyzer analyzer()

id

public java.lang.String id()

type

public java.lang.String type()

source

public byte[] source()