adsabs / ADSImportPipeline

Data ingest pipeline for ADS classic->ADS+
GNU General Public License v3.0
1 stars 12 forks source link

some author facets are not computed properly #103

Closed romanchyla closed 7 years ago

romanchyla commented 9 years ago

I'll register it here, before I forget

http://localhost:8984/solr/collection1/select?q=orcid%3A%220000000326869241%22&fl=bibcode%2Cauthor&wt=json&indent=true

query: orcid:0000-0003-2686-9241

response contains facets:

"facet_counts": {
    "facet_queries": {},
    "facet_fields": {
      "author_facet_hier": [
        "1/Stern, D/Stern, D.",
        28,
        "1/Stern, D/Stern, Daniel",
        24,
        "1/Christensen, F/Christensen, F. E.",
        22,

that first result should not be there '1/Stern, D/Stern, D.' (comma shouldn't be considered bpart of the name)

aaccomazzi commented 7 years ago

Don't really follow this, facets look fine to me.

romanchyla commented 7 years ago

"1/Christensen, F/Christensen, F. E.", should be "1/Christensen, F/Christensen, F E",

fixed