Difference between revisions of "FulltextSearchOptions"
From LogicalDOC Community Wiki
Jump to navigationJump to searchLine 35: | Line 35: | ||
| String[] | | String[] | ||
| yes | | yes | ||
− | | the fields of the documents in which will be searched the search expression. The fields can be: "content", "tags", "title", "customId", "source", "coverage", "sourceAuthor", "type" | + | | the fields of the documents in which will be searched the search expression. The fields can be: "content", "tags", "title", "customId", "source", "coverage", "sourceAuthor", "type" |
|- | |- | ||
| language | | language | ||
Line 45: | Line 45: | ||
| Date | | Date | ||
| yes | | yes | ||
− | | the minimum date in which the searched document was inserted into the application | + | | the minimum date in which the searched document was inserted into the application |
|- | |- | ||
| dateTo | | dateTo | ||
| Date | | Date | ||
| yes | | yes | ||
− | | the maximum date in which the searched document was inserted into the application | + | | the maximum date in which the searched document was inserted into the application |
|- | |- | ||
| sourceDateFrom | | sourceDateFrom |
Revision as of 15:38, 2 May 2011
The options for a Fulltext search.
Property | Type | Nullable | Comment |
expressionLanguage | String | no | the language of the search expression |
sizeMin | long | yes | the minimum size in bytes of the searched document |
sizeMax | long | yes | the maximum size in bytes of the searched document |
folderId | long | yes | the identifier of the folder of the searched document |
searchInSubPath | boolean | yes | if true, the documents will be searched also into the subfolders of the folder with the given 'folderId' |
fields | String[] | yes | the fields of the documents in which will be searched the search expression. The fields can be: "content", "tags", "title", "customId", "source", "coverage", "sourceAuthor", "type" |
language | String | yes | the language of the searched document |
dateFrom | Date | yes | the minimum date in which the searched document was inserted into the application |
dateTo | Date | yes | the maximum date in which the searched document was inserted into the application |
sourceDateFrom | Date | yes | the minimum source date of the searched document |
sourceDateTo | Date | yes | the maximum source date of the searched document |
creationFrom | Date | yes | the minimum creation date of the searched document |
creationTo | Date | yes | the maximum creation date of the searched document |
template | long | yes | the identifier of the template of the searched document |