On 1/15/2013 1:37 PM, hassancrowdc wrote:
After indexing data from database to solr. I want to search such that if i
write any word (that is included in the documents been indexed) it should
return all the documents that include that word. But it does not. When i
write http://localhost:8983/solr/select?q=anyword   i gives me error.

You haven't told it which core (or collection if using SolrCloud) you want to search.

http://localhost:8983/solr/corename/select?q=anyword

Reply via email to