Examples of SpatialIndexLucene


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
Copyright © 2018 www.massapi.com. 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.