Administración de índice de búsqueda

The Search Index Management tool enables you to perform the following tasks:
  • Add/remove fields in an existing search index
  • Delete one or more search indexes

To add/remove fields to an existing search index:

  1. Seleccione Herramientas > Administración de índice de búsqueda. The Search Index Management pop-up window is displayed showing the existing search indexes.
  2. Select the index to be modified, and click Modify. The Modify Index page is displayed showing a list of all the fields in the search index with their details.
  3. To delete a field, select it from the list, and click Remove field.
  4. Para agregar u nuevo campo a la lista de campos, haga clic en Agregar. The Add Field pop-up window is displayed, which allows you to add the following details:
    • Field name: Enter the name of the field.
    • Type: Select the field type. The options are: string, integer, long, float, and double.
    • Index: Select the check-box to add it to the index for search query.
    • Store: Select the check-box to store the field.
    • Analyzer: From the list of options, select the analyzer you want to use for indexing the field.
      Nota: This option will be enabled only if you have selected to index this field.

To delete an existing search index:

  1. Seleccione Herramientas > Administración de índice de búsqueda.
  2. Seleccione los índices de búsqueda que desee eliminar.
  3. Haga clic en Eliminar.
  4. Haga clic en Cerrar.
Nota: También puede eliminar un índice de búsqueda mediante el uso de la Utilidad de administración. El comando es index delete --n IndexName, donde "IndexName" es el nombre del índice que desea borrar.