abhilashLenka
abhilashLenka

Reputation: 101

Solr index doesn't load automatically on startup

  1. Hi, I'm using solr 4.6.1 and when I start up the system solr doesn't automatically index the database, nor does it access the data previously indexed. How can i do it?
  2. Also when i press execute on the dataimport handler tab after selecting the table and trying full-import, it shows "indexing" but doesn't really come out of it till i press refresh status. Is it a bug?

Upvotes: 0

Views: 847

Answers (1)

user3331198
user3331198

Reputation: 184

  1. Solr never use auto index .. you have to tell solr to index data using UI or command line.
  2. Its not error you either tick auto refresh button or refresh after indexing.

Upvotes: 1

Related Questions