You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the current bbop_term_ac personality, having a q=GO:002200 returns a reduced set of results, none of which are related to GO:0022008. having a q=GO:0022008 returns the correct results at the top, but includes the previous set's nonsense results:
Various escapings and quotings have little effect. Looking at the output with debugQuery=true and bug reports, it seems possible that this is due to issues in the 3.x edismax query parser (also comes up a lot in 4.x). Again, since surface (few users will put memorize a partial ID (i.e. the first six digits) and not be able to hit one more key to complete), will likely punt until 4.x since is on the close TODO list.
Using the current bbop_term_ac personality, having a q=GO:002200 returns a reduced set of results, none of which are related to GO:0022008. having a q=GO:0022008 returns the correct results at the top, but includes the previous set's nonsense results:
http://localhost:8080/solr/select?defType=edismax&qt=standard&indent=on&wt=json&rows=10&start=0&fl=annotation_class,synonym,alternate_id,annotation_class_label,score,id&facet=true&facet.mincount=1&facet.sort=count&json.nl=arrarr&facet.limit=25&hl=true&fq=document_category:%22ontology_class%22&facet.field=annotation_class&facet.field=synonym&facet.field=alternate_id&qf=annotation_class^5&qf=annotation_class_label_searchable^5&qf=synonym_searchable^1&qf=alternate_id^1&debugQuery=true&q=GO:002200
http://localhost:8080/solr/select?defType=edismax&qt=standard&indent=on&wt=json&rows=10&start=0&fl=annotation_class,synonym,alternate_id,annotation_class_label,score,id&facet=true&facet.mincount=1&facet.sort=count&json.nl=arrarr&facet.limit=25&hl=true&fq=document_category:%22ontology_class%22&facet.field=annotation_class&facet.field=synonym&facet.field=alternate_id&qf=annotation_class^5&qf=annotation_class_label_searchable^5&qf=synonym_searchable^1&qf=alternate_id^1&debugQuery=true&q=GO:0022008
I'm adding this as a C rather than a B since this is a marginal use case.
The text was updated successfully, but these errors were encountered: