search for: defaultop

Displaying 10 results from an estimated 10 matches for "defaultop".

Did you mean: defaultip
2006 Feb 07
1
Omega
Are there any options to forming queries with Omega? For instance can you specify a proximity search like "file near 5 manager"? If so, where might I find this documented? I don't see it in the docs directory. Thanks Jim.
2011 Apr 09
1
Pretty URLs for omega?
...> </head> <body bgcolor="#ffffff"> <FORM NAME=P METHOD=GET ACTION="/cgi-bin/omega" TARGET="_top"> <center> <INPUT NAME=P VALUE="" SIZE=65> <INPUT TYPE=SUBMIT VALUE="Search"> <hr> <INPUT TYPE=radio NAME=DEFAULTOP VALUE=or > Match any word <INPUT TYPE=radio NAME=DEFAULTOP VALUE=and CHECKED> Match all words </center><br> <INPUT TYPE=hidden NAME=DB VALUE="default"> <INPUT TYPE=hidden NAME=FMT VALUE="query"> <INPUT TYPE=hidden NAME=xDB VALUE="default&...
2007 Jan 28
1
omega: $field{sample} clarification
.../ ~/site ---index.xhtml <form method="get" action="http://localhost/cgi-bin/omega.cgi"> <div id="search"> <input type="hidden" name="DB" value="default" /> <input type="hidden" name="DEFAULTOP" value="AND" /> <input type="text" name="P" value="" /> </div> </form> ---query <p>Searched $nice{$dbsize} document in $time seconds, $msize match found.</p> $hitlist{} <p> <a href=&quot...
2012 Jun 04
1
Search not finding queries with stop words.
I have a search in perl that looks a bit like: my $qp = new Search::Xapian::QueryParser(); $qp->set_stemmer(new Search::Xapian::Stem("english")); $qp->set_stemming_strategy(STEM_SOME); $qp->set_default_op($defaultop); ... my $par = $qp->parse_query($query); my $enq = $xDatabase->enquire( $par ); and in the db create script: my $stopper = Search::Xapian::SimpleStopper->new(); foreach my $word (@ar) { $stopper->add($word); } ... my $doc = Search::Xapian::Document-&g...
2013 Aug 21
2
Perl interface isn't working in 1.2.x
...ode: $db = Search::Xapian::Database->new( $dx ); my $qp = Search::Xapian::QueryParser->new(); my $dbSize=$db->get_doccount(); # $qp->set_stemmer(new Search::Xapian::Stem("english")); # $qp->set_stemming_strategy(STEM_SOME); # $qp->set_default_op($defaultop); my $par = $qp->parse_query($query); my $enq = $db->enquire( $par ); my @matches = $enq->matches($nstart,$nrecords); my $mset = $enq->get_mset($nstart,$nrecords); my $est = $mset->get_matches_estimated(); my $totTime=0; foreach my $match ( @matche...
2010 Mar 24
1
Omega: behavior msize when collapsing results
...OLOUR size: field=size boolean=XSIZE colourandsize: field=size boolean=XCOLOURANDSIZE norm: field=norm boolean=XNORM picture: field=picture sort: valuenumeric=1 field=sort icon: field=icon boolean=XICON preview: unhtml truncate=200 field=preview My Omega command looks like this: FMT=xml DEFAULTOP=OR HITSPERPAGE=9 MINHITS=900 SORT=1 SORTREVERSE=1 COLLAPSE=0 B=LNL B=XTYPEproduct P='(catalog:2 OR catalog:425) AND productgroup:6' So in plain English, I am requesting all products from catalogs 2 and 425 in productgroup 6. I am collapsing the result on field 'objectid' and sortin...
2012 Aug 22
2
[LLVMdev] No more TargetFlags on MO_Register MachineOperands
> -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Owen Anderson > Sent: Tuesday, August 21, 2012 11:37 AM > To: Stellard, Thomas > Cc: llvmdev at cs.illinois.edu > Subject: Re: [LLVMdev] No more TargetFlags on MO_Register > MachineOperands > > Tom, > > On Aug 21, 2012, at 11:21 AM, Tom
2013 Aug 26
2
Perl interface isn't working in 1.2.x
On 08/25/2013 05:02 PM, Olly Betts wrote: > So the simple fix is > probably just to install the perl-Search-Xapian RPM instead. Thanks, the Centos 6 repos don't have that rpm and the http://xapian.org/download page seems to only cover the XS bindings, if I am reading this correctly: But I was able to remove the rpm packages and compile and install the core and swig from source.
2012 Aug 22
0
[LLVMdev] No more TargetFlags on MO_Register MachineOperands
On Aug 22, 2012, at 11:34 AM, "Villmow, Micah" <Micah.Villmow at amd.com> wrote: > > >> -----Original Message----- >> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] >> On Behalf Of Owen Anderson >> Sent: Tuesday, August 21, 2012 11:37 AM >> To: Stellard, Thomas >> Cc: llvmdev at cs.illinois.edu >>
2020 Jun 08
2
Nested instruction patterns rejected by GlobalISel when having registers in Defs
Hi Daniel, Thanks for replying; I was hoping to get in touch with you on this issue. I had a look at how SelectionIDAG does it when generating the matcher table, and it does consider the implicit defs as additional output. Here is the match table generated for the pattern: /* 0*/ OPC_CheckOpcode, TARGET_VAL(ISD::SIGN_EXTEND), /* 3*/ OPC_MoveChild0, /* 4*/ OPC_CheckOpcode,