Interface OLuceneSpatialIndexContainer

All Known Implementing Classes:
OLuceneGeoSpatialIndexEngine, OLuceneLegacySpatialIndexEngine, OLuceneSpatialIndexEngineAbstract, OLuceneSpatialIndexEngineDelegator

public interface OLuceneSpatialIndexContainer
Created by Enrico Risa on 11/08/15.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    org.apache.lucene.search.IndexSearcher
     
    org.apache.lucene.spatial.SpatialStrategy
     
  • Method Details

    • searcher

      org.apache.lucene.search.IndexSearcher searcher() throws IOException
      Throws:
      IOException
    • strategy

      org.apache.lucene.spatial.SpatialStrategy strategy()
    • isLegacy

      boolean isLegacy()