Fulltext index creation
To be able to do fulltext browsing it is necessary first to create a fulltext index.The fultext index of dmmFTS.x32 is represented by a special file, with fts extension. With dmmFTS.x32 it is possible to get the following types of indexers for fulltext index generation. The indexers differs depending on type of the input files.
Indexer
dmmFTSIndexer |
|
This indexer is to build "Text" and "Field" fulltext indexes saved in cast memeber in Director Macromedia. |
dmmFTSIndexerFile |
|
This indexer is to build html, rvf, rtf, and txt fulltext indexes. The indexer is a separate external exe application. |
dmmFTSIndexerMDB
|
|
This indexer is to build fulltext indexes from Access (mdb) files. The indexer is a separate external exe application. |
dmmFTSIndexerXLS
(under construction) |
|
This indexer is to build fulltext indexes from Excel files. The indexer is a separate external exe application. |
Fulltext searching use
If you,using the indexer, created a fulltext index, that is saved, for example in demo.fts, this fts file and the library XTRA dmmFTS.x32 are then enough for all the later work in Director or Authorware. |