org.apache.lucene.queries.function.valuesource
Class MultiValueSource

java.lang.Object
  extended by org.apache.lucene.queries.function.ValueSource
      extended by org.apache.lucene.queries.function.valuesource.MultiValueSource
Direct Known Subclasses:
VectorValueSource

public abstract class MultiValueSource
extends ValueSource

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


Constructor Summary
MultiValueSource()
           
 
Method Summary
abstract  int dimension()
           
 
Methods inherited from class org.apache.lucene.queries.function.ValueSource
createWeight, description, equals, getSortField, 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()


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