org.apache.solr.schema
Class StrFieldSource

java.lang.Object
  extended by org.apache.lucene.queries.function.ValueSource
      extended by org.apache.lucene.queries.function.valuesource.FieldCacheSource
          extended by org.apache.solr.schema.StrFieldSource

public class StrFieldSource
extends FieldCacheSource


Field Summary
 
Fields inherited from class org.apache.lucene.queries.function.valuesource.FieldCacheSource
cache, field
 
Constructor Summary
StrFieldSource(String field)
           
 
Method Summary
 String description()
           
 boolean equals(Object o)
           
 FunctionValues getValues(Map context, AtomicReaderContext readerContext)
           
 int hashCode()
           
 
Methods inherited from class org.apache.lucene.queries.function.valuesource.FieldCacheSource
getField, getFieldCache
 
Methods inherited from class org.apache.lucene.queries.function.ValueSource
createWeight, getSortField, newContext, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StrFieldSource

public StrFieldSource(String field)
Method Detail

description

public String description()
Overrides:
description in class FieldCacheSource

getValues

public FunctionValues getValues(Map context,
                                AtomicReaderContext readerContext)
                         throws IOException
Specified by:
getValues in class ValueSource
Throws:
IOException

equals

public boolean equals(Object o)
Overrides:
equals in class FieldCacheSource

hashCode

public int hashCode()
Overrides:
hashCode in class FieldCacheSource


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