Hi everyone! I've a question: Is there a way to update a document in Solr (v. 1.4) and that document is ready for searches without a reindex?
Let me put it this way: My index is filled with documents like, say, DOC_ID, STATUS and TEXT fields. What if I want to update the TEXT field and see that change immediately in the Solr's Index. Thanks