How can I add data to dynamic fields when using solr's extract functionality?

I switched the schema definitions to store the data so I could see how the fields were being interpreted by Solr: field name="id" type="string" indexed="true" stored="true" required="true" /> I added "lowernames" to the parameters, set it to false, and voila, it worked!

I switched the schema definitions to store the data so I could see how the fields were being interpreted by Solr: After doing this, I found that all of the fields were getting switched to lowercase. I found my answer (wiki.apache.org/solr/ExtractingRequestHa...): lowernames=true|false - Map all field names to lowercase with underscores. For example, Content-Type would be mapped to content_type.

By default "lowernames" is set to true. I added "lowernames" to the parameters, set it to false, and voila, it worked!

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions