2013/8/5 Andrea Schweer <[email protected]>

> If you have command line access to your server, could you try querying
> solr directly to check how many items have dc.type indexed at all? This
> might help determine whether the problem is in the user interface or
> somewhere deeper. Something like this should work:
>
> curl --globoff
> "
> http://127.0.0.1:8080/solr/search/select?indent=true&rows=0&q=dc.type:[*+TO+*]
> "
>
> In the output you should get a line similar to this one:
>
> <result name="response" numFound="12345" start="0"/>
>

Thank you Andrea.
It seems SOLR has indexed dc.type correctly:
<response>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">146</int>
<lst name="params">
<str name="indent">true</str>
<str name="rows">0</str>
<str name="q">dc.type:[* TO *]</str>
</lst>
</lst>
<result name="response" numFound="260514" start="0"/>
</response>

This is the exact quantity of items in the repository.


Ats,

Alcides Carlos de Moraes Neto
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
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

Reply via email to