Class GeoPointDistanceMultiValuesToSingleValuesSource

    • Method Detail

      • toString

        public String toString()
        Specified by:
        toString in class org.apache.lucene.search.DoubleValuesSource
      • needsScores

        public boolean needsScores()
        Specified by:
        needsScores in class org.apache.lucene.search.DoubleValuesSource
      • isCacheable

        public boolean isCacheable​(org.apache.lucene.index.LeafReaderContext ctx)
      • explain

        public org.apache.lucene.search.Explanation explain​(org.apache.lucene.index.LeafReaderContext ctx,
                                                            int docId,
                                                            org.apache.lucene.search.Explanation scoreExplanation)
                                                     throws IOException
        Overrides:
        explain in class org.apache.lucene.search.DoubleValuesSource
        Throws:
        IOException
      • rewrite

        public org.apache.lucene.search.DoubleValuesSource rewrite​(org.apache.lucene.search.IndexSearcher searcher)
                                                            throws IOException
        Specified by:
        rewrite in class org.apache.lucene.search.DoubleValuesSource
        Throws:
        IOException