Solr match all aka *:* does not work
Posted
by Karussell
on Stack Overflow
See other posts from Stack Overflow
or by Karussell
Published on 2010-06-05T19:24:11Z
Indexed on
2010/06/05
20:32 UTC
Read the original article
Hit count: 202
Don't know what I did wrong. I have two indices with identical documents in it. The local index was replicated from a master which responds correctly, so the same solrconfig.xml and schema.xml file. But if I query the index on my local machine with *:*
I get 0 docs. (other queries on my local machine are working correct)
I tried jetty and tomcat for the local index. no success.
The *:*
behaviour is crucial for me, because some test cases are failing now. Do you have an idea what could be wrong?
© Stack Overflow or respective owner