|
From: Jim B. <ba...@gm...> - 2015-12-09 02:12:52
|
Hi, I was wondering if anyone could provide examples for how to set up the Blazegraph properties file to configure options for the full text search. I have looked through the various options in the JavaDoc, but I can’t quite figure out the right properties file syntax for ‘stopwords=none’. Here is what I am trying to do: I have a term in the database with rdfs:label "skeletal element of eye region”. When users search for terms, I append a “*” to their input text by default. However this is failing when the label contains a stopword like “of”. So, searching with “skeletal element of” and “skeletal element*” do find the term as a match, but “skeletal element of*” does not. Can I disable stopwords entirely? Thanks, Jim |