Hi,

Does Jena-Text support scores, similarity and distance searches as the old 
Larq? It seems not working as Larq syntax.

I know that it does support: exact word match, exact phrase, wildcards, AND and 
OR operators, Did I miss any other features?

Another question, Is this the right way to add multiple properties to be 
searched using java api?
eDef.set("bio", Node.createURI(nameSpace + "bio"));
eDef.set("fullName", Node.createURI(nameSpace + "fullName"));
eDef.set("firstName", Node.createURI(nameSpace + "firstName"));

Thanks,
Saud.

Reply via email to