Displaying 6 results from an estimated 6 matches for "topterm".
Did you mean:
topterms
2006 Feb 08
1
xapian-tcpsrv very slow
Hi,
I have been looking at xapian for a project and have so far been very
impressed. I have hit one major problem the final architecture requires
that the web server be a deferent machine from the server that xapian is
installed on. With my test code using local database ($db_path =
"/var/xapain_db/default"; $db = new_database($db_path);) a query takes
around 0.012 seconds on
2011 Apr 27
2
Omindex: what are the default numbered indexes?
...1-04-27 16:48:06.625867916 +0530
@@ -55,6 +55,7 @@
Dates (YYYYMMDD). Start: <INPUT NAME=START VALUE="$cgi{START}" SIZE=8>
End: <INPUT NAME=END VALUE="$cgi{END}" SIZE=8>
File type: $include{inc/filenamedropbox}
+Duplicates: $include{inc/duplicatesdropbox}
$if{$opt{topterms},
<div title="Suggested terms to add to your query"
style="text-align:left;background:#cfc;border:1px solid
green;padding:2px;font:11px verdana$. arial$. helvetica$. sans-serif;">
With the above in use, after searching for "meet" initially with the default...
2011 Apr 17
3
Report for http://trac.xapian.org/wiki/SupportedPlatforms
...megascript.vim
./usr/share/xapian-omega
./usr/share/xapian-omega/templates
./usr/share/xapian-omega/templates/godmode
./usr/share/xapian-omega/templates/inc
./usr/share/xapian-omega/templates/inc/anyalldropbox
./usr/share/xapian-omega/templates/inc/anyallradio
./usr/share/xapian-omega/templates/inc/toptermsjs
./usr/share/xapian-omega/templates/opensearch
./usr/share/xapian-omega/templates/query
./usr/share/xapian-omega/templates/topterms
./usr/share/xapian-omega/templates/xml
./var
./var/lib
./var/lib/omega
./var/lib/omega/cdb
./var/lib/omega/data
./var/lib/omega/templates
./var/lib/omega/templates/g...
2004 Dec 17
2
Custom weight factors - pushing the relevancy ranking how we want it
Hi guys (and gals?),
We're using Xapian/Omega for indexing and searching forums.
As forums are, the content that is relevant to a search is not just
determined by the frequency or location of the terms; the date the topic
has been last modified is important as well.
Another issue we find is that the amount of results is so overwhelming,
the user is unable to find the correct topic for his
2017 Jun 03
2
Logging the click data
...ate the list in the
fourth column accordingly.
Does this entire idea sounds workable?
I'm not entirely sure how to achieve the last part i.e. updating the log
file
with click information but as discussed earlier, a log template can helpful
here. As of now, I think it could be implemented like topterms template
(i.e.
without any structure to be displayed) where we'd jsut invoke some
Omegascript
commands to do the update. Another question -- we'd need to trigger this
template whenever a click happens, so is it possible to have such a
behaviour
from within query template through some exist...
2011 Apr 17
5
For more UI functionality: OmegaScript, C++ or other?
Hello :-)
We have Xapian and Omega working nicely. Now we would like more
functionality at the browser UI, such as being able to specify date ranges
and being able to search the file name including looking only for, say, .odt
files.
Question is whether the best choice for this would be to develop a template
using OmegaScript or to switch to C++ or some other language.
Availability of skills