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).
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,facetetc).