java - Can you delete a field from a document in Solr index? -
i have big index, , during indexation process there error. avoid reindexing takes several days, want delete specific field , reindex. there suggestion?
you cannot. solution document, store temporarily in memory, delete it, update required field (remove, add) , add document index.
Comments
Post a Comment