Execution exception
IllegalStateException occured : Please re-index, not all indexed items
are available in the database
In {module:elasticsearch-0.4}/app/controllers/elasticsearch/
ElasticSearchController.java (around line 366)
362:
Query query = (Query) ElasticSearch.query(qb, entityClass);
363:
// FIXME Currently we ignore the orderBy and order fields
364:
query.from((page - 1) * getPageSize()).size(getPageSize());
365:
query.hydrate(true);
366:
return query.fetch();
367:
368:
369:
}
370:
371:
/**
372:
* Find by id.
This exception has been logged with id 6adhkiajc
Elastic search was working perfectly suddenly it gave me this error
for no reason without me changing the code. the highlighted part is
return query.fetch();
Execution exception
IllegalStateException occured : Please re-index, not all indexed items
are available in the database
In {module:elasticsearch-0.4}/app/controllers/elasticsearch/
ElasticSearchController.java (around line 366)
362:
Query query = (Query) Elasticsearch.query(qb,
entityClass);
363:
// FIXME Currently we ignore the orderBy and order
fields
364:
query.from((page - 1) *
getPageSize()).size(getPageSize());
365:
query.hydrate(true);
366:
return query.fetch();
367:
368:
369:
}
370:
371:
/**
372:
* Find by id.
This exception has been logged with id 6adhkiajc
Elastic search was working perfectly suddenly it gave me this error
for no reason without me changing the code. the highlighted part is
return query.fetch();
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.