I am indexing PDF documents in Solr 5.3.0 like this:
curl
"http://localhost:8983/solr/mycore1/update/extract?literal.id=101&commit=true";
-F "myfile=@101.pdf".
This works fine and I can search for keywords in the PDF text in Solr and it
finds the document correctly. But when I make any subseque
Solr seems to ignore my field definitions in schema.xml. I have defined many
fields, each using the standard syntax, e.g.,:
These fields are defined but not yet populated with data. Solr reads the
schema.xml with no problem on startup, and the core using that schema is
created successfully, b