org.apache.solr
Class SolrTestCaseJ4.FldType

java.lang.Object
  extended by org.apache.solr.SolrTestCaseJ4.FldType
Enclosing class:
SolrTestCaseJ4

protected class SolrTestCaseJ4.FldType
extends Object


Field Summary
 String fname
           
 SolrTestCaseJ4.IRange numValues
           
 SolrTestCaseJ4.Vals vals
           
 
Constructor Summary
SolrTestCaseJ4.FldType(String fname, SolrTestCaseJ4.IRange numValues, SolrTestCaseJ4.Vals vals)
           
SolrTestCaseJ4.FldType(String fname, SolrTestCaseJ4.Vals vals)
           
 
Method Summary
 SolrTestCaseJ4.Fld createField()
           
 Comparable createValue()
           
 List<Comparable> createValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fname

public String fname

numValues

public SolrTestCaseJ4.IRange numValues

vals

public SolrTestCaseJ4.Vals vals
Constructor Detail

SolrTestCaseJ4.FldType

public SolrTestCaseJ4.FldType(String fname,
                              SolrTestCaseJ4.Vals vals)

SolrTestCaseJ4.FldType

public SolrTestCaseJ4.FldType(String fname,
                              SolrTestCaseJ4.IRange numValues,
                              SolrTestCaseJ4.Vals vals)
Method Detail

createValue

public Comparable createValue()

createValues

public List<Comparable> createValues()

createField

public SolrTestCaseJ4.Fld createField()


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