0
votes

I am trying to run solr, but when i search for something, it wont show any result and just the name of the searched text. I have enclosed my solrconfig.xml, data-config.xml & schema.xml in these pastebin files

Solrconfig.xml - http://pastebin.com/rf4ASMCs

Data-Config.xml - http://pastebin.com/NLf8iKbd

Schema.xml - http://pastebin.com/Mtqqp5dn

1
Searching qt=standard&q=*:* yields nothing? - Johan Sjöberg
Please check that indexing completes successfully by looking at the status of DataImportHandler. Also, please post the exact URL you are hitting and the response you get. - nikhil500
@Johan qt=standard&q=*:* returns all the fields but it also gives an error. Here is a screenshot of the output vvcap.net/db/byn48vTsje2_7IBIJmfp.htp - Jasneet
@Jasneet looks like that's working, what's the error? - Karl Johansson
@Karl the problem is I still can't search for particular keywords and also getting the error "the xml file does not appear to have any style information associated with it" - Jasneet

1 Answers

0
votes

Ok, so we concluded that searching using qt=standard&q=*:* works fine. Although it comes with a warning:

This XML file does not appear to have any style information associated with it. The document tree is shown below.

The warning has nothing to do with Solr but rather your browser (or browser plugin) telling that there is no associated style information. Actually, this isn't even a warning, it's an overly verbose information message which you can safely ignore.