search for: expanddecid

Displaying 14 results from an estimated 14 matches for "expanddecid".

Did you mean: expanddecider
2013 Mar 13
1
patch-Add standard ExpandDecider subclass to restrict to terms with a particular prefix
Hi, guys, I wrote a patch for ticket #467<http://trac.xapian.org/ticket/467>(Add standard ExpandDecider subclass to restrict to terms with a particular prefix). A new ExpandDecider class is added in expanddecider.cc/h, which delete all unprefix terms I am a newbiee to open source contribution, please let me know if this patch is work. Patch is here(generate by svn diff): https://github.com/white1...
2007 Apr 20
1
ExpandDecider and MatchDecider operator() return type
Currently ExpandDecider::operator() and MatchDecider::operator() return `int' for no very good reason that I can see. It would be more natural to return `bool', since these classes are making a "yes/no" decision about whether to include a term in an ESet or a document in an MSet. The problem is that...
2014 Apr 13
2
Adding an external library to Xapian
...rouble-maker > xapian.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20140413/532117e4/attachment-0002.html> -------------- next part -------------- diff -ur xapian-core-1.2.17-o/api/expanddecider.cc xapian-core-1.2.17/api/expanddecider.cc --- xapian-core-1.2.17-o/api/expanddecider.cc 2014-01-29 08:28:01.000000000 +0530 +++ xapian-core-1.2.17/api/expanddecider.cc 2014-04-12 22:22:09.000000000 +0530 @@ -45,4 +45,10 @@ return i == rejects.end(); } +bool +ExpandDeciderQueryCompletion:...
2014 Apr 13
2
Adding an external library to Xapian
My code is not on Github. I am using the tarball as of now. The following it the error that occurred: http://pastebin.com/cVJrjUZX On Sun, Apr 13, 2014 at 8:16 PM, James Aylett <james-xapian at tartarus.org>wrote: > On 13 Apr 2014, at 15:37, Pallavi Gudipati <pallavigudipati at gmail.com> > wrote: > > > A linker error is encountered even after following the above
2014 Mar 10
2
[GSoC 2014] clustering of search results
...of "interesting" terms to consider would > help. > Yes, what I know is that clustering will be based on number of clusters i.e. no. of disjoints sets for that particular document. Enquire:::get_eset() will return the expand set of related documents. The corresponding "Xapian::ExpandDecider * edecider " will decide which document has to be inserted in the expand set. > > That's related to clustering, but it isn't completely equivalent. > > As an example, one way you could generate clusters is to think of each > document as a point in a multi-dimensional...
2007 Jun 14
1
relevance sets and stemmed terms
Hi List Is there a good way to generate search term suggestions meant for the user to see? I was thinking using the relevance set and expansion set stuff for this, but since these functions return a lot of Z-prefixed stemmed down versions of words, those results are not always suitable to be presented to the user. Cheers Alec
2009 Apr 23
1
Expanding the search in PHP
I tried using the simpleexpand.php from http://xapian.org/docs/bindings/php/examples/simpleexpand.php5 I get different results between PHP and the Omega expand (see below), I'd like to have the same functionality in PHP. Could anyone suggest how to do it? Is there an example I could use? Thanks, Frank And got the following results from PHP: Zdefin: weight = 46.963883268652 Zconfigur:
2017 Jun 14
2
KMeans Clusterer - Going forward
...er the next half of the month, the plan will be to get feature extraction and elkans-kmeans (with triangle inequality) to be working well. As Olly has mentioned in one of his comments on the PR, it wouldn't be ideal to use hard coded criteria for feature selection. Thus using something like an ExpandDecider would certainly be great. I will look into it and make my approach clear as I go ahead. Thanks, Richhiey -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20170614/fc5f3a7e/attachment.html>
2010 Jul 07
1
Status of the java-swig bindings?
I just get the latest version of Xapian 1.2.2 and see that the Java bindings still aren't in a package. Do these work? I am trying to hack them into a package but I can't find where the actual swig -java command is being executed from to add the -package command. Any ideas? -- Jarrod Roberson www.vertigrated.com/blog
2010 Jul 26
2
related documents
Hi All, I would like to take a doc in the xapian DB and find all related documents by relevance e.g. so when you view one document it says "Related entries X Y Z". I'm aware of the "Morelikethis" Lucene plugin that is supposed to do something like this, by generating a query from a document based on term frequency. Has anyone developed a tool to generate a query from a
2014 Mar 09
2
[GSoC 2014] clustering of search results
Hello guys, I was looking forward to participate in GSoc14. I have a decent knowledge about c++ and parsers. I was looking at the idea pages where I found many interesting projects, in which "clustering of search results" interests me the most. I want someone to take me to the right track in understanding the project so that I can think about its implementation. According to me, in this
2006 May 10
1
Documentation for the PHP OO wrapper
...t I was not able to resolve : - some methods are documented but do not exist in the wrapper (e.g. empty(), max_size(), swap(), create()...) - some forms of methods use arguments types which are not in the wrapper and should not be documented (e.g : get_mset with a MatchDecider, get_eset with an ExpandDecider, SimpleStopper::__construct() with iterators...) - some methods exist in the wrapper but are not documented. This is everything which is specific to the bindings : http://svn.xapian.org/trunk/xapian-bindings/php/docs/bindings.html?view=co and some which are not documented like (Simple)Stopper::...
2017 Mar 15
2
xapian core missing link to math on MSYS2
...../lib/dllcrt2.o D:/bda-ci/msys2/unstable/mingw64/lib/gcc/x86_64-w64-mingw32/6.3.0/crtbegin.o api/.libs/compactor.o api/.libs/constinfo.o api/.libs/decvalwtsource.o api/.libs/documentvaluelist.o api/.libs/editdistance.o api/.libs/emptypostlist.o api/.libs/error.o api/.libs/errorhandler.o api/.libs/expanddecider.o api/.libs/keymaker.o api/.libs/leafpostlist.o api/.libs/matchspy.o api/.libs/omdatabase.o api/.libs/omdocument.o api/.libs/omenquire.o api/.libs/positioniterator.o api/.libs/postingiterator.o api/.libs/postingsource.o api/.libs/postlist.o api/.libs/query.o api/.libs/queryinternal.o api/.libs/re...
2020 Mar 22
0
Unable to build RPM for Centos 7
...compactor.h include/xapian/constants.h include/xapian/constinfo.h include/xapian/database.h include/xapian/dbfactory.h include/xapian/deprecated.h include/xapian/derefwrapper.h include/xapian/document.h include/xapian/enquire.h include/xapian/errorhandler.h include/xapian/eset.h include/xapian/expanddecider.h include/xapian/intrusive_ptr.h include/xapian/iterator.h include/xapian/keymaker.h include/xapian/matchspy.h include/xapian/mset.h include/xapian/positioniterator.h include/xapian/postingiterator.h include/xapian/postingsource.h include/xapian/query.h include/xapian/queryparser.h include/...