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

Packages that use TrieField.TrieTypes
org.apache.solr.analysis Factories and classes specific to text analysis and the creation of TokenStream
org.apache.solr.schema IndexSchema and FieldType implementations for powering schema.xml 
 

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

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

Constructors in org.apache.solr.analysis with parameters of type TrieField.TrieTypes
TrieTokenizerFactory(TrieField.TrieTypes type, int precisionStep)
           
 

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-2013 Apache Software Foundation. All Rights Reserved.