I write my own code to index some data files myself. It was all working. Once I modified the schema.xml
file, now i get internal server error that i have no ide
Exception IndexNotFoundException signals that no index was found in the Directory. Possibly because the directory is empty, however can also indicate an index corruption.
So you should:
index
directory or restore data from backups.As you can see from your log file Solr/Lucene can't find the segments file within the data directory.
If you remove the data directory, Solr will recreate a brand new index (empty, of course)automatically on startup. From the error it seems that your data directory is there, but with some file missing. Since I understood that you are willing to reindex everything, you can fix the error just deleting your index directory and then reindex.