import com.hp.hpl.jena.assembler.Assembler;
public class TestSpatialIndexSolrAssembler extends AbstractTestSpatialAssembler {
@Test public void testIndexHasEntityMap() {
SpatialIndexSolr indexSolr = (SpatialIndexSolr) Assembler.general.open(SIMPLE_SOLR_INDEX_SPEC);
assertEquals("uri", indexSolr.getDocDef().getEntityField());
assertEquals("geo", indexSolr.getDocDef().getGeoField());
}