Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running without full-text search #36

Open
tpluscode opened this issue Nov 14, 2024 · 2 comments
Open

Running without full-text search #36

tpluscode opened this issue Nov 14, 2024 · 2 comments

Comments

@tpluscode
Copy link
Contributor

tpluscode commented Nov 14, 2024

If I were to run blueprint on an endpoint which does not support one of the recognised FTS dialects (fuseki, graphdb, neptune, or stardog at the time of writing), is it possible to remove the fullTextSearchDialect key from config and... resort to REGEX in queries?

@tpluscode
Copy link
Contributor Author

That said, if the config does not have fullTextSearchDialect, I get the below message which is probably inaccurate

Missing required property 'neptune'

@tpluscode
Copy link
Contributor Author

Ok, now I see that Stardog is the fallback 🤔

default:
ftsProvider = new StardogFullTextSearch(this.searchContext);
break;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant