Hi,

i tried to index .xml files from wikipedia articles (
https://dumps.wikimedia.org/enwiki/20150702/) using the method, which is
proposed by solr tutorial (
https://wiki.apache.org/solr/DataImportHandler#Example:_Indexing_wikipedia).

I think that some fields are not indexed, because when i use q equal to *:*
and fl equal to * (
http://localhost:8983/solr/wikipedia/select?q=*%3A*&fl=*&wt=json&indent=true)
, i receive results only for "id" and "_version_"  .

Any idea which could be the problem?

Thank you in advance.

Best,
Kate

Reply via email to