You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@comments.apache.org on 2017/12/01 12:12:52 UTC

Akshay Puri commented on https://lucene.apache.org/solr/guide/6_6/indexing-and-basic-data-operations.html

Hello,
    Akshay Puri has commented on https://lucene.apache.org/solr/guide/6_6/indexing-and-basic-data-operations.html. 
    You can find the comment here:
    https://lucene.apache.org/solr/guide/6_6/indexing-and-basic-data-operations.html#comment_7190
    Please note that if the comment contains a hyperlink, it must be approved
    before it is shown on the site.

    Below is the reply that was posted:
    ~~~~
    This can be 2 step process:

1) Delete the existing indexing: Send a query from the Solr query browser with /update request handler and Raw Query Parameters - commit=true&stream.body=<delete><query>*:*</query></delete>
2) You can index all your documents through command line tool or query browser using data import handler.


    ~~~~

    With regards,
    Apache Solr Reference Guide.

    You are receiving this email because you have subscribed to changes for the solr-refguide site.
    To stop receiving these emails, unsubscribe from the mailing list that is providing these notifications.