Difference between revisions of "Xapian and wormbase"

From WormBaseWiki
Jump to navigationJump to search
Line 22: Line 22:
  
 
In case you make changes, how to compile the indexer:
 
In case you make changes, how to compile the indexer:
 +
<pre>
 
g++ -o aceindex -L/usr/local/lib -l xapian aceindex.cc
 
g++ -o aceindex -L/usr/local/lib -l xapian aceindex.cc
 +
</pre>

Revision as of 17:21, 20 April 2011

C++ library:

http://oligarchy.co.uk/xapian/1.2.4/xapian-core-1.2.4.tar.gz

Perl modules:

Search::Xapian
Catalyst::Model::Xapian


Note:I will add info on indexing and such here





In case you make changes, how to compile the indexer:

g++ -o aceindex -L/usr/local/lib -l xapian aceindex.cc