Displaying 2 results from an estimated 2 matches for "stde_doc_num".
2006 Oct 12
3
Ferret::StateError while using acts_as_ferret
...39;m currently running Ferret 0.10.11
with acts_as_ferret (latest via svn external) and 3 times today I''ve
seen the following error in production:
A Ferret::StateError occurred in directory#search:
State Error occurred at <except.c>:79 in xraise
Error occurred in index.c:2098 - stde_doc_num
Illegal state of TermDocEnum. You must call #next before you call
#doc_num
/usr/local/lib/ruby/gems/1.8/gems/ferret-0.10.11/lib/ferret/index.rb:370:in
`search.each''
The index in question is on a single model and contains about 330K
items. I''m not doing anything unus...
2007 Feb 07
0
"Illegal state of TermDocEnum" error
Hi,
I''ve upset Ferret (again). When searching for:
"us military" -bomb
I get the following exception:
State Error occured at <except.c>:79 in xraise
Error occured in index.c:2089 - stde_doc_num
Illegal state of TermDocEnum. You must call #next before you call #doc_num
If I drop the quotes around "us military", or drop "-bomb", it works
fine. I can search for -bomb on it''s own, and other variations
successfully. I''ve tried recreating the index from...