search for: termdocs

Displaying 4 results from an estimated 4 matches for "termdocs".

Did you mean: term_docs
2006 May 10
2
Gem 0.9.2: undefined symbol: mtde_create
...alled ferret-0.9.2 Installing RDoc documentation for ferret-0.9.2... Gems: [ferret] updated I double checked ./ext/gem_make.out to verify the ferret_ext.so compile -- there were no errors or warnings. A bit of poking around in the 0.9.1 gem realease indicates that the mtde_create() function is in termdocs.c, but there is no termdocs.c (or any other source file defining mtde_create) in the gem ferret-0.9.2/ext directory. Any ideas as to what I''m missing? Cheers, Stuart -- Posted via http://www.ruby-forum.com/.
2006 Jun 15
10
Finding out all terms from search results. How?
Hi everybody, I need to find out all terms (field values) from one of the fields from a set of documents returned by search. In other words, I have indexed documents with two fields. I do search on one field and then want to know all other field''s values from fount documents. How? -- Sergei Serdyuk Red Leaf Software LLC web: http://redleafsoft.com -- Posted via
2006 Apr 26
1
Building native extensions fail on Macbook Pro
...8.5.2 -I/opt/local/lib/ruby/1.8/i686-darwin8.5.2 -I. -O -pipe -I/opt/local/include -c term.c gcc -fno-common -O -pipe -I/opt/local/include -fno-common -pipe -fno-common -I. -I/opt/local/lib/ruby/1.8/i686-darwin8.5.2 -I/opt/local/lib/ruby/1.8/i686-darwin8.5.2 -I. -O -pipe -I/opt/local/include -c termdocs.c gcc -fno-common -O -pipe -I/opt/local/include -fno-common -pipe -fno-common -I. -I/opt/local/lib/ruby/1.8/i686-darwin8.5.2 -I/opt/local/lib/ruby/1.8/i686-darwin8.5.2 -I. -O -pipe -I/opt/local/include -c utilities.c gcc -fno-common -O -pipe -I/opt/local/include -fno-common -pipe -fno-common -...
2009 Apr 12
2
Indexing speed benchmark - Xapian, Solr
I came across this benchmark between Xapian & Solr: http://www.anur.ag/blog/2009/03/xapian-and-solr/ According to the benchmark, a doc set that took Solr 34 min to index took Xapian 7 hours. Solr's index is also much smaller - 2.5GB to Xapian's 8.9GB. I'm new to Xapian. Just wondering if results like these are typical? Is indexing speed & size a known issue in Xapian? Or is