You need to tokenize the full name in several different ways and then
search both (all) tokenization versions with different boosts.
This way you can tokenize as full string (perhaps lowercased) and then
also on white space and then maybe even with phonetic mapping to catch
spellings.
You can see
"I am getting the records matching the full name sorted by distance.
If the input string(for ex Dae Kim) is provided, I am getting the records
other than Dae Kim(for ex Rodney Kim) too at the top of the search results
including Dae Kim
just before the next Dae Kim because Kim is matching with all
Hi Deepak,
Look at the score of your response results.
You can do this in Debug mode.
Rahul.
On Wed, Jan 31, 2018 at 4:18 AM, Deepak Udapudi wrote:
> Hi all,
>
> I have the below scenario in full name search that we are trying to
> implement.
>
> Solr configuration :-
>
> fieldType name="keyword
Hi all,
I have the below scenario in full name search that we are trying to implement.
Solr configuration :-
fieldType name="keywords_text" class="solr.TextField">
Scenario :-
Solr configuration has office name, facility name and