For use with Solr cores nested under the “test” folder.
Set of real and fake group_identifier
strings for testing international characters and phonetic matching.
Not phonetic, exact spelling, case-insensitive.
Query with a vanilla text_general
field
http://localhost:8983/solr/test_lang/select?indent=true&rows=18&fl=text_general&q=text_general:cafe
{
"responseHeader":{
"status":0,
"QTime":0,
"params":{
"q":"text_general:cafe",
"indent":"true",
"fl":"text_general",
"rows":"18"}},
"response":{"numFound":7,"start":0,"numFoundExact":true,"docs":[
{
"text_general":"Repair Cafe Belfast"},
{
"text_general":"Repair Cafe Blefast"},
{
"text_general":"Repair Cafe Malmö"},
{
"text_general":"Repair Cafe Malmo"},
{
"text_general":"Repair Cafe Blenny"},
{
"text_general":"Repair cafe Portsmouth"},
{
"text_general":"Repair Cafe de Neufchateau"}]
}}
Query with an ICU field type
http://localhost:8983/solr/test_lang/select?indent=true&rows=18&fl=text_general&q=text_icuFolding:cafe
{
"responseHeader":{
"status":0,
"QTime":0,
"params":{
"q":"text_icuFolding:cafe",
"indent":"true",
"fl":"text_general",
"rows":"18"}},
"response":{"numFound":12,"start":0,"numFoundExact":true,"docs":[
{
"text_general":"Repair Café Danmark"},
{
"text_general":"Repair Café Denmark"},
{
"text_general":"Repair Café Portsmouth"},
{
"text_general":"Repair Cafe Belfast"},
{
"text_general":"Repair Cafe Blefast"},
{
"text_general":"Repair Cafe Malmö"},
{
"text_general":"Repair Café Blégny"},
{
"text_general":"Repair Cafe Malmo"},
{
"text_general":"Repair Cafe Blenny"},
{
"text_general":"Repair cafe Portsmouth"},
{
"text_general":"Repair Café de Neufchâteau"},
{
"text_general":"Repair Cafe de Neufchateau"}]
}}
Not phonetic, exact spelling, case-insensitive.
Query with a vanilla text_general
field
http://localhost:8983/solr/test_lang/select?indent=true&rows=18&fl=text_general&q=text_general:malmo
{
"responseHeader":{
"status":0,
"QTime":1,
"params":{
"q":"text_general:malmo",
"indent":"true",
"fl":"text_general",
"rows":"18"}},
"response":{"numFound":1,"start":0,"numFoundExact":true,"docs":[
{
"text_general":"Repair Cafe Malmo"}]
}}
Query with an ICU field type
http://localhost:8983/solr/test_lang/select?indent=true&rows=18&fl=text_general&q=text_icuFolding:malmo
{
"responseHeader":{
"status":0,
"QTime":1,
"params":{
"q":"text_icuFolding:malmo",
"indent":"true",
"fl":"text_general",
"rows":"18"}},
"response":{"numFound":2,"start":0,"numFoundExact":true,"docs":[
{
"text_general":"Repair Cafe Malmö"},
{
"text_general":"Repair Cafe Malmo"}]
}}
With no sort order.
http://localhost:8983/solr/test_lang/select?indent=true&fl=text_general&q=text_general:*&rows=18
{
"responseHeader":{
"status":0,
"QTime":0,
"params":{
"q":"text_general:*",
"indent":"true",
"fl":"text_general",
"rows":"18"}},
"response":{"numFound":18,"start":0,"numFoundExact":true,"docs":[
{
"text_general":"Repair Café Danmark"},
{
"text_general":"Repair Café Denmark"},
{
"text_general":"Repair Café Portsmouth"},
{
"text_general":"Repair Cafe Belfast"},
{
"text_general":"Repair Cafe Blefast"},
{
"text_general":"Repair Cafe Malmö"},
{
"text_general":"Repair Café Blégny"},
{
"text_general":"Ōtautahi Repair Revolution"},
{
"text_general":"Otautahi Repair Revolution"},
{
"text_general":"LES 100TINEL Fix Club Bénin"},
{
"text_general":"LES 100TINEL Fix Club Benin"},
{
"text_general":"Repair Café de Neufchâteau"},
{
"text_general":"Repair Cafe de Neufchateau"},
{
"text_general":"Repair Cafe Malmo"},
{
"text_general":"Repair Cafe Blenny"},
{
"text_general":"Repair Caf Foo"},
{
"text_general":"Repair caff Bar"},
{
"text_general":"Repair cafe Portsmouth"}]
}}
Sorted on a vanilla text_general
field
http://localhost:8983/solr/test_lang/select?indent=true&fl=text_general&q=text_general:*&rows=18&sort=text_general asc
{
"responseHeader":{
"status":0,
"QTime":1,
"params":{
"q":"text_general:*",
"indent":"true",
"fl":"text_general",
"sort":"text_general asc",
"rows":"18"}},
"response":{"numFound":18,"start":0,"numFoundExact":true,"docs":[
{
"text_general":"LES 100TINEL Fix Club Bénin"},
{
"text_general":"LES 100TINEL Fix Club Benin"},
{
"text_general":"Repair caff Bar"},
{
"text_general":"Repair Cafe Belfast"},
{
"text_general":"Repair Cafe Blefast"},
{
"text_general":"Repair Cafe Blenny"},
{
"text_general":"Repair Café Blégny"},
{
"text_general":"Repair Caf Foo"},
{
"text_general":"Repair Cafe Malmö"},
{
"text_general":"Repair Cafe de Neufchateau"},
{
"text_general":"Repair Cafe Malmo"},
{
"text_general":"Repair cafe Portsmouth"},
{
"text_general":"Repair Café Danmark"},
{
"text_general":"Repair Café Denmark"},
{
"text_general":"Repair Café Portsmouth"},
{
"text_general":"Repair Café de Neufchâteau"},
{
"text_general":"Otautahi Repair Revolution"},
{
"text_general":"Ōtautahi Repair Revolution"}]
}}
Sorted on an ICU collation field type.
http://localhost:8983/solr/test_lang/select?indent=true&fl=text_general&q=text_general:*&rows=18&sort=collatedROOT asc
{
"responseHeader":{
"status":0,
"QTime":0,
"params":{
"q":"text_general:*",
"indent":"true",
"fl":"text_general",
"sort":"collatedROOT asc",
"rows":"18"}},
"response":{"numFound":18,"start":0,"numFoundExact":true,"docs":[
{
"text_general":"LES 100TINEL Fix Club Bénin"},
{
"text_general":"LES 100TINEL Fix Club Benin"},
{
"text_general":"Ōtautahi Repair Revolution"},
{
"text_general":"Otautahi Repair Revolution"},
{
"text_general":"Repair Caf Foo"},
{
"text_general":"Repair Cafe Belfast"},
{
"text_general":"Repair Cafe Blefast"},
{
"text_general":"Repair Café Blégny"},
{
"text_general":"Repair Cafe Blenny"},
{
"text_general":"Repair Café Danmark"},
{
"text_general":"Repair Café de Neufchâteau"},
{
"text_general":"Repair Cafe de Neufchateau"},
{
"text_general":"Repair Café Denmark"},
{
"text_general":"Repair Cafe Malmö"},
{
"text_general":"Repair Cafe Malmo"},
{
"text_general":"Repair Café Portsmouth"},
{
"text_general":"Repair cafe Portsmouth"},
{
"text_general":"Repair caff Bar"}]
}}
Look for groups in Denmark, which can be listed as Danmark.
text_general
fieldhttp://localhost:8983/solr/test_lang/select?indent=true&rows=18&fl=text_general&q=text_general:denmark
{
"responseHeader":{
"status":0,
"QTime":1,
"params":{
"q":"text_general:denmark",
"indent":"true",
"fl":"text_general",
"rows":"18"}},
"response":{"numFound":1,"start":0,"numFoundExact":true,"docs":[
{
"text_general":"Repair Café Denmark"}]
}}
http://localhost:8983/solr/test_lang/select?indent=true&rows=18&fl=text_general&q=text_doubleMetaphone:denmark
{
"responseHeader":{
"status":0,
"QTime":1,
"params":{
"q":"text_doubleMetaphone:denmark",
"indent":"true",
"fl":"text_general",
"rows":"18"}},
"response":{"numFound":2,"start":0,"numFoundExact":true,"docs":[
{
"text_general":"Repair Café Danmark"},
{
"text_general":"Repair Café Denmark"}]
}}
To Do: not working properly?
http://localhost:8983/solr/test_lang/select?indent=true&rows=18&fl=text_general&q=text_BeiderMorse:denmark
Look for group “Ōtautahi Repair Revolution” using a miss-spelling that involves both a wrong character and wrong character order.
Query with a vanilla `text_general field.
http://localhost:8983/solr/test_lang/select?indent=true&rows=18&fl=text_general&q=text_general:Otuatahi
{
"responseHeader":{
"status":0,
"QTime":1,
"params":{
"q":"text_general:Otuatahi",
"indent":"true",
"fl":"text_general",
"rows":"18"}},
"response":{"numFound":0,"start":0,"numFoundExact":true,"docs":[]
}}
Query with a field indexed using both Double Metaphone phonetic algorithm and an ICU filter
http://localhost:8983/solr/test_lang/select?indent=true&rows=18&fl=text_general&q=text_icufdm:Otuatahi
{
"responseHeader":{
"status":0,
"QTime":1,
"params":{
"q":"text_icufdm:Otuatahi",
"indent":"true",
"fl":"text_general",
"rows":"18"}},
"response":{"numFound":2,"start":0,"numFoundExact":true,"docs":[
{
"text_general":"Ōtautahi Repair Revolution"},
{
"text_general":"Otautahi Repair Revolution"}]
}}
The Missing Guide to the ICU Message Format