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
Enable users to paste in a Solr search query into a text box, then display the paginated results and link to the actual objects whose keys are returned (so that users can browse them).
(Also display the time that the query took to run (from the perspective of the GUI/client)).
Let's start simple -- we can do just a textbox at first. Then we can do individual text-boxes for the individual Solr syntax fields (q, fl, fq, group, facet etc).
The text was updated successfully, but these errors were encountered:
Enable users to paste in a Solr search query into a text box, then display the paginated results and link to the actual objects whose keys are returned (so that users can browse them).
(Also display the time that the query took to run (from the perspective of the GUI/client)).
Let's start simple -- we can do just a textbox at first. Then we can do individual text-boxes for the individual Solr syntax fields (
q
,fl
,fq
,group
,facet
etc).The text was updated successfully, but these errors were encountered: