I am using solrj as client for indexing documents on the solr server.
I am having problem while deleting the indexes by 'id' from the solr server.
I am using following code to ...
in my solr index,there is a field call price which is product 's price ,but when i import product records to solr,there have some record didn't have price,so there's some issue ...
When I delete solr's index files on disk, (found in /solr/data/index and solr/data/spellchecker), solr throws an exception whenever I try to make a request to it:
java.lang.RuntimeException: java.io.FileNotFoundException: no segments* ...
I have a big index, and during the indexation process there was an error. So to avoid reindexing which takes several days, I want to simply delete specific field and reindex. ...
I have documents in solr index that do not have date field. I want to remove all such documents. Following does not work, even though
date:[* TO *]
produces documents I want ...
I hope you can help me, here is my problem:
edit: Now that I re-thought, if there is a way to delete a term from the index, it would work anyway. Is ...
ok, this question might sound a bit weird, but i have tried to search for this info and could not find it.
i have a simple lucene index, that contains some demo ...