search for: valueranges

Displaying 12 results from an estimated 12 matches for "valueranges".

Did you mean: valuerange
2009 Apr 14
2
questions about xapian
Hi! Alls ???? i have read code of xapian more than one month,i leant a lot from your code both form design of search engine and code details. ???? however, something make me in a puzzle. ? ?? Take? RefCntBase as an example, it seems that it is a "kernel" of xapian, as many classes inherit from it. But,what is it funtion? why is it so important? ???? Another confusion is about
2009 Apr 14
2
questions about xapian
Hi! Alls ???? i have read code of xapian more than one month,i leant a lot from your code both form design of search engine and code details. ???? however, something make me in a puzzle. ? ?? Take? RefCntBase as an example, it seems that it is a "kernel" of xapian, as many classes inherit from it. But,what is it funtion? why is it so important? ???? Another confusion is about
2017 Sep 12
2
perl bindings to Xapian::Query
QueryParser is great, but I would like to make a query myself, so I can filter results by a specified value (in this case restricting by epoch time after a certain value) My code looks like this, and compiles, and appears like it should work according to the perl source:     my $query = $qp->parse_query($querystr);     if ($datefilter) {         my $filterepoch = time() - ($datefilter
2007 Jul 27
2
[LLVMdev] Couple of changes (2005 and other toolchain related)
...und which takes a left-hand operand of type 'const unsigned int' (or there is no acceptable conversion) c:\libraries\llvm-2.0\lib\transforms\scalar\predicatesimplifier.cpp(677): could be 'bool `anonymous-namespace'::operator <(const llvm::Value *,const `anonymous-namespace'::ValueRanges::ScopedRange &)' [found using argument- dependent lookup] while trying to match the argument list '(const unsigned int, `anonymous-namespace'::InequalityGraph::Edge)' c:\libraries\llvm-2.0\lib\transforms\scalar\predicatesimplifier.cpp(295) : see reference to fu...
2015 Jun 10
1
make check xapian-bindings-1.2.21 & Search-Xapian-1.2.21.0
Eric Lindblad http://www.ericlindblad.blogspot.com - - - Slackware-14.0 bash-4.2# make check Making check in perl make[1]: Entering directory `/home/eric/xapian-bindings-1.2.21/perl' make check-am make[2]: Entering directory `/home/eric/xapian-bindings-1.2.21/perl' make check-TESTS make[3]: Entering directory `/home/eric/xapian-bindings-1.2.21/perl' ./t/01use.t .. ok All tests
2010 May 22
1
How to search documents with certain values
Hi all, I am creating Xapian documents and adding a unix timestamp to each document as a value using the doc.add_value method. When I search my Xapian database, I want the option to only search documents with a timestamp within the last year. Is there a way to search across documents with a value greater than a specified value string? Or is there a better way of doing something like this? Any
2017 Sep 12
0
perl bindings to Xapian::Query
On Tue, Sep 12, 2017 at 04:47:52PM -0400, Alex Aminoff wrote: >         my $filterepoch = time() - ($datefilter * 60 * 60 * 24); >         my $filterquery = > Xapian::Query->new(OP_VALUE_GE,I_DATE,$filterepoch); I think your issue here is that $filterepoch is a number rather than a string (a Perl scalar can have different representations internally). In t/valuerange.t this testcase
2007 Jul 09
1
[LLVMdev] Integer Range
Dear All, Is there an LLVM analysis pass that can, given an LLVM integer value, tell me the minimum and maximum values that the value will be at run-time? Conservative answers are fine, and execution time isn't too important, so the more accurate it is, the better. Thanks in advance. -- John T.
2012 Jun 29
0
Adding Bi-gram in the QueryParser and Object.
Hi all, I have jotted down a plan for how to handle or add Bi-gram in Query Object though QueryParser. PFA as a sequence diagram which depicts what i got to know about how parser works and query is build from tokens provided by the lexer.I have highlighted some area in blue where i think there is possibility of having bi-grams.While Integrating bi-gram in the Parser ,Query our aim is to generate
2007 Jul 27
0
[LLVMdev] Couple of changes (2005 and other toolchain related)
...d which takes a left-hand operand of type 'const unsigned int' (or there is no acceptable conversion) c:\libraries\llvm-2.0\lib\transforms\scalar\predicatesimplifier.cpp(677) : could be 'bool `anonymous-namespace'::operator <(const llvm::Value *,const `anonymous-namespace'::ValueRanges::ScopedRange &)' [found using argument- dependent lookup] while trying to match the argument list '(const unsigned int, `anonymous-namespace'::InequalityGraph::Edge)' c:\libraries\llvm-2.0\lib\transforms\scalar\predicatesimplifier.cpp(295) : see reference to fu...
2011 Sep 21
2
Xapian-discuss Digest, Vol 88, Issue 9
Thanks that helped :). I am still trying to cover add_value some more though since I seem to not understand it totally. I guess it is because I am used to Lucene and Sphinx and Solr and it appears that Xapian seems to attach the type of value stored more on add_value. Like for example I am still a bit confused on how slotno actually works and what it actually is. I think the main thing is
2020 Mar 22
0
Unable to build RPM for Centos 7
...ial.html glossary.html index.html install.html internals.html intro_ir.html matcherdesign.html overview.html postingsource.html queryparser.html remote.html replication.html scalability.html serialisation.html sorting.html spelling.html stemming.html synonyms.html termgenerator.html tests.html valueranges.html '/root/rpmbuild/BUILDROOT/xapian-core-1.4.15-1.x86_64/usr/share/doc/xapian-core' make[3]: Leaving directory `/root/rpmbuild/BUILD/xapian-core-1.4.15/docs' make[2]: Leaving directory `/root/rpmbuild/BUILD/xapian-core-1.4.15/docs' Making install in tests make[2]: Entering direct...