|
dtSearch Text Retrieval Engine -- Java API
|
|
Method |
Description |
|
The date that the document was originally created. | |
|
The DocDisplayName is a user-friendly version of the filename, which the dtSearch end-user product displays in search results. If blank, the DocName will be used. | |
|
In DocFields, supply any fielded data you want the dtSearch Engine to index. DocFields consists of a series of pairs of field names and values, with tab characters (chr$(9)) between them. | |
|
If True, DocName will be interpreted as the name of a file to be indexed, and dtSearch will index the contents of the file along with any data provided in DocText and DocFields. The DocModifiedDate will still be used as the modification date of the document. | |
|
The date that the document was last modified. | |
|
The DocName is the name of the document, as you want it to appear in search results. This can be any legal Win32 filename. | |
|
In DocText, supply the text you want the dtSearch Engine to index. This must be plain text that dtSearch can index directly. If you need to index text that is in a document, you can use a FileConverter to convert the document data to plain text. | |
|
Get the next document from the data source. The document information is stored in the properties. GetNextDoc returns true if it succeeds, false if there are no more documents. | |
|
Initialize the data source so that the next GetNextDoc call will return the first document. Returns true if it succeeds, or false if there are no documents to index. |
|
Copyright (c) 1998-2008 dtSearch Corp. All rights reserved.
|