Searched defs:DocValues (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/search/function/
H A DDocValues.java32 public abstract class DocValues { class
34 * DocValues is distinct from ValueSource because
44 * <P>Mandatory: every DocValues implementation must implement at least this method.
51 * <P>Optional: DocValues implementation can (but don't have to) override this method.
60 * <P>Optional: DocValues implementation can (but don't have to) override this method.
69 * <P>Optional: DocValues implementation can (but don't have to) override this method.
78 * <P>Optional: DocValues implementation can (but don't have to) override this method.
105 * Note: implementations of DocValues must override this method for
144 * DocValues instance does not contain any value.
150 * DocValues instanc
[all...]
/lucene-3.6.0/solr/core/src/java/org/apache/solr/search/function/
H A DDocValues.java27 * @version $Id: DocValues.java 1140724 2011-06-28 17:00:20Z yonik $
30 // DocValues is distinct from ValueSource because
36 public abstract class DocValues { class

Completed in 19 milliseconds