Displaying 4 results from an estimated 4 matches for "quickstartsearch".
2008 Sep 27
3
Query::MatchAll
Why there still been rank when using Query::MatchAll() ?
2011 Sep 10
1
Broken Link
Hi, on http://xapian.org/docs/quickstart.html, the link that is supposed to point to quickstartindex.cc.html refers to quickstartsearch.cc.html ; maybe you could fix that. Thanks! Martin
--
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
2015 Jan 16
2
Question on "single writer, multiple reader"
...ently. The feature "single
writer, multiple reader" is one of my favorite, but currently I can't make
it work.
My goal is to add more documents to the database increamentally, while
the Xapian search process is not stopped.
I followed "quickstartindex.cc" and "quickstartsearch.cc" on the
website (http://xapian.org/docs/quickstart.html), and added a while loop
reading in query text around the core logic of the search process, in order
to simulate the online situation. (code snippet attatched below)
Here is my question:
With the search process alive, I a...
2015 Aug 07
1
xapian 1.2.21 / MSYS-1.0.11.exe
...4.5.2/../../../../mingw32/bin/ld.exe: warning: auto-importing has been activated without --enable-auto-import
specified on the command line.
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
$
The similar to the above occurred when compiling quickstartsearch.cc.
$ quickstartindex proverbs \
> "people who live in glass houses should not throw stones" \
> people live glass house stone
$ quickstartindex proverbs \
> "Don't look a gift horse in the mouth" \
> look gift horse mouth
$ quickstartsearch proverbs look
Perf...