You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've started working and experimenting a bit with the LuceneSail. In https://rdf4j.org/documentation/programming/lucene/#full-text-search it says that "Search is case-insensitive, wildcards and other modifiers can be used to broaden the search" and then it provides an example of a prefix search (so "alic*" to get all the resources starting with "alic", e.g. "alice").
I've tried to do a suffix search (so "*lice" for "Alice") and a contains search ( so "lic" for "Alice" ) but they do not work (at least not with the standard implentation). Is this a bug? How can I have the suffix and contains search working with LuceneSail?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I've started working and experimenting a bit with the LuceneSail. In https://rdf4j.org/documentation/programming/lucene/#full-text-search it says that "Search is case-insensitive, wildcards and other modifiers can be used to broaden the search" and then it provides an example of a prefix search (so "alic*" to get all the resources starting with "alic", e.g. "alice").
I've tried to do a suffix search (so "*lice" for "Alice") and a contains search ( so "lic" for "Alice" ) but they do not work (at least not with the standard implentation). Is this a bug? How can I have the suffix and contains search working with LuceneSail?
Beta Was this translation helpful? Give feedback.
All reactions