reger
5f0bb1214f
modified FieldReIndex to reindex queries with low number of documents first
...
by using a internally a score map with number of documents as score
and working through the list from low to high.
10 years ago
Michael Peter Christen
15b2fad6a2
reverted latest change for reindexing because that works actually only
...
for internal Solr indexes. This is mainly caused by the fact that an
external Solr may be also a SolrCloud which do not support LukeRequests,
which are needed to request the old Schema.
11 years ago
Michael Peter Christen
e09218129c
remove check for local solr. This check was made during a time when Solr
...
was optional and another alternative metadata store was available. Since
that store is now removed, Solr is always available (internally or
externally)
11 years ago
reger
82d81a57bd
info msg if no embedded Solr http://bugs.yacy.net/view.php?id=279
12 years ago
reger
02fe8b43ba
Field Re-Indexing: display list of fields in reindex queue
...
change servlet to display statistic on 1st click (instead after refresh)
12 years ago
Michael Peter Christen
1fd006cc56
fixes using the embedded connector
12 years ago
reger
79401cb938
added reindex option for documents with disabled or obsolete fields to Solr Schema Editor page (IndexSchema_p.html)
...
this allows to remove obsolete fields from the index (according to current schema config)
by selecting all documents containig disabled fields.
12 years ago