Re: date field in the schema causing a problem

2015-08-10 Thread Scott Derrick
Chris, mucho thanks. The solr.RegexReplaceProcessorFactory looks like what I need. What a fantastic search engine this is! thanks again, Scott On 8/10/2015 5:21 PM, Chris Hostetter wrote: : : : : Most documents have a correctly formatted date string and I would like to keep : that data

Re: date field in the schema causing a problem

2015-08-10 Thread Chris Hostetter
: : : : Most documents have a correctly formatted date string and I would like to keep : that data available for search on the date field. ... : I realize it is complaining because the date string isn't matching the : data_driven_schema file. How can I coerce it into allowing the non-st

date field in the schema causing a problem

2015-08-10 Thread Scott Derrick
I'm attempting to index my data. Which are autogenerated html documents, the source being TEI(xml) documents. I created the collection with sudo su - solr -c "/opt/solr/bin/solr create -c mbepp -n data_driven_schema_configs" I'm indexing with find . -mindepth 2 -not -name "person_*.*" -not