On Thu, Dec 6, 2012 at 10:54 AM, Umair Kayani <[email protected]> wrote: > Well I am already looking in to these pages for my understanding. As for > solr I am not good with it as I am very new with this solr thing. Secondly > whenever I hit solr web app the welcome page shows me three admin links i.e. > Admin search, Admin Stats and admin oai. But when I hit only for > http://localhost:8080/solr/search/ it gives me error 404. Why it's like that, > am I doing something wrong.
No, that's standard Solr behaviour. /solr/ gives you the list of cores (search, statistics, oai) with links to their Solr admin pages (/solr/[core]/admin/). But the search URL is http://localhost:8080/solr/[core]/select?q= followed by an URL-encoded query. For search core, the query is the same thing (same syntax) you would enter into the search box (if Discovery is enabled). You can also enter the search query in a form in the Solr admin interface. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

