Solr indexing but numdocs returned 0 -


i have solr 4.2 setup. data import runs , raw status output is:

indexing completed. added/updated: 19,162 documents. deleted 0 documents. (duration: 24s) requests: 1 (0/s), fetched: 19,162 (798/s), skipped: 0, processed: 19,162 (798/s) started: less minute ago

it seems indexes fetched, processed , committed.

but numdocs field on overview still returning 0, , searching using : returning nothing.

have commited results? if using solr ui there tick-box that. if you're making http call try adding "commit=true"

solr's dih documentation says default true, think changed around 4.0


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -