Shawn, The guy left the job. And the pass word is gone.
On Wed, Nov 22, 2023, 10:22 AM Shawn Heisey <elyog...@elyograg.org.invalid> wrote: > On 11/20/23 20:22, Vince McMahon wrote: > > I need some help to clarify a schema.xml I am trying to find out where > the > > fieldtype string is defined. > > > > I open the defination of the schema.xml from admin UI > > > https://localhost:8984/solr/cookbookCSV/admin/file?wt=json&_=1700536107495& > > file=schema.xml&contentType=text%2Fxml%3Bcharset%3Dutf-8 > > > > How can I find out: > > 1) the location of these 3 files, fieldTypes.xml, core.xml, and > pmatch.xml. > > It seems the fieldtypes and etc are defined there. > > 2) how to download a copy of these 3 files? > > These files are not used in Solr example configs. That config did NOT > come from the Solr project. > > You will need to talk to whoever supplied the schema to get those files. > > If that schema works, then those files must be somewhere on your system. > Exactly how to search for them will depend on what OS the system is > running. > > In the Solr 9.x example schemas, the string fieldType is defined like this: > > <fieldType name="string" class="solr.StrField" > sortMissingLast="true" docValues="true" /> > > Thanks, > Shawn > >