org.elasticsearch.common.lucene.all
Class AllField

java.lang.Object
  extended by org.apache.lucene.document.AbstractField
      extended by org.elasticsearch.common.lucene.all.AllField
All Implemented Interfaces:
Serializable, org.apache.lucene.document.Fieldable

public class AllField
extends org.apache.lucene.document.AbstractField

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.lucene.document.AbstractField
binaryLength, binaryOffset, boost, fieldsData, indexOptions, isBinary, isIndexed, isStored, isTokenized, lazy, name, omitNorms, storeOffsetWithTermVector, storePositionWithTermVector, storeTermVector, tokenStream
 
Constructor Summary
AllField(String name, org.apache.lucene.document.Field.Store store, org.apache.lucene.document.Field.TermVector termVector, AllEntries allEntries, org.apache.lucene.analysis.Analyzer analyzer)
           
 
Method Summary
 Reader readerValue()
           
 String stringValue()
           
 org.apache.lucene.analysis.TokenStream tokenStreamValue()
           
 
Methods inherited from class org.apache.lucene.document.AbstractField
getBinaryLength, getBinaryOffset, getBinaryValue, getBinaryValue, getBoost, getIndexOptions, getOmitNorms, getOmitTermFreqAndPositions, isBinary, isIndexed, isLazy, isStored, isStoreOffsetWithTermVector, isStorePositionWithTermVector, isTermVectorStored, isTokenized, name, setBoost, setIndexOptions, setOmitNorms, setOmitTermFreqAndPositions, setStoreTermVector, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AllField

public AllField(String name,
                org.apache.lucene.document.Field.Store store,
                org.apache.lucene.document.Field.TermVector termVector,
                AllEntries allEntries,
                org.apache.lucene.analysis.Analyzer analyzer)
Method Detail

stringValue

public String stringValue()

readerValue

public Reader readerValue()

tokenStreamValue

public org.apache.lucene.analysis.TokenStream tokenStreamValue()


Copyright © 2009-2012. All Rights Reserved.