Problem retaining PDF text

2016-04-13 Thread Alan G Quan
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

Field Definitions Ignored

2016-06-07 Thread Alan G Quan
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