building fulltext search index for jena and lucene
问题 I would like to perform a full text search on a subset of dbpedia (which i have in a tdb store) with lucene and jena. String TDBDirectory = "path" ; Dataset dataset = TDBFactory.createDataset(TDBDirectory) ; But not over all resources, only over titles. I think by making indices only over the needed triples I can perform a faster search. E.g. <http://de.dbpedia.org/resource/Gurke> <http://www.w3.org/2000/01/rdf-schema#label> "Gurke"@de . Here I would like to search for "Gurke", but not in any