org.apache.solr.client.solrj.response
Class LukeResponse.FieldInfo
java.lang.Object
org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- LukeResponse
public static class LukeResponse.FieldInfo
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LukeResponse.FieldInfo
public LukeResponse.FieldInfo(String n)
read
public void read(NamedList<Object> nl)
parseFlags
public static EnumSet<FieldFlag> parseFlags(String flagStr)
getFlags
public EnumSet<FieldFlag> getFlags()
isCacheableFaceting
public boolean isCacheableFaceting()
getType
public String getType()
getDistinct
public int getDistinct()
getDocs
public int getDocs()
getName
public String getName()
getSchema
public String getSchema()
getTopTerms
public NamedList<Integer> getTopTerms()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.