How to get maximum number of results using content presenter taskflow

Hello Friends,
I am using 11.1.1.6,
Below is the query is getting executed while content presenter taskflow get executed, Though I have more than 100 results in UCM, I am always getting only 25. Is there anywhere I can configure to fetch maximum number of results ? Though I set maxResults = 200, It always returns 25.
SELECT * FROM ora:t:IDC:GlobalProfile WHERE ora:p:xRegionDefinition = 'NEWS_REG_DEF' AND ora:p:xArchiveFlag='Yes' and ora:p:xDocumentSortDate > TIMESTAMP '2014-01-01T00:00:00.000+00:00' and ora:p:xDocumentSortDate < TIMESTAMP '2014-12-31T00:00:00.000+00:00' ORDER BY ora:p:xDocumentSortDate DESC
Page Def.xml : here the taskflow entries configured in page def xml file
<taskFlow id="doclibcontentpresenter2"
              taskFlowId="/oracle/webcenter/doclib/view/jsf/taskflows/presenter/contentPresenter.xml#doclib-content-presenter"
              activation="deferred"
              xmlns="http://xmlns.oracle.com/adf/controller/binding"
              Refresh="ifNeeded"
              RefreshCondition="#{requestScope.pRefreshArchiveNewsSction='Y'}">
      <parameters>
        <parameter id="taskFlowInstId" value="${'myinst'}"/>
        <parameter id="datasourceType" value="${'dsTypeQueryExpression'}"/>
        <parameter id="datasource"
                   value="#{backingBeanScope.ArchiveBean.contentQuery}"/>
        <parameter id="templateCategory" value="${''}"/>
        <parameter id="templateView" value="${'templates.archive.list'}"/>
        <parameter id="regionTemplate" value="${'false'}"/>
        <parameter id="maxResults" value="200"/>
      </parameters>
    </taskFlow>

Hi Dan,
Here is the detailed logs
searchcache/6
02.19 15:21:14.656
SearchCache
Approximately 0% of the available cache space is used.
>searchquery/7
02.19 15:23:53.642
IdcServer-14885
Query by [email protected] from CIS
>searchquery/6
02.19 15:23:53.643
IdcServer-14885
preparedQueryText: ( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2013-01-01 00:00:00`) <and> (xDocumentSortDate<`2013-12-31 00:00:00`)))) )
>searchquery/6
02.19 15:23:53.643
IdcServer-14885
Setting substr to other operator conv flag: '( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2013-01-01 00:00:00`) <and> (xDocumentSortDate<`2013-12-31 00:00:00`)))) )'
>searchqueryparse/6
02.19 15:23:53.643
IdcServer-14885
Into parse of UniversalSearchQuery for: ( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2013-01-01 00:00:00`) <and> (xDocumentSortDate<`2013-12-31 00:00:00`)))) )
>searchqueryparse/6
02.19 15:23:53.643
IdcServer-14885
Into parseQueryEx of UniversalSearchQueryParser for queryArr : ( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2013-01-01 00:00:00`) <and> (xDocumentSortDate<`2013-12-31 00:00:00`)))) )
>searchquery/6
02.19 15:23:53.643
IdcServer-14885
Parsing universal query: '( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2013-01-01 00:00:00`) <and> (xDocumentSortDate<`2013-12-31 00:00:00`)))) )'
>searchquery/6
02.19 15:23:53.643
IdcServer-14885
Processing callback on query value 'NEWS_REG_DEF'
>searchqueryparse/6
02.19 15:23:53.643
IdcServer-14885
Into appendClauseElement CommonSearchConfig with operator : equals value : NEWS_REG_DEF
>searchqueryparse/6
02.19 15:23:53.643
IdcServer-14885
Processing actions list size : 1 on the input value : xRegionDefinition with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:53.643
IdcServer-14885
Processing action number : 0 : prefix on the input value : xRegionDefinition with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:53.643
IdcServer-14885
Processing actions list size : 2 on the input value : NEWS_REG_DEF with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:53.643
IdcServer-14885
Processing action number : 0 : upperCase on the input value : NEWS_REG_DEF with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:53.643
IdcServer-14885
Processing action number : 1 : escape on the input value : NEWS_REG_DEF with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:53.643
IdcServer-14885
Processed escape with '' resulting in value :NEWS_REG_DEF
>searchqueryparse/6
02.19 15:23:53.643
IdcServer-14885
Processed escape with _ resulting in value :NEWS_REG_DEF
>searchqueryparse/6
02.19 15:23:53.643
IdcServer-14885
Processed escape with \- resulting in value :NEWS_REG_DEF
>searchqueryparse/6
02.19 15:23:53.643
IdcServer-14885
Processed escape with \_ resulting in value :NEWS\_REG\_DEF
>searchqueryparse/6
02.19 15:23:53.643
IdcServer-14885
Processed escape with \, resulting in value :NEWS\_REG\_DEF
>searchqueryparse/6
02.19 15:23:53.643
IdcServer-14885
Into appendClauseElement CommonSearchConfig with operator : and value :
>searchquery/6
02.19 15:23:53.643
IdcServer-14885
Processing callback on query value 'Yes'
>searchqueryparse/6
02.19 15:23:53.643
IdcServer-14885
Into appendClauseElement CommonSearchConfig with operator : equals value : Yes
>searchqueryparse/6
02.19 15:23:53.643
IdcServer-14885
Processing actions list size : 1 on the input value : xArchiveFlag with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:53.643
IdcServer-14885
Processing action number : 0 : prefix on the input value : xArchiveFlag with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:53.643
IdcServer-14885
Processing actions list size : 2 on the input value : Yes with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:53.643
IdcServer-14885
Processing action number : 0 : upperCase on the input value : Yes with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:53.644
IdcServer-14885
Processing action number : 1 : escape on the input value : YES with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:53.644
IdcServer-14885
Processed escape with '' resulting in value :YES
>searchqueryparse/6
02.19 15:23:53.644
IdcServer-14885
Processed escape with _ resulting in value :YES
>searchqueryparse/6
02.19 15:23:53.644
IdcServer-14885
Processed escape with \- resulting in value :YES
>searchqueryparse/6
02.19 15:23:53.644
IdcServer-14885
Processed escape with \_ resulting in value :YES
>searchqueryparse/6
02.19 15:23:53.644
IdcServer-14885
Processed escape with \, resulting in value :YES
>searchqueryparse/6
02.19 15:23:53.644
IdcServer-14885
Into appendClauseElement CommonSearchConfig with operator : and value :
>searchquery/6
02.19 15:23:53.644
IdcServer-14885
Processing callback on query value '2013-01-01 00:00:00'
>searchqueryparse/6
02.19 15:23:53.644
IdcServer-14885
Into appendClauseElement CommonSearchConfig with operator : dateGreater value : 2012/12/31 18:00:00
>searchqueryparse/6
02.19 15:23:53.644
IdcServer-14885
Into appendClauseElement CommonSearchConfig with operator : and value :
>searchquery/6
02.19 15:23:53.644
IdcServer-14885
Processing callback on query value '2013-12-31 00:00:00'
>searchqueryparse/6
02.19 15:23:53.644
IdcServer-14885
Into appendClauseElement CommonSearchConfig with operator : dateLess value : 2013/12/30 18:00:00
>searchquery/6
02.19 15:23:53.644
IdcServer-14885
Converted native query: '((( SDATA(sdxRegionDefinition LIKE 'NEWS\_REG\_DEF') )  and  (( SDATA(sdxArchiveFlag LIKE 'YES') )  and  (( SDATA(xDocumentSortDate > '2012/12/31 18:00:00') )  and  ( SDATA(xDocumentSortDate < '2013/12/30 18:00:00') )))))'
>searchquery/7
02.19 15:23:53.644
IdcServer-14885
assigning connection
>searchquery/6
02.19 15:23:53.644
IdcServer-14885
!csMonitorActiveDbConnections,1
>searchquery/6
02.19 15:23:53.644
IdcServer-14885
Connection is added to active connections with key of '[ACTIVE] ExecuteThread: '35' for queue: 'weblogic.kernel.Default (self-tuning)''.
>searchquery/6
02.19 15:23:53.644
IdcServer-14885
query(live): (((((((((((( SDATA(sdxRegionDefinition LIKE 'NEWS\_REG\_DEF') )  and  (( SDATA(sdxArchiveFlag LIKE 'YES') )  and  (( SDATA(xDocumentSortDate > '2012/12/31 18:00:00') )  and  ( SDATA(xDocumentSortDate < '2013/12/30 18:00:00') )))))))))))))) [1,51] sort(xDocumentSortDate DESC)
>search/6
02.19 15:23:53.688
IdcServer-14885
Start parsing drill down fields with SAX...
>search/6
02.19 15:23:53.691
IdcServer-14885
Completed parsing 1 groups.
>search/7
02.19 15:23:53.692
IdcServer-14885
ResultSetInterface results: <ctx_result_set><hitlist><hit><sdata name="DID">11489</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006063</sdata><score>100</score></hit><hit><sdata name="DID">16132</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006403</sdata><score>100</score></hit><hit><sdata name="DID">13513</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006591</sdata><score>100</score></hit><hit><sdata name="DID">11319</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006003</sdata><score>100</score></hit><hit><sdata name="DID">17043</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004050</sdata><score>100</score></hit><hit><sdata name="DID">16477</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006407</sdata><score>100</score></hit><hit><sdata name="DID">16162</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006593</sdata><score>100</score></hit><hit><sdata name="DID">16010</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006399</sdata><score>100</score></hit><hit><sdata name="DID">10524</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005609</sdata><score>100</score></hit><hit><sdata name="DID">10777</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005601</sdata><score>100</score></hit><hit><sdata name="DID">10508</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005600</sdata><score>100</score></hit><hit><sdata name="DID">10476</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005585</sdata><score>100</score></hit><hit><sdata name="DID">12427</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006397</sdata><score>100</score></hit><hit><sdata name="DID">16333</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005580</sdata><score>100</score></hit><hit><sdata name="DID">17080</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004051</sdata><score>100</score></hit><hit><sdata name="DID">15926</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006482</sdata><score>100</score></hit><hit><sdata name="DID">16857</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003963</sdata><score>100</score></hit><hit><sdata name="DID">16895</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003964</sdata><score>100</score></hit><hit><sdata name="DID">16487</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006481</sdata><score>100</score></hit><hit><sdata name="DID">12431</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006485</sdata><score>100</score></hit><hit><sdata name="DID">16813</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003977</sdata><score>100</score></hit><hit><sdata name="DID">9569</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005342</sdata><score>100</score></hit><hit><sdata name="DID">16814</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003978</sdata><score>100</score></hit><hit><sdata name="DID">17045</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004056</sdata><score>100</score></hit><hit><sdata name="DID">12246</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006478</sdata><score>100</score></hit><hit><sdata name="DID">15911</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005652</sdata><score>100</score></hit><hit><sdata name="DID">16775</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003999</sdata><score>100</score></hit><hit><sdata name="DID">11925</sdata><sdata name="SDDDOCNAME">VMOHSKEND05482000776</sdata><score>100</score></hit><hit><sdata name="DID">15639</sdata><sdata name="SDDDOCNAME">VMOHSKEND05482000763</sdata><score>100</score></hit><hit><sdata name="DID">16865</sdata><sdata name="SDDDOCNAME">VMOHSKEND05482000770</sdata><score>100</score></hit><hit><sdata name="DID">10100</sdata><sdata name="SDDDOCNAME">VMOHSKEND05482000741</sdata><score>100</score></hit><hit><sdata name="DID">17116</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004054</sdata><score>100</score></hit><hit><sdata name="DID">9015</sdata><sdata name="SDDDOCNAME">VMOHSKEND05482000801</sdata><score>100</score></hit><hit><sdata name="DID">16474</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006061</sdata><score>100</score></hit></hitlist><count>34</count><groups sdata="SDDRILLDOWN"><group value="Document,insight_application1,"><count>34</count></group></groups></ctx_result_set>
>search/7
02.19 15:23:53.692
IdcServer-14885
Trace:
search/7
02.19 15:23:53.692
IdcServer-14885
ctx_query.result_set start time:15:23:53.64
search/7
02.19 15:23:53.692
IdcServer-14885
ctx_query.result_set   end time:15:23:53.66
search/7
02.19 15:23:53.692
IdcServer-14885
Result parsing start time: 15:23:53.66
search/7
02.19 15:23:53.692
IdcServer-14885
Result parsing   end time: 15:23:53.67
search/7
02.19 15:23:53.692
IdcServer-14885
SELECT dDocName,dDocTitle,dDocType,dSecurityGroup,dInDate,xArchiveFlag,xHidden,xWebsiteObjectType,xWebsiteSection,xDontShowInListsForWebsites,dRevisionID,dDocCreator,dWebExtension,xUpdateContentType,xSubmitForApproval,xFilesAllowed,xRegionDefinition,xWCWorkflowAssignment,dDocCreatedDate,dCreateDate,xWCTags,dOriginalName,xNewsType,dFormat,dPublishType,dDocFunction,dDocAuthor,VaultFileSize,dDocLastModifier,xWebFlag,dOutDate,dGif,dExtension,dDocLastModifiedDate,xClbraRoleList,xInhibitUpdate,URL,AlternateFormat,WebFileSize,xClbraUserList,dDocOwner,xReadOnly,dRevClassID,xWCWorkflowApproverUserList,xCollectionID,xComments,xPartitionId,dRevLabel,xStorageRule,dFullTextFormat,xWebsites,xDocumentSortDate,dRendition2,dRendition1,dID,xReadyForReplication,dDocAccount,xReadMoreURL,xIdcProfile,xClbraAliasList,otsFormat,otsCharset,otsLanguage FROM IdcText2 WHERE dID IN (11489,16132,13513,11319,17043,16477,16162,16010,10524,10777,10508,10476,12427,16333,17080,15926,16857,16895,16487,12431,16813,9569,16814,17045,12246,15911,16775,11925,15639,16865,10100,17116,9015,16474)
search/7
02.19 15:23:53.692
IdcServer-14885
Meta query start time: 15:23:53.67
search/7
02.19 15:23:53.692
IdcServer-14885
Meta query end time:15:23:53.67
>searchquery/6
02.19 15:23:53.692
IdcServer-14885
!csMonitorActiveDbConnections,0
>searchquery/6
02.19 15:23:53.692
IdcServer-14885
Connection is removed from active connections with key of '[ACTIVE] ExecuteThread: '35' for queue: 'weblogic.kernel.Default (self-tuning)''.
>searchquery/6
02.19 15:23:53.692
IdcServer-14885
release pool connection
>searchquery/6
02.19 15:23:53.708
IdcServer-14885
Execution time is 65 ms.
>searchquery/7
02.19 15:23:53.945
IdcServer-14886
Query by [email protected] from CIS
>searchquery/6
02.19 15:23:53.946
IdcServer-14886
preparedQueryText: ( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2013-01-01 00:00:00`) <and> (xDocumentSortDate<`2013-12-31 00:00:00`)))) )
>searchquery/6
02.19 15:23:53.946
IdcServer-14886
Setting substr to other operator conv flag: '( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2013-01-01 00:00:00`) <and> (xDocumentSortDate<`2013-12-31 00:00:00`)))) )'
>searchqueryparse/6
02.19 15:23:53.946
IdcServer-14886
Into parse of UniversalSearchQuery for: ( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2013-01-01 00:00:00`) <and> (xDocumentSortDate<`2013-12-31 00:00:00`)))) )
>searchqueryparse/6
02.19 15:23:53.946
IdcServer-14886
Into parseQueryEx of UniversalSearchQueryParser for queryArr : ( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2013-01-01 00:00:00`) <and> (xDocumentSortDate<`2013-12-31 00:00:00`)))) )
>searchquery/6
02.19 15:23:53.946
IdcServer-14886
Parsing universal query: '( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2013-01-01 00:00:00`) <and> (xDocumentSortDate<`2013-12-31 00:00:00`)))) )'
>searchquery/6
02.19 15:23:53.946
IdcServer-14886
Processing callback on query value 'NEWS_REG_DEF'
>searchqueryparse/6
02.19 15:23:53.946
IdcServer-14886
Into appendClauseElement CommonSearchConfig with operator : equals value : NEWS_REG_DEF
>searchqueryparse/6
02.19 15:23:53.946
IdcServer-14886
Processing actions list size : 1 on the input value : xRegionDefinition with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:53.946
IdcServer-14886
Processing action number : 0 : prefix on the input value : xRegionDefinition with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:53.946
IdcServer-14886
Processing actions list size : 2 on the input value : NEWS_REG_DEF with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:53.946
IdcServer-14886
Processing action number : 0 : upperCase on the input value : NEWS_REG_DEF with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:53.946
IdcServer-14886
Processing action number : 1 : escape on the input value : NEWS_REG_DEF with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:53.946
IdcServer-14886
Processed escape with '' resulting in value :NEWS_REG_DEF
>searchqueryparse/6
02.19 15:23:53.946
IdcServer-14886
Processed escape with _ resulting in value :NEWS_REG_DEF
>searchqueryparse/6
02.19 15:23:53.946
IdcServer-14886
Processed escape with \- resulting in value :NEWS_REG_DEF
>searchqueryparse/6
02.19 15:23:53.946
IdcServer-14886
Processed escape with \_ resulting in value :NEWS\_REG\_DEF
>searchqueryparse/6
02.19 15:23:53.946
IdcServer-14886
Processed escape with \, resulting in value :NEWS\_REG\_DEF
>searchqueryparse/6
02.19 15:23:53.946
IdcServer-14886
Into appendClauseElement CommonSearchConfig with operator : and value :
>searchquery/6
02.19 15:23:53.946
IdcServer-14886
Processing callback on query value 'Yes'
>searchqueryparse/6
02.19 15:23:53.946
IdcServer-14886
Into appendClauseElement CommonSearchConfig with operator : equals value : Yes
>searchqueryparse/6
02.19 15:23:53.946
IdcServer-14886
Processing actions list size : 1 on the input value : xArchiveFlag with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:53.946
IdcServer-14886
Processing action number : 0 : prefix on the input value : xArchiveFlag with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:53.946
IdcServer-14886
Processing actions list size : 2 on the input value : Yes with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:53.946
IdcServer-14886
Processing action number : 0 : upperCase on the input value : Yes with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:53.946
IdcServer-14886
Processing action number : 1 : escape on the input value : YES with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:53.946
IdcServer-14886
Processed escape with '' resulting in value :YES
>searchqueryparse/6
02.19 15:23:53.946
IdcServer-14886
Processed escape with _ resulting in value :YES
>searchqueryparse/6
02.19 15:23:53.946
IdcServer-14886
Processed escape with \- resulting in value :YES
>searchqueryparse/6
02.19 15:23:53.947
IdcServer-14886
Processed escape with \_ resulting in value :YES
>searchqueryparse/6
02.19 15:23:53.947
IdcServer-14886
Processed escape with \, resulting in value :YES
>searchqueryparse/6
02.19 15:23:53.947
IdcServer-14886
Into appendClauseElement CommonSearchConfig with operator : and value :
>searchquery/6
02.19 15:23:53.947
IdcServer-14886
Processing callback on query value '2013-01-01 00:00:00'
>searchqueryparse/6
02.19 15:23:53.947
IdcServer-14886
Into appendClauseElement CommonSearchConfig with operator : dateGreater value : 2012/12/31 18:00:00
>searchqueryparse/6
02.19 15:23:53.947
IdcServer-14886
Into appendClauseElement CommonSearchConfig with operator : and value :
>searchquery/6
02.19 15:23:53.947
IdcServer-14886
Processing callback on query value '2013-12-31 00:00:00'
>searchqueryparse/6
02.19 15:23:53.947
IdcServer-14886
Into appendClauseElement CommonSearchConfig with operator : dateLess value : 2013/12/30 18:00:00
>searchquery/6
02.19 15:23:53.947
IdcServer-14886
Converted native query: '((( SDATA(sdxRegionDefinition LIKE 'NEWS\_REG\_DEF') )  and  (( SDATA(sdxArchiveFlag LIKE 'YES') )  and  (( SDATA(xDocumentSortDate > '2012/12/31 18:00:00') )  and  ( SDATA(xDocumentSortDate < '2013/12/30 18:00:00') )))))'
>searchquery/7
02.19 15:23:53.947
IdcServer-14886
assigning connection
>searchquery/6
02.19 15:23:53.947
IdcServer-14886
!csMonitorActiveDbConnections,1
>searchquery/6
02.19 15:23:53.947
IdcServer-14886
Connection is added to active connections with key of '[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)''.
>searchquery/6
02.19 15:23:53.947
IdcServer-14886
query(live): (((((((((((( SDATA(sdxRegionDefinition LIKE 'NEWS\_REG\_DEF') )  and  (( SDATA(sdxArchiveFlag LIKE 'YES') )  and  (( SDATA(xDocumentSortDate > '2012/12/31 18:00:00') )  and  ( SDATA(xDocumentSortDate < '2013/12/30 18:00:00') )))))))))))))) [1,51] sort(xDocumentSortDate DESC)
>search/6
02.19 15:23:53.992
IdcServer-14886
Start parsing drill down fields with SAX...
>search/6
02.19 15:23:53.993
IdcServer-14886
Completed parsing 1 groups.
>search/7
02.19 15:23:53.994
IdcServer-14886
ResultSetInterface results: <ctx_result_set><hitlist><hit><sdata name="DID">11489</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006063</sdata><score>100</score></hit><hit><sdata name="DID">16132</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006403</sdata><score>100</score></hit><hit><sdata name="DID">13513</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006591</sdata><score>100</score></hit><hit><sdata name="DID">11319</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006003</sdata><score>100</score></hit><hit><sdata name="DID">17043</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004050</sdata><score>100</score></hit><hit><sdata name="DID">16477</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006407</sdata><score>100</score></hit><hit><sdata name="DID">16162</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006593</sdata><score>100</score></hit><hit><sdata name="DID">16010</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006399</sdata><score>100</score></hit><hit><sdata name="DID">10524</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005609</sdata><score>100</score></hit><hit><sdata name="DID">10777</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005601</sdata><score>100</score></hit><hit><sdata name="DID">10508</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005600</sdata><score>100</score></hit><hit><sdata name="DID">10476</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005585</sdata><score>100</score></hit><hit><sdata name="DID">12427</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006397</sdata><score>100</score></hit><hit><sdata name="DID">16333</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005580</sdata><score>100</score></hit><hit><sdata name="DID">17080</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004051</sdata><score>100</score></hit><hit><sdata name="DID">15926</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006482</sdata><score>100</score></hit><hit><sdata name="DID">16857</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003963</sdata><score>100</score></hit><hit><sdata name="DID">16895</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003964</sdata><score>100</score></hit><hit><sdata name="DID">16487</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006481</sdata><score>100</score></hit><hit><sdata name="DID">12431</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006485</sdata><score>100</score></hit><hit><sdata name="DID">16813</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003977</sdata><score>100</score></hit><hit><sdata name="DID">9569</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005342</sdata><score>100</score></hit><hit><sdata name="DID">16814</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003978</sdata><score>100</score></hit><hit><sdata name="DID">17045</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004056</sdata><score>100</score></hit><hit><sdata name="DID">12246</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006478</sdata><score>100</score></hit><hit><sdata name="DID">15911</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005652</sdata><score>100</score></hit><hit><sdata name="DID">16775</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003999</sdata><score>100</score></hit><hit><sdata name="DID">11925</sdata><sdata name="SDDDOCNAME">VMOHSKEND05482000776</sdata><score>100</score></hit><hit><sdata name="DID">15639</sdata><sdata name="SDDDOCNAME">VMOHSKEND05482000763</sdata><score>100</score></hit><hit><sdata name="DID">16865</sdata><sdata name="SDDDOCNAME">VMOHSKEND05482000770</sdata><score>100</score></hit><hit><sdata name="DID">10100</sdata><sdata name="SDDDOCNAME">VMOHSKEND05482000741</sdata><score>100</score></hit><hit><sdata name="DID">17116</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004054</sdata><score>100</score></hit><hit><sdata name="DID">9015</sdata><sdata name="SDDDOCNAME">VMOHSKEND05482000801</sdata><score>100</score></hit><hit><sdata name="DID">16474</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006061</sdata><score>100</score></hit></hitlist><count>34</count><groups sdata="SDDRILLDOWN"><group value="Document,insight_application1,"><count>34</count></group></groups></ctx_result_set>
>search/7
02.19 15:23:53.994
IdcServer-14886
Trace:
search/7
02.19 15:23:53.994
IdcServer-14886
ctx_query.result_set start time:15:23:53.95
search/7
02.19 15:23:53.994
IdcServer-14886
ctx_query.result_set   end time:15:23:53.96
search/7
02.19 15:23:53.994
IdcServer-14886
Result parsing start time: 15:23:53.96
search/7
02.19 15:23:53.994
IdcServer-14886
Result parsing   end time: 15:23:53.97
search/7
02.19 15:23:53.994
IdcServer-14886
SELECT dDocName,dDocTitle,dDocType,dSecurityGroup,dInDate,xArchiveFlag,xHidden,xWebsiteObjectType,xWebsiteSection,xDontShowInListsForWebsites,dRevisionID,dDocCreator,dWebExtension,xUpdateContentType,xSubmitForApproval,xFilesAllowed,xRegionDefinition,xWCWorkflowAssignment,dDocCreatedDate,dCreateDate,xWCTags,dOriginalName,xNewsType,dFormat,dPublishType,dDocFunction,dDocAuthor,VaultFileSize,dDocLastModifier,xWebFlag,dOutDate,dGif,dExtension,dDocLastModifiedDate,xClbraRoleList,xInhibitUpdate,URL,AlternateFormat,WebFileSize,xClbraUserList,dDocOwner,xReadOnly,dRevClassID,xWCWorkflowApproverUserList,xCollectionID,xComments,xPartitionId,dRevLabel,xStorageRule,dFullTextFormat,xWebsites,xDocumentSortDate,dRendition2,dRendition1,dID,xReadyForReplication,dDocAccount,xReadMoreURL,xIdcProfile,xClbraAliasList,otsFormat,otsCharset,otsLanguage FROM IdcText2 WHERE dID IN (11489,16132,13513,11319,17043,16477,16162,16010,10524,10777,10508,10476,12427,16333,17080,15926,16857,16895,16487,12431,16813,9569,16814,17045,12246,15911,16775,11925,15639,16865,10100,17116,9015,16474)
search/7
02.19 15:23:53.994
IdcServer-14886
Meta query start time: 15:23:53.97
search/7
02.19 15:23:53.994
IdcServer-14886
Meta query end time:15:23:53.98
>searchquery/6
02.19 15:23:53.995
IdcServer-14886
!csMonitorActiveDbConnections,0
>searchquery/6
02.19 15:23:53.995
IdcServer-14886
Connection is removed from active connections with key of '[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)''.
>searchquery/6
02.19 15:23:53.995
IdcServer-14886
release pool connection
>searchquery/6
02.19 15:23:54.007
IdcServer-14886
Execution time is 61 ms.
>searchquery/7
02.19 15:23:54.313
IdcServer-14887
Query by [email protected] from CIS
>searchquery/6
02.19 15:23:54.313
IdcServer-14887
preparedQueryText: ( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2014-01-01 00:00:00`) <and> (xDocumentSortDate<`2014-12-31 00:00:00`)))) )
>searchquery/6
02.19 15:23:54.313
IdcServer-14887
Setting substr to other operator conv flag: '( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2014-01-01 00:00:00`) <and> (xDocumentSortDate<`2014-12-31 00:00:00`)))) )'
>searchqueryparse/6
02.19 15:23:54.313
IdcServer-14887
Into parse of UniversalSearchQuery for: ( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2014-01-01 00:00:00`) <and> (xDocumentSortDate<`2014-12-31 00:00:00`)))) )
>searchqueryparse/6
02.19 15:23:54.313
IdcServer-14887
Into parseQueryEx of UniversalSearchQueryParser for queryArr : ( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2014-01-01 00:00:00`) <and> (xDocumentSortDate<`2014-12-31 00:00:00`)))) )
>searchquery/6
02.19 15:23:54.313
IdcServer-14887
Parsing universal query: '( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2014-01-01 00:00:00`) <and> (xDocumentSortDate<`2014-12-31 00:00:00`)))) )'
>searchquery/6
02.19 15:23:54.313
IdcServer-14887
Processing callback on query value 'NEWS_REG_DEF'
>searchqueryparse/6
02.19 15:23:54.313
IdcServer-14887
Into appendClauseElement CommonSearchConfig with operator : equals value : NEWS_REG_DEF
>searchqueryparse/6
02.19 15:23:54.313
IdcServer-14887
Processing actions list size : 1 on the input value : xRegionDefinition with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:54.313
IdcServer-14887
Processing action number : 0 : prefix on the input value : xRegionDefinition with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:54.313
IdcServer-14887
Processing actions list size : 2 on the input value : NEWS_REG_DEF with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:54.314
IdcServer-14887
Processing action number : 0 : upperCase on the input value : NEWS_REG_DEF with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:54.314
IdcServer-14887
Processing action number : 1 : escape on the input value : NEWS_REG_DEF with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:54.314
IdcServer-14887
Processed escape with '' resulting in value :NEWS_REG_DEF
>searchqueryparse/6
02.19 15:23:54.314
IdcServer-14887
Processed escape with _ resulting in value :NEWS_REG_DEF
>searchqueryparse/6
02.19 15:23:54.314
IdcServer-14887
Processed escape with \- resulting in value :NEWS_REG_DEF
>searchqueryparse/6
02.19 15:23:54.314
IdcServer-14887
Processed escape with \_ resulting in value :NEWS\_REG\_DEF
>searchqueryparse/6
02.19 15:23:54.314
IdcServer-14887
Processed escape with \, resulting in value :NEWS\_REG\_DEF
>searchqueryparse/6
02.19 15:23:54.314
IdcServer-14887
Into appendClauseElement CommonSearchConfig with operator : and value :
>searchquery/6
02.19 15:23:54.314
IdcServer-14887
Processing callback on query value 'Yes'
>searchqueryparse/6
02.19 15:23:54.314
IdcServer-14887
Into appendClauseElement CommonSearchConfig with operator : equals value : Yes
>searchqueryparse/6
02.19 15:23:54.314
IdcServer-14887
Processing actions list size : 1 on the input value : xArchiveFlag with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:54.314
IdcServer-14887
Processing action number : 0 : prefix on the input value : xArchiveFlag with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:54.314
IdcServer-14887
Processing actions list size : 2 on the input value : Yes with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:54.314
IdcServer-14887
Processing action number : 0 : upperCase on the input value : Yes with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:54.314
IdcServer-14887
Processing action number : 1 : escape on the input value : YES with searchengine ORACLETEXTSEARCH
>searchqueryparse/6
02.19 15:23:54.314
IdcServer-14887
Processed escape with '' resulting in value :YES
>searchqueryparse/6
02.19 15:23:54.314
IdcServer-14887
Processed escape with _ resulting in value :YES
>searchqueryparse/6
02.19 15:23:54.314
IdcServer-14887
Processed escape with \- resulting in value :YES
>searchqueryparse/6
02.19 15:23:54.314
IdcServer-14887
Processed escape with \_ resulting in value :YES
>searchqueryparse/6
02.19 15:23:54.314
IdcServer-14887
Processed escape with \, resulting in value :YES
>searchqueryparse/6
02.19 15:23:54.314
IdcServer-14887
Into appendClauseElement CommonSearchConfig with operator : and value :
>searchquery/6
02.19 15:23:54.314
IdcServer-14887
Processing callback on query value '2014-01-01 00:00:00'
>searchqueryparse/6
02.19 15:23:54.314
IdcServer-14887
Into appendClauseElement CommonSearchConfig with operator : dateGreater value : 2013/12/31 18:00:00
>searchqueryparse/6
02.19 15:23:54.314
IdcServer-14887
Into appendClauseElement CommonSearchConfig with operator : and value :
>searchquery/6
02.19 15:23:54.314
IdcServer-14887
Processing callback on query value '2014-12-31 00:00:00'
>searchqueryparse/6
02.19 15:23:54.314
IdcServer-14887
Into appendClauseElement CommonSearchConfig with operator : dateLess value : 2014/12/30 18:00:00
>searchquery/6
02.19 15:23:54.314
IdcServer-14887
Converted native query: '((( SDATA(sdxRegionDefinition LIKE 'NEWS\_REG\_DEF') )  and  (( SDATA(sdxArchiveFlag LIKE 'YES') )  and  (( SDATA(xDocumentSortDate > '2013/12/31 18:00:00') )  and  ( SDATA(xDocumentSortDate < '2014/12/30 18:00:00') )))))'
>searchquery/7
02.19 15:23:54.314
IdcServer-14887
assigning connection
>searchquery/6
02.19 15:23:54.314
IdcServer-14887
!csMonitorActiveDbConnections,1
>searchquery/6
02.19 15:23:54.314
IdcServer-14887
Connection is added to active connections with key of '[ACTIVE] ExecuteThread: '21' for queue: 'weblogic.kernel.Default (self-tuning)''.
>searchquery/6
02.19 15:23:54.315
IdcServer-14887
query(live): (((((((((((( SDATA(sdxRegionDefinition LIKE 'NEWS\_REG\_DEF') )  and  (( SDATA(sdxArchiveFlag LIKE 'YES') )  and  (( SDATA(xDocumentSortDate > '2013/12/31 18:00:00') )  and  ( SDATA(xDocumentSortDate < '2014/12/30 18:00:00') )))))))))))))) [1,51] sort(xDocumentSortDate DESC)
>search/6
02.19 15:23:54.365
IdcServer-14887
Start parsing drill down fields with SAX...
>search/6
02.19 15:23:54.367
IdcServer-14887
Completed parsing 1 groups.
>search/7
02.19 15:23:54.369
IdcServer-14887
ResultSetInterface results: <ctx_result_set><hitlist><hit><sdata name="DID">17207</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004318</sdata><score>100</score></hit><hit><sdata name="DID">17281</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004289</sdata><score>100</score></hit><hit><sdata name="DID">17105</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004316</sdata><score>100</score></hit><hit><sdata name="DID">17244</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004252</sdata><score>100</score></hit><hit><sdata name="DID">16997</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004251</sdata><score>100</score></hit><hit><sdata name="DID">17034</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004233</sdata><score>100</score></hit><hit><sdata name="DID">17239</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004219</sdata><score>100</score></hit><hit><sdata name="DID">17178</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004186</sdata><score>100</score></hit><hit><sdata name="DID">17112</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004150</sdata><score>100</score></hit><hit><sdata name="DID">17276</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004148</sdata><score>100</score></hit><hit><sdata name="DID">17193</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004137</sdata><score>100</score></hit><hit><sdata name="DID">17070</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004132</sdata><score>100</score></hit><hit><sdata name="DID">17195</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004123</sdata><score>100</score></hit><hit><sdata name="DID">17275</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004116</sdata><score>100</score></hit><hit><sdata name="DID">17189</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004080</sdata><score>100</score></hit><hit><sdata name="DID">16993</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004089</sdata><score>100</score></hit><hit><sdata name="DID">17032</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004070</sdata><score>100</score></hit><hit><sdata name="DID">16784</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004035</sdata><score>100</score></hit><hit><sdata name="DID">16268</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006848</sdata><score>100</score></hit><hit><sdata name="DID">16866</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004028</sdata><score>100</score></hit><hit><sdata name="DID">16940</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004027</sdata><score>100</score></hit><hit><sdata name="DID">16823</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004025</sdata><score>100</score></hit><hit><sdata name="DID">16731</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004024</sdata><score>100</score></hit><hit><sdata name="DID">17132</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004023</sdata><score>100</score></hit><hit><sdata name="DID">16645</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004020</sdata><score>100</score></hit><hit><sdata name="DID">16678</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004002</sdata><score>100</score></hit><hit><sdata name="DID">16642</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004000</sdata><score>100</score></hit><hit><sdata name="DID">16610</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-008921</sdata><score>100</score></hit><hit><sdata name="DID">16726</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003959</sdata><score>100</score></hit><hit><sdata name="DID">16663</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003952</sdata><score>100</score></hit><hit><sdata name="DID">15967</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003823</sdata><score>100</score></hit><hit><sdata name="DID">15878</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003821</sdata><score>100</score></hit><hit><sdata name="DID">16277</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003820</sdata><score>100</score></hit><hit><sdata name="DID">15624</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-008149</sdata><score>100</score></hit><hit><sdata name="DID">16178</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003607</sdata><score>100</score></hit><hit><sdata name="DID">16765</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003764</sdata><score>100</score></hit><hit><sdata name="DID">16691</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003766</sdata><score>100</score></hit><hit><sdata name="DID">16827</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003499</sdata><score>100</score></hit><hit><sdata name="DID">16303</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003498</sdata><score>100</score></hit><hit><sdata name="DID">16696</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003756</sdata><score>100</score></hit><hit><sdata name="DID">16937</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003806</sdata><score>100</score></hit><hit><sdata name="DID">15976</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003381</sdata><score>100</score></hit><hit><sdata name="DID">16364</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003807</sdata><score>100</score></hit><hit><sdata name="DID">15832</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003803</sdata><score>100</score></hit><hit><sdata name="DID">17285</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004041</sdata><score>100</score></hit><hit><sdata name="DID">16639</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003972</sdata><score>100</score></hit><hit><sdata name="DID">16820</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003628</sdata><score>100</score></hit><hit><sdata name="DID">15183</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-007721</sdata><score>100</score></hit><hit><sdata name="DID">15180</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-007720</sdata><score>100</score></hit><hit><sdata name="DID">15640</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-007722</sdata><score>100</score></hit><hit><sdata name="DID">15631</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-007719</sdata><score>100</score></hit></hitlist><count>66</count><groups sdata="SDDRILLDOWN"><group value="Document,insight_application1,"><count>66</count></group></groups></ctx_result_set>
>search/7
02.19 15:23:54.369
IdcServer-14887
Trace:
search/7
02.19 15:23:54.369
IdcServer-14887
ctx_query.result_set start time:15:23:54.31
search/7
02.19 15:23:54.369
IdcServer-14887
ctx_query.result_set   end time:15:23:54.32
search/7
02.19 15:23:54.369
IdcServer-14887
Result parsing start time: 15:23:54.33
search/7
02.19 15:23:54.369
IdcServer-14887
Result parsing   end time: 15:23:54.35
search/7
02.19 15:23:54.369
IdcServer-14887
SELECT dDocName,dDocTitle,dDocType,dSecurityGroup,dInDate,xArchiveFlag,xHidden,xWebsiteObjectType,xWebsiteSection,xDontShowInListsForWebsites,dRevisionID,dDocCreator,dWebExtension,xUpdateContentType,xSubmitForApproval,xFilesAllowed,xRegionDefinition,xWCWorkflowAssignment,dDocCreatedDate,dCreateDate,xWCTags,dOriginalName,xNewsType,dFormat,dPublishType,dDocFunction,dDocAuthor,VaultFileSize,dDocLastModifier,xWebFlag,dOutDate,dGif,dExtension,dDocLastModifiedDate,xClbraRoleList,xInhibitUpdate,URL,AlternateFormat,WebFileSize,xClbraUserList,dDocOwner,xReadOnly,dRevClassID,xWCWorkflowApproverUserList,xCollectionID,xComments,xPartitionId,dRevLabel,xStorageRule,dFullTextFormat,xWebsites,xDocumentSortDate,dRendition2,dRendition1,dID,xReadyForReplication,dDocAccount,xReadMoreURL,xIdcProfile,xClbraAliasList,otsFormat,otsCharset,otsLanguage FROM IdcText2 WHERE dID IN (17207,17281,17105,17244,16997,17034,17239,17178,17112,17276,17193,17070,17195,17275,17189,16993,17032,16784,16268,16866,16940,16823,16731,17132,16645,16678,16642,16610,16726,16663,15967,15878,16277,15624,16178,16765,16691,16827,16303,16696,16937,15976,16364,15832,17285,16639,16820,15183,15180,15640,15631)
search/7
02.19 15:23:54.369
IdcServer-14887
Meta query start time: 15:23:54.35
search/7
02.19 15:23:54.369
IdcServer-14887
Meta query end time:15:23:54.35
>searchquery/6
02.19 15:23:54.369
IdcServer-14887
!csMonitorActiveDbConnections,0
>searchquery/6
02.19 15:23:54.369
IdcServer-14887
Connection is removed from active connections with key of '[ACTIVE] ExecuteThread: '21' for queue: 'weblogic.kernel.Default (self-tuning)''.
>searchquery/6
02.19 15:23:54.369
IdcServer-14887
release pool connection
>searchquery/6
02.19 15:23:54.382
IdcServer-14887
Execution time is 69 ms.
>searchquery/7
02.19 15:23:54.662
IdcServer-14888
Query by [email protected] from CIS
>searchquery/6
02.19 15:23:54.662
IdcServer-14888
preparedQueryText: ( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2014-01-01 00:00:00`) <and> (xDocumentSortDate<`2014-12-31 00:00:00`)))) )
>searchquery/6
02.19 15:23:54.662
IdcServer-14888
Setting substr to other operator conv flag: '( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2014-01-01 00:00:00`) <and> (xDocumentSortDate<`2014-12-31 00:00:00`)))) )'
>searchqueryparse/6
02.19 15:23:54.662
IdcServer-14888
Into parse of UniversalSearchQuery for: ( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2014-01-01 00:00:00`) <and> (xDocumentSortDate<`2014-12-31 00:00:00`)))) )
>searchqueryparse/6
02.19 15:23:54.662
IdcServer-14888
Into parseQueryEx of UniversalSearchQueryParser for queryArr : ( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2014-01-01 00:00:00`) <and> (xDocumentSortDate<`2014-12-31 00:00:00`)))) )
>searchquery/6
02.19 15:23:54.662
IdcServer-14888
Parsing universal query:

Similar Messages

  • I  am getting maximum number of retries using icloud account

    I  am getting maximum number of retries using icloud account

    What do you mean by "maximum number of retries"?
    If you are told that you can't create a new Apple ID/icloud account because the maximum has been reached, you have to use another device or computer to create the ID, since there is a max of (I think) 3 or 5 allowed on each device.  This means that your current device has already been used to create the maximum number.

  • How to get total number of result count for particular key on cluster

    Hi-
    My application requirement is client side require only limited number of data for 'Search Key' form total records found in cluster. Also i need 'total number of result count' for that key present on the custer.
    To get subset of record i'm using IndexAwarefilter and returning only limited set each individual node. though i get total number of records present on the individual node, it is not possible to return this count to client form IndexAwarefilter (filter return only Binary set).
    Is there anyway i can get this number (total result size) on client side without returning whole chunk of data?
    Thanks in advance.
    Prashant

    user11100190 wrote:
    Hi,
    Thanks for suggesting a soultion, it works well.
    But apart from the count (cardinality), the client also expects the actual results. In this case, it seems that the filter will be executed twice (once for counting, then once again for generating actual resultset)
    Actually, we need to perform the paging. In order to achieve paging in efficient manner we need that filter returns only the PAGESIZE records and it also returns the total 'count' that meets the criteria.
    If you want to do paging, you can use the LimitFilter class.
    If you want to have paging AND total number of results, then at the moment you have to use two passes if you want to use out-of-the-box features because LimitFilter does not return the total number of results (which by the way may change between two page retrieval).
    What we currently do is, the filter puts the total count in a static variable and but returns only the first N records. The aggregator then clubs these info into a single list and returns to the client. (The List returned by aggregator contains a special entry representing the count).
    This is not really a good idea because if you have more than one user doing this operation then you will have problems storing more than one values in a single static variable and you used a cache service with a thread-pool (thread-count set to larger than one).
    We assume that the aggregator will execute immediately after the filter on the same node, this way aggregator will always read the count set by the filter.
    You can't assume this if you have multiple client threads doing the same kind of filtering operation and you have a thread-pool configured for the cache service.
    Please tell us if our approach will always work, and whether it will be efficient as compared to using Count class which requires executing filter twice.
    No it won't if you used a thread-pool. Also, it might happen that Coherence will execute the filtering and the aggregation from the same client thread multiple times on the same node if some partitions were newly moved to the node which already executed the filtering+aggregation once. I don't know anything which would even prevent this being executed on a separate thread concurrently.
    The following solution may be working, but I can't fully recommend it as it may leak memory depending on how exactly the filtering and aggregation is implemented (if it is possible that a filtering pass is done but the corresponding aggregation is not executed on the node because of some partitions moved away).
    At sending the cache.aggregate(Filter, EntryAggregator) call you should specify a unique key for each such filtering operation to both the filter and the aggregator.
    On the storage node you should have a static HashMap.
    The filter should do the following two steps while being synchronized on the HashMap.
    1. Ensure that a ConcurrentLinkedQueue object exists in a HashMap keyed by that unique key, and
    2. Enqueue the total number count you want to pass to the aggregator into that queue.
    The parallel aggregator should do the following two steps while being synchronized on the HashMap.
    1. Dequeue a single element from the queue, and return it as a partial total count.
    2. If the queue is now empty, then remove it from the HashMap.
    The parallel aggregator should return the popped number as a partial total count as part of the partial result.
    The client side of the parallel aware aggregator should sum the total counts in the partial result.
    Since the enqueueing and dequeueing may be interleaved from multiple threads, it may be possible that the partial total count returned in a result does not correspond to the data in the partial result, so you should not base anything on that assumption.
    Once again, that approach may leak memory based on how Coherence is internally implemented, so I can't recommend this approach but it may work.
    Another thought is that since returning entire cached values from an aggregation is more expensive than filtering (you have to deserialize and reserialize objects), you may still be better off by running a separate count and filter pass from the client, since for that you may not need to deserialize entries at all, so the cost on the server may be lower.
    Best regards,
    Robert

  • How to get Maximum Number of Concurrent users for last few days?

    Hi,
    How I can get maximum number of concurrent users which were logged in to the system (ECC 5.0) I mean I want to check the hostory for last few weeks. Is there any way to get the same? I know that I can get Cumulative number of users in st03 under Expert mode but that is the number of users logged into the system during the day. Is there any place where SAP maintians the High Watermark of Number of concurrent users reached in the system?
    Thanks in advance...
    Regards,
    Pravin

    Sorry I really missed that I have posted a question here on sdn. I wanted to know this for planning the system hardware requirements. Activities like PM ( Performance Management ) happens once a year and during that activity we see heavy user loan on the system so if I have the exact stats of 1 or 2 years data I can size the system better next time. Fortunately last 2 years PM was very smooth for us. In that look for the improvement because each time we had little extra Harware. By doing the exact analysis we can save a Cost of ownership...
    I was looking for R/3 users. I could see the number in st07 but I want to know the exact number at particular time.. I believe that st07 stores only for few days.
    Thanks
    Pravin

  • How to show maximum number of results is 100 in Customsearch help exit

    Hi,
    we have created one custome search help with FM Exist when clicking on f4 on field it'showing with result 5000 entries but i want to show only 100 initially when we open f4.
    so how we can restric maximum number of results is 100.plz guide me.
    divya.

    Hi,
    we have created one custome search help with FM Exist when clicking on f4 on field it'showing with result 5000 entries but i want to show only 100 initially when we open f4.
    so how we can restric maximum number of results is 100.plz guide me.
    divya.

  • How to get IMEI number of ME using proactive command

    Can anyone send me a sample code to get IMEI number of mobile equipment using proactive commands....

    Hi,
    I hope its can help you.
    private static final byte TAG_IMEI = (byte) 0x14;
    byte result=0;
    short IMEI_LEN;
    byte[] imei_buf;
    ProactiveHandler ProHdlr;
    ProactiveResponseHandler ProRespHdlr;
    ProHdlr = ProactiveHandler.getTheHandler();
    ProHdlr.init(PRO_CMD_PROVIDE_LOCAL_INFORMATION, (byte) 0x01, DEV_ID_ME);
    result = ProHdlr.send();
    if (result < RES_CMD_PERF_SESSION_TERM_USER) {
    ProRespHdlr = ProactiveResponseHandler.getTheHandler();
    IMEI_LEN = ProRespHdlr.findAndCopyValue((byte) TAG_IMEI, imei_buf, (short) 0);
    Cheers,
    Asep

  • How to get the number of columns in a result set???

    hi everyone..
    i am trying to establish a servlet applet communication....
    my applet send the sql query to the servlet as serialised string and then the servlet executes the query...
    Since i need to pass the result back to the applet, i thaught of passing the whole reult set to the applet..but that seems to be not possible..
    so i thaught of storing my result set data in a vector and then pass the vector,but the first problem that i came across is that how to get the number of colums in a result set....
    so is there a way to get the number of columns in a result set...???
    and also i would like to know if it possible to send my whole result set to the applet bye serialization or by any method...???
    thanx in advance

    You shouldn't do. It expenses resources (you should always close the ResultSet and the Statement as fast as possible). Simply gently process it into a Collection or Map of DTO's. Those are serializable.

  • How to get row number of selected entry from OVS search result

    Hi,
    Anyone having any idea on how to get row number of the  selected entry/ how to differentiate rows in OVS search result in ON_OVS method?
    Regards,
    Jatin

    Hi,
    You can get the selected record to <ls_selection> structure in co phase 3.
    From that structure you can get what ever field you want.,
    check the below code for reference,
    << Moderator message - Cut and paste response from F4 help for ALV table field removed. Plagiarism is not allowed in SCN >>
    hope this helps u.,
    Thanks & Regards,
    Kiran
    Edited by: Rob Burbank on Jan 5, 2012 5:24 PM

  • [Win VC++ 6.0 ]How to get the number of files count in a folder using VC++ 6.0?

    Hi all,
    Can any one tell how to get the number of files(.EPS) count inside a folder when the folder path is specified in VC++ 6.0?
    Thanks in Advance.
    Regards
    myriaz

    I'm a little confused by the question, but it sounds like you're asking how to count the number of files with a particular extension in a given directory? That's not really an AI SDK question, but it's a fairly easy one to find if you google it. If you're trying to use Illustrator to do it, AI doesn't have a general purpose file API. It has a few functions to do some things that Illustrator needs, but I don't think enumerating directories is one of them.

  • How to check maximum number of connection ?

    Hi Guru's,
    How to check maximum number of connections for sender/receiver interface and for RFC's?
    regards
    Vinay

    Hello Vinay,
    I am not sure if your answer is as simple and straight forward as i think it is. Please see my Reply as below and let me know if you need any further details:
    1. How to check connections for RFC in sap pi: Goto the RFC Communication Channel that you are using and there is an option that says "Maximum Connections" that will tell you the max connections allowed .
    2. Max connection to service interface: I did not get which exact component or object you are asking about  (in context to PI) ?
    Regards,
    Tarik Parkar

  • Get Maximum Number

    I have a problem
    I have INV_REG table where fixed assets are stored
    and there inventory number (INV_NO) genereates like this:
    ABC-025145-2009
    DONOR-SRNO-YEAR
    now i want to get maximum serial number which will based on donor. i draw following query but i cannot get maximum number kindly guide me...
    select inv_no, substr(inv_no,instr(inv_no,'-')+1,instr(inv_no,'-')-1) sr_no
    from inv_reg
    where don_code = :don_code;
    result:
    INV_NO     SR_NO
    AC-HDIT-0272-2003     HD
    ABC-9428-2006     9428
    ABC-9426-2006     9426

    i am using oracle database 9i...Should be always the first line in a post ;)
    Again assuming no digits for DONOR:
    SQL> with t as (
      select 'AC-HDIT-0272-2003' inv_no from dual union all
      select 'ABC-9428-2006' from dual union all
      select 'ABC-9426-2006' from dual
    select inv_no, trim ('-' from rtrim (replace (inv_no, rtrim (inv_no, '0123456789-')), '0123456789')) ser_no
      from t
    INV_NO                    SER_NO                  
    AC-HDIT-0272-2003         0272                    
    ABC-9428-2006             9428                    
    ABC-9426-2006             9426                    
    3 rows selected.

  • How to get week number from date

    Hi,
       please mention how to get the number of week from a particular date using fn module?

    Hi Debarshi,
                       Use FM <b>DATE_GET_WEEK</b>
    Reward points if helpful.
    Regards,
    Hemant

  • Indesign CS3: How to get the number of the current layer?

    Hallo!
    How to get the number of the current layer in a page?
    Thanks,
    Alois Blaimer

    InterfacePtr<ILayerList> layerList(documentUIDRef, UseDefaultIID());          <br /><br />int32 layerCount = layerList->GetCount();<br /><br />To findout layer name use<br /><br />IDocumentLayer* documentLayer = layerList->QueryLayer(layerIndex);<br />                         <br />PMString layer=documentLayer->GetName();

  • How to get paragraph number of selected text in ID CS4

    Hi,
    Can anybody help me how to get paragraph number of selected text in Indesign cs4.
    Thanks,
    Gopal

    Ah, I see -- thanks. Turns out that there's no difference in speed between texts.itemByRange(), characters.itemByRange(),and insertionPoints.itemByRange(). In a document with 170 pages of text, and with the cursor in the last paragraph, the second and third lines, below (and your function), give exactly the same result:
    t = app.selection[0];
    t.parentStory.texts.itemByRange (t.parentStory.insertionPoints[0], t).paragraphs.length;
    t.parentStory.characters.itemByRange (t.parentStory.characters[0], t).paragraphs.length;
    Peter

  • How to get the number of elements in DB

    Could you tell me how to get the number of elements in DB??
    My code to get the number is below, but I think it is not efficient
    DB->cursor(DB, NULL, &cursorp, 0);
    while ((ret = cursorp->c_get(cursorp, &key, &data, DB_NEXT)) == 0)
    count++;
    --------------------------------------------------------------------------------------------------------------

    Hi,
    The most efficient way to get a count from the database is using the DB->stat API (http://docs.oracle.com/cd/E17076_02/html/api_reference/C/dbstat.html)
    The code will be something like:
            DB *dbp;
            DB_BTREE_STAT *statp;
            int ret;
            /* Print out the number of records in the database. */
            if ((ret = dbp->stat(dbp, NULL, &statp, 0)) != 0) {
                    dbp->err(dbp, ret, "DB->stat");
                    goto err1;
            printf("%s: database contains %lu records\n",
                progname, (u_long)statp->bt_ndata);
            free(statp);The code comes from the example included in the distribution at examples/c/ex_btrec.c
    If the database isn't a btree, you should update to the appropriate statistics structure and field.
    It's worth noting that retrieving the count is never a "cheap" operation. The count is not stored in the database - since doing so introduced a single point of contention that creates a bottle neck.
    Regards,
    Alex Gorrod
    Oracle Berkeley DB

Maybe you are looking for

  • Bing search is messing up my email

    everytime i pull up a tab bing search appears and i cant check mu aol emails cause it appears

  • How to use Wiki and Blog in Spaces

    Hi, How do I use wiki and blog inside the Webcenter Spaces. I don't see wiki and blogs. Have configured discussions but trying to find out how to configure wiki and blogs. I don't have any custom application just using Spaces. Thanks

  • + sign in front of called party number

    Dear All, I've created SIP Trunk between CUCM 10.5 and Siemens HiPath 4000. When I'm dialing from Siemens Ip Phone ( ext. 2200)  it shows 2305 . But when I'm calling from Cisco Ip phone (ext. 2305)  it shows me +2200  How can I strip this + sign CUCM

  • Hierarchy can't run in bi7 analyzer

    hi:   i have set hierarchy active in a query ,when i open the query with bi3.X analyzer ,the hierarchy is ok.but when i open the query with bi7 analyzer and click the hierarchy,the system is responseless. who can help me ! i'll very appreciate!

  • Chipmunk sounds when viewing videos from websites

    hello, i have several HP dc5850 workstations in my office.  Most of my people need to view video content from different websites from time to time. However when we listen to the playback, the sound we here sounds like that of a chipmunk.  Like it is