Package org.apache.jena.query.text

Examples of org.apache.jena.query.text.TextIndexLucene


import com.hp.hpl.jena.vocabulary.RDFS;

public class TestTextIndexLuceneAssembler extends AbstractTestTextAssembler {
 
  @Test public void testIndexHasEntityMap() {
    TextIndexLucene indexLucene = (TextIndexLucene) Assembler.general.open(SIMPLE_INDEX_SPEC);
    assertEquals(RDFS.label.asNode(), indexLucene.getDocDef().getPrimaryPredicate());   
  }
View Full Code Here

TOP

Related Classes of org.apache.jena.query.text.TextIndexLucene

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.