You are here: Appendix H: Solving common problems > Troubleshooting full-text indexing

Troubleshooting full-text indexing

Meridian Enterprise Server runs background tasks to extract text from documents for full-text indexing.

The task processes each document as follows

  1. Copies the document content to the folder %TEMP%\BCTemp\
  2. Starts a separate process to generate the full-text data.
  3. Retrieves the result and store it in the database
  4. Removes the temporary file

The BlueCielo Explorer server uses the normal SQL Server or Oracle full-text search feature.

It uses a full-text index on two columns in two tables:

To populate the first table, generate the full-text indexes as described in Configuring full-text indexing. This should be done using a scheduled job to make sure that new documents are indexed. This will run the background task. This executes the IFilter for each document based on its file extension. The result depends on the design of the IFilter.

To populate the second table, rebuild the property indexes as described in Configuring item names and indexing. This is only required after including new properties in the search.

To troubleshoot full-text searches:

  1. Confirm that the full text index feature of SQL Server or Oracle is enabled and the catalog (DocContentIndex) is created.
  2. Confirm that the values you searched for are present in one of the Document*Index tables. If the values are not present, confirm that the IFilter is working properly.

    To check the IFilter result from the command prompt:

    1. Run the BCSyncUtil.exe program with the following arguments. By default, it resides in the folder C:\Program Files\BC-Meridian\Enterprise Server:

      BCSyncUtil.exe /CIdx /InFile:"C:\temp\MyTestFile" /OutFile:"C:\temp\output.txt"

      Or if the IFilter is 32-bit when shown as described in Viewing the full-text filters

      BCSyncUtil32.exe /CIdx /InFile:"C:\temp\MyTestFile" /OutFile:"C:\temp\output.txt"

If the IFilter is working properly, the output file will contain the text extracted from the file.

Related tasks

Solving common problems 

Troubleshooting thumbnail image generation


www.bluecieloecm.com