I am currently working on a program that sends questions against a solar service and I hang on a problem I'm wondering how the solar matched string.
For example, when I am sending the Militrack type: This, it matches all the entries, even with the altitude = "book" and "eBook". Can anything be done to tell Solar that I want only one exact match (or should it match only those stars which starts with "Bekasi")?
Is this the Solter's configuration service?
Regards Tobias
How the match is made depends on your area Distinguished. You are probably interrogating with a TextField with an analysis series, which are the words of buc
and ebuc
in the same period (like EdgeNGramFilter < < P> You can use either directly
StrField
(which will only give you exact match, case sensitivity and all), or you use a wordplate with a keyword folder (which retains the whole word ) And apply a lowercase filter to make the case insensitive.
If you want to prefix the match, then you can add a "*" after your query to a struffle, or you can use an encramfilter and apply anagram to the beginning of the token only.
All these changes will need to be changed normally after your schema (schema.exml) and your content schema changes.
No comments:
Post a Comment