On Sep 3, 2009, at 1:24 AM, SEZNEC Bruno wrote:

Hi,

Following solr tuto,
I send doc to solr by request :
curl
'http://localhost:8983/solr/update/extract?literal.id=doc1&uprefix=attr_&map .
content=attr_content&commit=true' --F "myfi...@oxiane.pdf"
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">23717</int></lst>
</response>

Reply seems OK, content is in the index,
but after no query match the doc...

Not even a *:* query? What queries are you trying? What's your default search field? What does the query parse to, as seen in the response using &debugQuery=true ? Likely the problem is that you aren't searching on the field the content was indexed into, or that it was not analyzed as you need.

        Erik

Reply via email to