We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug random city name "Princeton" is never tagged in any situation.
"Trenton, NJ" is tagged for both city and state code. "Princeton, New Jersey" is tagged only for state.
There is a class of textual names that are not tagged for a bizarre Solr? reason...
To Reproduce
Just /solr/gazetteer/tag ? stream.body = Princeton using the bare Solr Admin UI in browser.
/solr/gazetteer/tag ? stream.body = Princeton
Expected behavior
token "Princeton" should be emitted as a tag.
The text was updated successfully, but these errors were encountered:
mubaldino
No branches or pull requests
Describe the bug
random city name "Princeton" is never tagged in any situation.
"Trenton, NJ" is tagged for both city and state code.
"Princeton, New Jersey" is tagged only for state.
There is a class of textual names that are not tagged for a bizarre Solr? reason...
To Reproduce
Just
/solr/gazetteer/tag ? stream.body = Princeton
using the bare Solr Admin UI in browser.Expected behavior
token "Princeton" should be emitted as a tag.
The text was updated successfully, but these errors were encountered: