org.apache.lucene.spatial.util
Class NumericFieldInfo

java.lang.Object
  extended by org.apache.lucene.spatial.util.NumericFieldInfo

public class NumericFieldInfo
extends Object

Hold some of the parameters used by solr...


Field Summary
 boolean index
           
 int precisionStep
           
 boolean store
           
 
Constructor Summary
NumericFieldInfo()
           
 
Method Summary
 IndexableField createDouble(String name, double v)
           
 void setPrecisionStep(int p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

precisionStep

public int precisionStep

store

public boolean store

index

public boolean index
Constructor Detail

NumericFieldInfo

public NumericFieldInfo()
Method Detail

setPrecisionStep

public void setPrecisionStep(int p)

createDouble

public IndexableField createDouble(String name,
                                   double v)


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