Difference between revisions of "Xapian and wormbase"

From WormBaseWiki
Jump to navigationJump to search
Line 13: Line 13:
  
 
Note:I will add info on indexing and such here
 
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

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