Search Command - Test Your Search Index Contents

This command will allow you to test your index:

>SeekerConsole.exe --search <query>

Running searches against an index can be useful for testing an index after modifications are made to the document specification. For example, if the severity of the Case is added as a custom field in the document specification, it can be tested using the following syntax "--search severity:high".

The following is an example of using Seeker Console to search the index.

>seekerconsole.exe --search Case

Dovetail Seeker Console - version 2.0.5.9319
INFO  11:02:58 Dovetail.Search.Console.ConsoleController - Executing search command (Search the Seeker index. Requires additional search query argument.).
INFO  11:02:59 Dovetail.Search.Indexing.IndexWriterBoundary - Index opened.
INFO  11:02:59 Dovetail.Search.SearchService - Searching for 'case' returned 81 hits
---
case case to find
*** PHONE LOG 7/28/2010 1:22:00 PM sa Action Type: Incoming call
this is a sample case
---

See Also

Seeker Console

Index Command - Create or Update Your Search Index

Re-Indexing Command - Regenerate All or Part Of Your Index

Optimize Command - Improve Search Performance

Running Seeker Console as a Scheduled Task

Next

Optimize Command - Improve Search Performance

Search Command - Test Your Search Index Contents