Re: How to create my schema and add document, thank you

2018-04-06 Thread Raymond Xie
Thanks. I have moved this to the next stage: 1. 3 fields are to be extracted from the raw files, the location of the raw file is the fourth field, all the 4 fields become a document 2. Only the 3 fields will be index'ed? 3. The search result should be kind of re-formatted to include the 3 fields

Re: How to create my schema and add document, thank you

2018-04-05 Thread Adhyan Arizki
Raymond, 1. Please ensure your Solr instance does indeed load up the correct managed-schema file. You do not need to create the file, it should have been created automatically in the newer version of Solr out of the box. you just need to edit it 2. Have you reload your instance after you made the