On Mon, Feb 4, 2013 at 11:00 PM, Lighton Phiri <lighton.ph...@gmail.com> wrote:
> I am struggling to figure out how to issue direct queries when using
> the 'Traditional'  Browse& Search index [1]? Something similar to this
> [2] wiki page. I am basically trying to directly access the index
> using a tool like CURL.

Hi Lighton,

the traditional indexes are stored in [dspace]/search. They're Lucene
indexes, not Solr. Solr is what provides the HTTP (and other)
interfaces and is (incidentally) also built on top of Lucene, but its
indexes are stored separately (in [dspace]/solr). So you cannot access
Lucene indexes via HTTP in out-of-the-box DSpace. You can look up
other methods of accessing the indexes, but first try to find out
whether your application can read the same data while DSpace is using
it (I think it should be possible). You'll have to find more info on
Lucene in general, I don't know much more. Of course, if you achieve
something useful, please write a wiki page like I did with the Solr
one, it might be useful to others.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
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