|
Rui, According to the docs, http://docs.stardog.com/#_configuration_options, search isn’t enabled by default. You can enable it at db creation time. Or at any other time after the db is created. See the db create and metadata set man pages for the details. Or you can do it in the Web Console. Cheers, Kendall |
|
|
|
For more options, visit this group at
http://groups.google.com/a/ clarkparsia.com/group/stardog? hl=en
--
-- --
You received this message because you are subscribed to the C&P "Stardog" group.
To post to this group, send email to sta...@clarkparsia.com
To unsubscribe from this group, send email to
To unsubscribe from this group and stop receiving emails from it, send an email to stardog+u...@clarkparsia.com.
Thanks for the instruction. But in the web console, it doesn't allow me to change the "Searchable" option.In the command line, I typed in:stardog-admin.bat metadata set -o SearchOptions.SEARCHABLE=true CategoryGraph.But it gave me the following error:Sep 11, 2015 11:58:35 AM com.complexible.stardog.metadata.MetadataIO readWARNING: Option not recognized SearchOptions.SEARCHABLEInvalid option value: SearchOptions.SEARCHABLE=true.
Thanks, Fernando. I can run it now.But it says "Cannot change configuration option while the database CategoryGraph is online: search.enabled=true".