Displaying 6 results from an estimated 6 matches for "index_io".
2005 Dec 02
1
Compile error on FreeBSD 4.10 gcc 2.95.4
...rret --include-dependencies
Attempting local installation of ''ferret''
Local gem file not found: ferret*.gem
Attempting remote installation of ''ferret''
Updating Gem source index for: http://gems.rubyforge.org
Building native extensions. This could take a while...
index_io.c: In function `frt_indexin_refill'':
index_io.c:80: syntax error before `rStr''
index_io.c:82: `rStr'' undeclared (first use in this function)
index_io.c:82: (Each undeclared identifier is reported only once
index_io.c:82: for each function it appears in.)
index_io.c: In fu...
2005 Nov 30
8
Compilation of ferret C-extension under Windows.
Hi, David.
I have recently fixed ferret C sources and successfully compile extension
with MSVC.Net The problem was that MS compiler is more stricter that GCC and
require that all variables were declared before using. There was ~30 such
declaration. I have fixed them all.
But I am not sure that it works because tests failed with following error
both on clean and patched versions. So seems that it
2006 Sep 20
3
Unit and Functional Tests Bombing with Ferret
Hello,
I am currently using ferret 0.9.5 and acts_as_ferret 0.2.3 on windows XP
All my unit and functions test that used to work before I installed
ferret are erroring out. My index is on a model name Post, and it looks
like all tests that contains methods which does CRUD to the Post model
bombs out.
Is there anything special I need to do before running unit and
functional test?
Thanks
2006 Apr 26
1
Building native extensions fail on Macbook Pro
...sudo gem install ferret
Attempting local installation of ''ferret''
Local gem file not found: ferret*.gem
Attempting remote installation of ''ferret''
Building native extensions. This could take a while...
/usr/bin/ld: multiple definitions of symbol _ranalyzer_key
r_index_io.o definition of _ranalyzer_key in section (__DATA,__common)
r_qparser.o definition of _ranalyzer_key in section (__DATA,__common)
collect2: ld returned 1 exit status
make: *** [ferret_ext.bundle] Error 1
/usr/bin/ld: multiple definitions of symbol _ranalyzer_key
r_index_io.o definition of _ranalyze...
2006 May 11
6
problem with solaris install
I was trying to install ferret 0.9.2 on solaris (SunOS 5.8) which
does not have a sys/dir.h
nix_io.c:5:21: sys/dir.h: No such file or directory
make: *** [nix_io.o] Error 1
I couldn''t find an obvious way around this... any suggestions?
Thanks,
Rich Marisa
Cornell Information Technologies
Cornell University
2005 Dec 19
17
Indexing so slow......
I am indexing over 10,000 rows of data, it is very slow when it is
indexing the 100,1000,10000 row, and now it is over 1 hour passed on
the row 10,000.
how to make it faster?
here is my code:
==================
doc = Document.new
doc << Field.new("id", t.id, Field::Store::YES,
Field::Index::UNTOKENIZED)
doc << Field.new("title", t.title,