| java.lang.Object org.apache.lucene.search.FieldCacheImpl org.apache.lucene.search.ExtendedFieldCacheImpl
autoCache | Cache autoCache(Code) | | |
doublesCache | Cache doublesCache(Code) | | |
longsCache | Cache longsCache(Code) | | |
Methods inherited from org.apache.lucene.search.FieldCacheImpl | public Object getAuto(IndexReader reader, String field) throws IOException(Code)(Java Doc) public byte[] getBytes(IndexReader reader, String field) throws IOException(Code)(Java Doc) public byte[] getBytes(IndexReader reader, String field, ByteParser parser) throws IOException(Code)(Java Doc) public Comparable[] getCustom(IndexReader reader, String field, SortComparator comparator) throws IOException(Code)(Java Doc) public float[] getFloats(IndexReader reader, String field) throws IOException(Code)(Java Doc) public float[] getFloats(IndexReader reader, String field, FloatParser parser) throws IOException(Code)(Java Doc) public int[] getInts(IndexReader reader, String field) throws IOException(Code)(Java Doc) public int[] getInts(IndexReader reader, String field, IntParser parser) throws IOException(Code)(Java Doc) public short[] getShorts(IndexReader reader, String field) throws IOException(Code)(Java Doc) public short[] getShorts(IndexReader reader, String field, ShortParser parser) throws IOException(Code)(Java Doc) public StringIndex getStringIndex(IndexReader reader, String field) throws IOException(Code)(Java Doc) public String[] getStrings(IndexReader reader, String field) throws IOException(Code)(Java Doc)
|
|
|