On May 26, 2009, at 9:39 AM, Jörg Agatz wrote:
fields in index:
extension, title, url, last-modified, size, some oter...
136 Documents in the index
when i do this:
http://192.168.105.54:8983/solr/itas/?q=summary%3Aplesnik&version=2.2&start=0&rows=10&indent=on&wt=velocity&v.template=browse
I get Nothing back from solritas
you're searching on summary:Aplesnik - that wasn't listed in the
fields above.
0 results found in 30 ms
if i do this (Frontpage)
http://192.168.105.54:8983/solr/itas/?
i Get:
136 results found in 38 ms
i see all documents.
Right, because without a query it falls back to doing a *:* (match all
documents) query in order to show facets.
when i use the Original Test index, i become resurlts, somthing
wrong, but
what?
Add &debugQuery=true to see what the query is parsed to (set wt=xml to
see the details).
Sounds like it's just purely working out the basics of what field(s)
you want to search on, and indexing them properly.
Erik