FulltextSearchOptions: Difference between revisions
From LogicalDOC Community Wiki
Jump to navigationJump to search
New page: {| cellspacing="1" cellpadding="3" border="1" |- | bgcolor="#dddddd" | '''Property''' | bgcolor="#dddddd" | '''Type''' | bgcolor="#dddddd" | '''Nullable''' | bgcolor="#dddddd" | '''Comme... |
No edit summary |
||
Line 30: | Line 30: | ||
| yes | | yes | ||
| if true, the documents will be searched also into the subfolders of the folder | | if true, the documents will be searched also into the subfolders of the folder | ||
|- | |||
| fields | |||
| String[] | |||
| yes | |||
| the fields of the documents in which will be searched the search expression. The fields can be: "content", "tags", "title". | |||
|- | |||
| 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 | |||
|} | |} | ||
<br> | <br> |
Revision as of 16:11, 28 April 2011
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 |
fields | String[] | yes | the fields of the documents in which will be searched the search expression. The fields can be: "content", "tags", "title". |
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 |