Class GeoBoundingBoxQueryIntegTestCase

java.lang.Object
org.junit.Assert

public abstract class GeoBoundingBoxQueryIntegTestCase extends ESIntegTestCase
  • Constructor Details

    • GeoBoundingBoxQueryIntegTestCase

      public GeoBoundingBoxQueryIntegTestCase()
  • Method Details

    • getMapping

      public abstract org.elasticsearch.xcontent.XContentBuilder getMapping() throws IOException
      Get the mapping for this test. It should contain a field called `location' that supports GeoBoundingBox queries.
      Throws:
      IOException
    • forbidPrivateIndexSettings

      protected boolean forbidPrivateIndexSettings()
      Overrides:
      forbidPrivateIndexSettings in class ESIntegTestCase
    • testSimpleBoundingBoxTest

      public void testSimpleBoundingBoxTest() throws Exception
      Throws:
      Exception
    • testLimit2BoundingBox

      public void testLimit2BoundingBox() throws Exception
      Throws:
      Exception
    • testCompleteLonRange

      public void testCompleteLonRange() throws Exception
      Throws:
      Exception