[Xapian-tickets] [Xapian] #679: Memory and speed issues in wildcard searches

Xapian nobody at xapian.org
Fri May 8 12:22:42 BST 2015


#679: Memory and speed issues in wildcard searches
-------------------------+--------------------------
 Reporter:  dk           |             Owner:  olly
     Type:  defect       |            Status:  new
 Priority:  normal       |         Milestone:
Component:  QueryParser  |           Version:  1.3.2
 Severity:  normal       |        Resolution:
 Keywords:               |        Blocked By:
 Blocking:               |  Operating System:  All
-------------------------+--------------------------

Comment (by dk):

 Yes, I also think so, but this is a much lesser issue and I trust that you
 have it under control. It's just that that I'm using default build, and it
 seems that xapian-bindings/perl doesn't use the build path with "perl
 Makefile.PL && make", that's probably why there are issues.

 Just for reverence, here's what I've got:

 {{{
 dmka at solsort xapian-bindings/perl> perl -Mstrict -I. -Iblib/arch -le 'use
 Xapian qw(:standard); print "", $Xapian::VERSION'
 1.3.2.0
 dmka at solsort xapian-bindings/perl> perl -Mstrict -I. -Iblib/arch -le 'use
 Xapian qw(:standard); print "", WILDCARD_LIMIT_MOST_FREQUENT'
 Bareword "WILDCARD_LIMIT_MOST_FREQUENT" not allowed while "strict subs" in
 use at -e line 1.
 Execution of -e aborted due to compilation errors.
 [1]    17365 exit 255   perl -Mstrict -I. -Iblib/arch -le
 dmka at solsort xapian-bindings/perl> perl -Mstrict -I. -Iblib/arch -le 'use
 Xapian qw(:standard); print "",
 Xapian::Query::WILDCARD_LIMIT_MOST_FREQUENT'
 Bareword "Xapian::Query::WILDCARD_LIMIT_MOST_FREQUENT" not allowed while
 "strict subs" in use at -e line 1.
 Execution of -e aborted due to compilation errors.
 [1]    17366 exit 255   perl -Mstrict -I. -Iblib/arch -le
 dmka at solsort xapian-bindings/perl> perl -Mstrict -I. -Iblib/arch -le 'use
 Xapian qw(:standard); print "",
 $Xapian::Query::WILDCARD_LIMIT_MOST_FREQUENT'
 2
 }}}

--
Ticket URL: <http://trac.xapian.org/ticket/679#comment:11>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list