Package org.apache.jena.query.spatial

Examples of org.apache.jena.query.spatial.SpatialIndexLucene


import com.hp.hpl.jena.assembler.Assembler;

public class TestSpatialIndexLuceneAssembler extends AbstractTestSpatialAssembler {
 
  @Test public void testIndexHasEntityMap() {
    SpatialIndexLucene indexLucene = (SpatialIndexLucene) Assembler.general.open(SIMPLE_LUCENE_INDEX_SPEC);
    assertEquals("uri", indexLucene.getDocDef().getEntityField());
    assertEquals("geo", indexLucene.getDocDef().getGeoField())
  }
View Full Code Here

TOP

Related Classes of org.apache.jena.query.spatial.SpatialIndexLucene

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.