search for: expandweight

Displaying 7 results from an estimated 7 matches for "expandweight".

2007 Mar 06
1
Merging stats from multiple databases for expand
In matcher/expandweight.cc we have: OmExpandBits operator+(const OmExpandBits &bits1, const OmExpandBits &bits2) { OmExpandBits sum(bits1); sum.multiplier += bits2.multiplier; sum.rtermfreq += bits2.rtermfreq; // FIXME - try to share this information rather than pick half of it if (bits2...
2012 Mar 21
1
Wish To Join Xapian:-)
Dear Friends, This is Shao from National University of Singapore(NUS). I'm currently doing my exchange study in Royal Institute of Technology(KTH), Sweden. IR is really interesting to me. I've taken a Information Retrieval course during the exchange study here in KTH http://www.csc.kth.se/utbildning/kth/kurser/DD2476/ir12/labblydelser/assignment2. The Weighting Schemes and Learn to Rank
2013 Jul 22
0
Query Expansion trial version ready
Hello guys, I have some good news. After a lot of hardwork, here is the trial version of our new query expansion mechanism. The code compiles well. But, I have yet to test it extensively. Dan's advice of making ExpandStats a member of ExpandWeight really proved to be useful. Thanks Dan ! :) While I work on testing the mechanism, I would really appreciate if I got feedback and reviews about the code :- https://github.com/xapian/xapian/pull/24 -Regards -Aarsh -------------- next part -------------- An HTML attachment was scrubbed... URL: &lt...
2017 Mar 15
2
xapian core missing link to math on MSYS2
...s/omassert.o common/.libs/posixy_wrapper.o common/.libs/replicate_utils.o common/.libs/safe.o common/.libs/serialise-double.o common/.libs/socket_utils.o common/.libs/str.o common/.libs/compression_stream.o common/.libs/win32_uuid.o expand/.libs/bo1eweight.o expand/.libs/esetinternal.o expand/.libs/expandweight.o expand/.libs/ortermlist.o expand/.libs/tradeweight.o geospatial/.libs/geoencode.o geospatial/.libs/latlongcoord.o geospatial/.libs/latlong_distance_keymaker.o geospatial/.libs/latlong_metrics.o geospatial/.libs/latlong_posting_source.o languages/.libs/arabic.o languages/.libs/armenian.o languages...
2014 Apr 13
2
Adding an external library to Xapian
...pand/esetinternal.cc 2014-04-13 17:38:14.000000000 +0530 @@ -21,6 +21,9 @@ #include <config.h> +// TODO Remove this afterwards. +#include <iostream> + #include "esetinternal.h" #include "xapian/enquire.h" @@ -142,6 +145,7 @@ const Xapian::Internal::ExpandWeight & eweight, Xapian::weight min_wt) { + cout << "In Eset::Internal::expand" << endl; LOGCALL_VOID(EXPAND, "ESet::Internal::expand", max_esize | db | rset | edecider | eweight); // These two cases are handled by our caller. Assert(max_esize...
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
2006 Apr 06
2
build error : xapian-core-0.9.4_svn6707
...ckend.a/quartz_record.o .libs/libxapian.lax/libbackend.a/quartz_metafile.o .libs/libxapian.lax/libbackend.a/inmemory_document.o .libs/libxapian.lax/libbackend.a/flint_document.o .libs/libxapian.lax/libmatcher.a/expand.o .libs/libxapian.lax/libmatcher.a/tradweight.o .libs/libxapian.lax/libmatcher.a/expandweight.o .libs/libxapian.lax/libmatcher.a/andmaybepostlist.o .libs/libxapian.lax/libmatcher.a/multimatch.o .libs/libxapian.lax/libmatcher.a/filterpostlist.o .libs/libxapian.lax/libmatcher.a/rset.o .libs/libxapian.lax/libmatcher.a/andnotpostlist.o .libs/libxapian.lax/libmatcher.a/networkmatch.o .libs/libxa...