Hi Gary,

The SOLR Discovery based search endpoint is: open-search/discover?query=<x>
The older lucene based endpoint is open-search/?query=<x>

In your case:
http://ses-dev.library.usyd.edu.au/open-search/discover?query=test
Longsight's demo site:
https://trydspace.longsight.com/open-search/discover?query=test

Without the /discover, then it will use the Lucene search engine, which in
many sites could be out-dated, if you've stopped indexing content into
lucene. SOLR is the current default search engine.


________________
Peter Dietz
Longsight
www.longsight.com
pe...@longsight.com
p: 740-599-5005 x809

On Mon, May 4, 2015 at 1:18 AM, Gary Browne <gary.bro...@sydney.edu.au>
wrote:

>  Argh I was sure I tried that already, but obviously not!
>
> Thanks a lot Andrea, that did the trick.
>
> Cheers,
> Gary
>
>
> *Gary Browne* | Development Programmer
> University of Sydney Library
> THE UNIVERSITY OF SYDNEY
> Level 1, Fisher Library F03 | The University of Sydney | NSW | 2006
> *T* +61 2 9351 5946 | *M* +61 405 647 868
> *E* gary.bro...@sydney.edu.au
> On 04/05/15 15:00, Andrea Schweer wrote:
>
> Hi Gary,
>
> On 04/05/15 16:37, Gary Browne wrote:
>
> I'm trying to get open search working. I have enabled it and restarted
> tomcat. If I send a search like:
>
> http://ses-dev.library.usyd.edu.au/open-search/?q=test
>
>
> Looks like this needs to be query=test (and you don't strictly speaking
> need the trailing slash, though it shouldn't cause any problems either)
>
> https://github.com/DSpace/DSpace/blob/dspace-4.1/dspace-jspui/src/main/java/org/dspace/app/webui/discovery/DiscoverUtility.java#L190
>
> Does this work? http://ses-dev.library.usyd.edu.au/open-search/?query=test
>
> cheers,
> Andrea
>
> --
> Dr Andrea Schweer
> IRR Technical Specialist, ITS Information Systems
> The University of Waikato, Hamilton, New Zealand
>
>
>
>
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> List Etiquette:
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to