search for: queryresult

Displaying 13 results from an estimated 13 matches for "queryresult".

Did you mean: query_result
2013 May 15
1
Match positions of a queryresult
Hello, I've just started learning Xapian and I'm facing the following problem. I've indexed many text files (using a TermGenerator from std::string), each document in my database is a single file on the disk. The search works pretty well and finds the files that match the query string, but I can't figure out how I can determine the location of the actual matched terms. I want to
2008 Mar 25
4
SAXXMLReader
...cluded from saxreader.c:41 make[2]: [Makefile] Error 1 (ignored) ../../tools/makedep -C. -S../.. -T../.. -I/usr/include/libxml2 -I/usr/include/libxml2 attribute.c cdata.c comment.c docfrag.c domdoc.c domimpl.c element.c entityref.c factory.c main.c node.c nodelist.c nodemap.c parseerror.c pi.c queryresult.c regsvr.c saxreader.c schema.c text.c uuid.c xmldoc.c xmlelem.c version.rc libxml/SAX2.h: No such file or directory libxml/SAX2.h was first included from saxreader.c:41 make[2]: *** [depend] Error 1 make[2]: Leaving directory `/home/bill/wine-git/dlls/msxml3' make[1]: *** [msxml3/__depend...
2015 Jan 14
3
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...ed the fix, you would have had to apply the first on top of the second. Here is one against HEAD On Wed, Jan 14, 2015 at 12:32 PM, Ana Pazos <apazos at codeaurora.org> wrote: > Daniel, your patch does not apply cleanly. Are you on the tip? > > The code I see there is no line if (QueryResult == MayAlias|| QueryResult == PartialAlias) to be removed. > > Thanks, > > Ana. > > > > *From:* George Burgess IV [mailto:george.burgess.iv at gmail.com] > *Sent:* Wednesday, January 14, 2015 10:31 AM > *To:* Daniel Berlin > *Cc:* Nick Lewycky; Ana Pazos; Jiangning L...
2015 Jan 15
2
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...apply the first on top of the second. > > Here is one against HEAD > > > > On Wed, Jan 14, 2015 at 12:32 PM, Ana Pazos <apazos at codeaurora.org> wrote: > > Daniel, your patch does not apply cleanly. Are you on the tip? > > The code I see there is no line if (QueryResult == MayAlias|| QueryResult == PartialAlias) to be removed. > > Thanks, > > Ana. > > > > *From:* George Burgess IV [mailto:george.burgess.iv at gmail.com] > *Sent:* Wednesday, January 14, 2015 10:31 AM > *To:* Daniel Berlin > *Cc:* Nick Lewycky; Ana Pazos; Jiangning L...
2015 Jan 15
3
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
On Thu, Jan 15, 2015 at 1:26 PM, Nick Lewycky <nlewycky at google.com> wrote: > On 15 January 2015 at 13:10, Daniel Berlin <dberlin at dberlin.org> wrote: > >> Yes. >> I've attached an updated patch that does the following: >> >> 1. Fixes the partialalias of globals/arguments >> 2. Enables partialalias for cases where nothing has been unified to
2015 Jan 14
3
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
On 13 January 2015 at 22:11, Daniel Berlin <dberlin at dberlin.org> wrote: > This is caused by CFLAA returning PartialAlias for a query that BasicAA > can prove is NoAlias. > One of them is wrong. Which one? I'm not sure from your description that this is a chaining issue. PartialAlias doesn't chain and isn't supposed to, it's a final answer just like NoAlias and
2015 Jan 14
2
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
Can you send me actual LLVM IR or a preprocessed source from using -E? I don't have a machine handy that has headers that target that arch. On Tue Jan 13 2015 at 4:33:29 PM Daniel Berlin <dberlin at dberlin.org> wrote: > Anything other than noalias or mustalias should be getting passed down the > stack, so either that is not happening or CFL aa is giving better answers > and
2015 Jan 14
4
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
Inline - George > On Jan 14, 2015, at 10:49 AM, Daniel Berlin <dberlin at dberlin.org> wrote: > > > >> On Tue, Jan 13, 2015 at 11:26 PM, Nick Lewycky <nlewycky at google.com> wrote: >>> On 13 January 2015 at 22:11, Daniel Berlin <dberlin at dberlin.org> wrote: >>> This is caused by CFLAA returning PartialAlias for a query that BasicAA can
2009 Sep 02
0
Wine release 1.1.29
...seaprated class inheriting from Object. jscript: Added Function.call implementation. jscript: Added Function.apply implementation. jscript: Make Array.push generic. msxml3: Moved IDispatchEx implementation from domdoc to xmlnode. msxml3: Use IXMLDOMSelection as a main queryresult interface. msxml3: Added more IDispatchEx tests. shdocvw: Added IPropertyNotifySink stub implementation. shdocvw: Move OnObjectAvailable implementation to dochost.c. mshtml: Always call OnStartRequest before OnStopRequest. shdocvw: Use IPropertyNotifySink to track read...
2008 Sep 05
0
Wine release 1.1.4
...on't crash on Vista. urlmon/tests: Fix test on win98. dsound/tests: Fix typos in tests. quartz/tests: Add a missing CoUninitialize. wintrust/tests: Add a missing FreeLibrary. winspool.drv/tests: Fix a test on Vista/W2K8. Piotr Caban (1): msxml3: Added custom queryresult DISPIDs implementation. Rico Sch?ller (1): wined3d/d3d9: Set the initial scissorrect to the dimesions of the backbuffer from the first swapchain of the device. Rob Shearman (4): widl: Raise RPC_X_SS_IN_NULL_CONTEXT exception for NULL in-only context handles instead of RPC_X_NULL_REF_P...
2008 Jul 11
0
Wine release 1.1.1
...nealsa: Fix some unsigned comparison < 0 warnings. Alistair Leslie-Hughes (8): gdi32: Stop crash in font tests. msxml3: Added support to create an Attribute in createNode. msxml3: Use libxml macros to get the length of a set. msxml3: Added checks for invalid arguments in queryresult. msxml3: Added checks for invalid arguments in nodelist. msxml3: Added tests to check for invalid arguments. oleview: Fixed crash with loading typelib information. shlwapi: Fix tests under w2k8. Andre Wisplinghoff (1): regedit: Implement deleting multiple values. And...
2008 Aug 22
0
Wine release 1.1.3
...omName implementation. msxml3: Add ISAXAttributes_getValueFromQName implementation. msxml3: Add error handling when reading from IStream. msxml3: Fix IVBErrorHandler related bugs. msxml3: Use LoadTypeLibEx to register typelib. msxml3: Code clean up. msxml3: Added queryresult's IDispatchEx implementation. msxml3: Added IDispatchEx QueryInterface test. Reece Dunn (6): crypt32: Check Vista error codes for the msg tests. secur32: Fix the ntlm tests crashing on Vista. secur32: Fix the schannel tests crashing on Vista. shell32: Fix shlexec...
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
...ools/makedep -C. -S../.. -T../.. -I/opt/local/include/libxml2 -I/opt/local/include -I/opt/local/include/libxml2 attribute.c bsc.c cdata.c comment.c dispex.c docfrag.c doctype.c domdoc.c domimpl.c element.c entityref.c factory.c httprequest.c main.c node.c nodelist.c nodemap.c parseerror.c pi.c queryresult.c regsvr.c saxreader.c schema.c text.c uuid.c xdr.c xmldoc.c xmlelem.c schemas.rc version.rc msxml3_v1.idl msxml3_v1.tlb xslpattern.y xslpattern.l > :info:build config.status: creating dlls/msxml3/tests/Makefile > :info:build ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T.....