org.elasticsearch.common.lucene.all
Class AllEntries.Entry

java.lang.Object
  extended by org.elasticsearch.common.lucene.all.AllEntries.Entry
Enclosing class:
AllEntries

public static class AllEntries.Entry
extends Object


Constructor Summary
AllEntries.Entry(String name, FastStringReader reader, float boost)
           
 
Method Summary
 float boost()
           
 String name()
           
 FastStringReader reader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllEntries.Entry

public AllEntries.Entry(String name,
                        FastStringReader reader,
                        float boost)
Method Detail

name

public String name()

boost

public float boost()

reader

public FastStringReader reader()


Copyright © 2009-2012. All Rights Reserved.