Displaying 20 results from an estimated 10000 matches similar to: "Xapian user search query syntax"
2018 Jun 20
2
Welcome to the "Xapian-discuss" mailing list
Hi,
I'm new to Xapian and wanted to know if it has a specific feature. I want
to be able to check the relation between two terms on a page based on how
close they are together on the page. I want to use a combination of n-gram
based labeling and the "slop" feature found in Elasticsearch. Does Xapian
have this/a similar feature? I haven't been able to find any programs that
have
2018 Sep 29
2
xapian parser bug?
Today we noticed that keywords can't be searched as prefixed terms. Or
that's what it looks like anyway. I tested and, or, and not.
╰─% NOTMUCH_DEBUG_QUERY=y notmuch search 'subject:"and"'
Query string is:
subject:"and"
notmuch search: A Xapian exception occurred
A Xapian exception occurred parsing query: Syntax: <expression> AND <expression>
Query
2017 Apr 08
2
Search Algorithm Used for Keyword Search
Dear Sir,
I'm doing a literature survey on search engines. As Xapian is open source, I think I can get the information required by me.
I assume that your system builds a list of keywords and tags to every keyword the documents where it can be found. My questions are as follows:
1. What is the search algorithm used for searching the list of keywords that your search engine has?. Is it the
2019 Jan 22
1
About xapian serialization on float/double variables
Dear Members of Xapian Project,
Sorry for troubling you this time. It can be witnessed that xapian will store Document values with serialization approach when given value types meet float/double.
Such an approach is deployed on sort_key related fields as well, where the xapian requires KeyMaker::operator() must return an serialized float/dobule variable. Then heap sort comes and ranks
2017 Apr 23
2
Question about the ticket #743 omindex: delay libmagic checks
>
> I'd suggest to start with you just look at moving the libmagic check after
> the filesize checks, so you don't need to get into whether libmagic or
> the database check is cheaper on average.
hi, Olly, I have moved the libmagic check after the filesize check directly,
https://github.com/caiyulun/xapian/commit/3a97d9ee5397fa900a473aa9b3d8eeb720177a4e
can you provide
2017 Mar 23
2
GSoC 2017: Letor Click Data Mining
> You could do that by identifying the search session instead of the user,
> which makes it closer to what we need than to something that might trip you
> into privacy concerns.
Okay, that would be much better. :)
> Third records some information about what sort of query it is — add,
> morelike or a plain query. Last provides the estimated match size and then
> the HTTP
2019 Apr 08
2
Student Introduction
This might be a little late but I was engaged in my university examinations. Moreover, I have an exam even today so apologies for the delay. Also, I had to change my project from weighting schemes to improve to improve estimated total number of results as weighting schemes was demanding a lot of time going through it. I would really appreciate if you could review my proposal asap.
2016 Sep 22
2
issues compiling omega
All,
I'm having some issues compiling omega. Here are the particulars
I'm on win7, using cygwin 4.9.2 64 bit. Here's the relevant output from
make:
libtool: link: g++ -fshow-column -Wall -W -Wredundant-decls -Wpointer-arith
-Wca
st-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords
-Wundef
-Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1
2019 Mar 03
2
A Greeting for Xapian community
On Sun, Mar 03, 2019 at 04:20:21PM +0000, James Aylett wrote:
> On the documentation build, I'm not sure what's going on. I'm on
> Debian stable here, and I don't have texinfo installed. ./bootstrap
> completes successfully for me. My understanding of makeinfo is that
> it's not actually needed for Xapian, and the build system shouldn't
> complain about its
2016 Sep 09
3
problem with bindings configure script
All,
I'm trying to compile xapian core and bindings under cygwin. I have no
issues running the configure script and then compiling core, but bindings
is giving me some issues. I'm running the configure script for bindings as
follows:
in xapian-bindings-1.4.0 directory.
./configure XAPIAN_CONFIG=/home/John/xapian-core-1.4.0 --with-java and had
two issues.
The first I solved by doing
2018 Apr 19
1
Xapian posting lists in memory mode
Dear Members of Xapian Project,
Sorry for troubling you this time. This is Miao LIU, a postgraduate student working on information retrieval system related areas.
I have been using Xapian (https://xapian.org) for quite a few months as the database and the searching engine in my IR system. I am currently facing
a tough problem that I'd like to put all my posting lists in memory of my
2017 Apr 08
2
Omega: Missing support for newer weighting schemes
Hi,
In my explorations of Omega codebase, I have found that Omega is currently
missing support for newer weighting schemes added in 1.4.1 (BM25+, PL2+,
Dir+). I'd submit a PR addressing that but as I think I might be missing
something so just wanted to check if there's a particular reason for that?
P.S. Finally back after a long week. Been eagerly waiting for a weekend since
the
2016 Oct 01
2
New to Xapian project
Hi,
I am currently pursuing my computing science bachelors degree at
university of Alberta, Canada. My speciality lie in Information
retrieval, machine learning and data mining. In order to get hands on
experience with real world information retrieval systems, I would like
to contribute to the Xapian project. I have been going through some of
the project ideas in
2011 Mar 26
2
Building Xapian on Mac OSX 10.6.x
I have a project that requires Xapian for a 32 bit arch, but Mac
defaults to 64 bit. How can I configure Xapian core and Xapian python
bindings to build 32 bit?
2011 Mar 26
2
Building Xapian on Mac OSX 10.6.x
I have a project that requires Xapian for a 32 bit arch, but Mac
defaults to 64 bit. How can I configure Xapian core and Xapian python
bindings to build 32 bit?
2017 Jan 17
2
Regarding GSoC 2017
Hello,
My name is Prakhar Pratyush. I am a 4th year Electronics & Communication
engineering undergraduate student at Indian Institute of Technology (IIT)
Roorkee.
My primary areas of Interest are machine learning, and Information Security
and I am proficient in C++/Python/JavaScript programming languages as well.
I was looking into the past gsoc organizations, and I came across Xapian. I
2018 Feb 08
7
How to ensure thread-safety
Hi,
I have read the concurrency webpage from the Xapian documentation:
http://getting-started-with-xapian.readthedocs.io/en/latest/concepts/concurrency.html
But it is still not clear to me how to ensure thread-safety when using
libxapian (C++ API). Usually when doing multi-threading many threads can
read the same variable concurrently without locking provided none of the
threads modifies the
2019 Mar 02
2
A Greeting for Xapian community
Dear mentors and friends working on Xapian:
Sorry for bothering you here, please excuse my rudeness. In order to
clearly represent my thoughts, I think my words going a bit verbose,
thus it is unsuitable to put them in the chat room or it would be a
hell for the readers.
This email consists of 3 parts, my self introduction (I'm new here)
and two question I met while building Xapian from git.
2016 Aug 29
1
Forming a "Project Leadership Committee"
Xapian is in the process of joining the Software Freedom Conservancy
(https://sfconservancy.org/), but one thing we need to sort out before
we can finalise this is some sort of more formal project leadership
structure.
James Aylett and I have discussed this with Bradley Kuhn from
Conservancy, and we think the most appropriate model currently would be
a small group of at least 3 (to avoid deadlock
2016 Oct 09
1
Facing problem while compiling on os x 10.10
Hi All,
I am trying to compile xapian-core from the git source tree and after
running the autoconf successfully while running configure getting the
following error
configure: creating ./config.status
config.status: error: cannot find input file: `Makefile.in'
can some one help me to solve this problem.
Thanks & Regards
Prakash