Uses of Class
org.apache.solr.schema.TrieField.TrieTypes

Packages that use TrieField.TrieTypes
org.apache.solr.schema IndexSchema and FieldType implementations for powering schema.xml 
 

Uses of TrieField.TrieTypes in org.apache.solr.schema
 

Fields in org.apache.solr.schema declared as TrieField.TrieTypes
protected  TrieField.TrieTypes TrieField.type
           
 

Methods in org.apache.solr.schema that return TrieField.TrieTypes
 TrieField.TrieTypes TrieField.getType()
           
static TrieField.TrieTypes TrieField.TrieTypes.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TrieField.TrieTypes[] TrieField.TrieTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.