LD4P / qa_server

A rails engine with questioning authority gem installed to serve as an authority search server with normalized results.
Apache License 2.0
6 stars 3 forks source link

New Indexing: OCLCFAST - changes in accuracy tests #400

Open elrayle opened 3 years ago

elrayle commented 3 years ago

The new indexing scheme has the following impact on OCLCFAST accuracy tests:

image

sfolsom commented 3 years ago

The University of Chicago Library search suggests we might need to get closer to exact match. Also, not sure why this search currently brings back less than 10 results https://lookup.ld4l.org/authorities/search/linked_data/oclcfast_new_ld4l_cache/organization?q=University%20of%20Chicago%20Library&maxRecords=10.

Loosened the Scream requirement, given the number of titles with Scream in them. https://github.com/LD4P/qa_server/pull/408

elrayle commented 3 years ago

Exploring further issues with q=University of Chicago Library...

We observed that the expected result has a pref label of University of Chicago. Library. This should not be causing an issue as other results also have a period in their labels.

curl -L -D - -H 'Accept: application/n-triples' 'http://wintermute.slis.uiowa.edu:8081/ld4l_services/fast_batch.jsp?query=University%20of%20Chicago%2E%20Library&entity=all&maxRecords=8&startRecord=1&lang=en'

... returns the same results as seen through lookup.ld4l.org.

Need to explore through the cache's UI to see if the same results are seen there..