Hi,

On 06/08/13 10:09, Alcides Carlos de Moraes Neto wrote:
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.

Yes, that looks like your discovery index is correct. So either something is going wrong during querying or the metadata values aren't what you expect.

What numFound value do you get for this query:

curl --globoff "http://127.0.0.1:8080/solr/search/select?indent=true&rows=0&q=dc.type:text"

Is it 2141 like when you do a search for dc.type=text via the user interface?

cheers,
Andrea

-- 
Dr Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand


------------------------------------------------------------------------------
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=48897031&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