searcher/searchserver/inc/CCPixAbstractSearcher.h
changeset 16 2729d20a0010
parent 14 8bd192d47aaa
equal deleted inserted replaced
14:8bd192d47aaa 16:2729d20a0010
    23 class CCPixAbstractSearcher : public CBase
    23 class CCPixAbstractSearcher : public CBase
    24 	{
    24 	{
    25 public: 
    25 public: 
    26 	
    26 	
    27 	enum TQueryParser {
    27 	enum TQueryParser {
    28 		EDatabaseQueryParser = 0,
    28 		ECluceneQueryParser = 0,
    29 		EIncrementalQueryParser = 1
    29 		EPrefixQueryParser = 1
    30 	};
    30 	};
    31 	
    31 	
    32 	
    32 	
    33 public: 
    33 public: 
    34 	
    34 	
   109 	
   109 	
   110 public: 
   110 public: 
   111 	
   111 	
   112 	static CSearchDocument* ConvertDocumentL( cpix_Document* aDocument );
   112 	static CSearchDocument* ConvertDocumentL( cpix_Document* aDocument );
   113 	
   113 	
   114 	static RPointerArray<CSearchDocument> ConvertBatchDocumentL( cpix_Document** aDocument, TInt count ); 
   114 	static RPointerArray<CSearchDocument> ConvertBatchDocumentL( cpix_Document**& aDocument, TInt count ); 
   115 	
   115 	
   116 	static RArray<TInt> docSizeArray;
   116 	static RArray<TInt> docSizeArray;
   117 
   117 
   118 	};
   118 	};
   119 
   119