Hi all, I've been working with Solr for a few weeks and have gotten SolrJ to connect to it, index, search documents.
However I am having an issue when a document is committed. When a document is committed it does not show in the search results if I do a *:* search, but if I search for it with some text then it is shown in the results. Only when another document is committed, the previous document is found when I do a *:* search Is this because of the SolrJ client or do I have to pass additional parameters to commit() ? Thanks in advance. Regards, Indika