On 25-May-07, at 2:49 AM, Burkamp, Christian wrote:
Thierry,
If you always start from scratch you could even reset the index
completely (i.e. delete the index directory). Solr will create a
new index automatically at startup.
This will also make indexing and optimizing much faster for an
Just to be clear, [* TO *] does not necessarily return all
documents. It returns all documents that have a value in the
specified (or default) field. Be careful with that! *:*, however,
does match all documents.
Erik
On May 25, 2007, at 5:49 AM, Burkamp, Christian wrote:
Thi
Thierry,
If you always start from scratch you could even reset the index completely
(i.e. delete the index directory). Solr will create a new index automatically
at startup.
If you don't like to delete the files another approach would be to use a query
that returns all documents. You do not nee