Displaying 3 results from an estimated 3 matches for "code_structur".
Did you mean:
code_structure
2004 Sep 27
1
Xapian FTBFS
A fresh checkout of CVS Xapian fails to build from source
in doc. Here's the relevant log:
Making all in docs
make[2]: Entering directory `/usr/local/src/build-xapian/xapian-core/docs'
make[2]: *** No rule to make target `code_structure.html', needed by `all-am'. Stop.
make[2]: Leaving directory `/usr/local/src/build-xapian/xapian-core/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/build-xapian/xapian-core'
make: *** [all] Error 2
Note: this is a build outside of the so...
2016 May 31
1
Need info on chert and flint
Hi,
I am new to xapian and read somewhere that xapain was using flint before
released version 1.1 now it is using chert.
I am looking for differences between both flint vs chert respective to
xapian and advantages of chert.
thanks
Smriti
2013 Jan 10
1
Add an example to the community page and contribute more code
Hi guys.I've finished an example indexer which acts like a grep replacement
for a file.It indexes each line containing a proper noun in a given text
file.The line containing the proper noun will be displayed upon searching
for that noun.I would like to add it to the community code examples.I'm
planning to write more examples which demonstrate some advanced features of
Xapian along similar