org.apache.solr.search.function
Class MultiValueSource

java.lang.Object
  extended by org.apache.solr.search.function.ValueSource
      extended by org.apache.solr.search.function.MultiValueSource
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
VectorValueSource

public abstract class MultiValueSource
extends ValueSource

A ValueSource that abstractly represents ValueSources for poly fields, and other things.

See Also:
Serialized Form

Constructor Summary
MultiValueSource()
           
 
Method Summary
abstract  int dimension()
           
 
Methods inherited from class org.apache.solr.search.function.ValueSource
createWeight, description, equals, getSortField, getValues, getValues, hashCode, newContext, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiValueSource

public MultiValueSource()
Method Detail

dimension

public abstract int dimension()