search for: networkchemistry

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

2007 Jul 30
0
Ferret crashing ruby while highlighting
...tches[e_start].score; } e_end is never being incremented beyond 0, so e_end-1 is stored as the excerpt. However I am not sure why that is. Anyway, thought this bug report might be useful. Regards, Chris Waters CTO, PhD Network Chemistry, Inc Email: chris.waters at networkchemistry.com <mailto:chris.waters at networkchemistry.com> Phone: (650) 858-3125 www.networkchemistry.com <http://www.networkchemistry.com/> www.projectwishbone.com <http://www.wirelessve.org/> -------------- next part -------------- An HTML attachment was scrubbed... URL: http:/...
2007 Feb 27
3
acts_as_ferret rebuilding issue with ferret 0.11.0
Hi, There is a problem with the way that acts_as_ferret verifies the index is valid. In ensure_index_exists it looks for a file named ''segments''. With the 0.11.0 release of ferret there is no file with this name. On my dummy application I have a ''segments.gen'' and ''segments_2y''. Changing the test to segments.gen fixes the problem that the
2007 Mar 05
2
Cost of using many fields
Hi, In ferret, and especially when using acts_as_ferret, it is easy to specify many fields. What is the cost of using a lot of fields from a performance perspective? Is each field searched separately, or are they combined together in the inverted index. As an extreme example, if I made every word in my documents a separate field (so the first word in each document was field 1 and the
2007 Jul 18
3
Ferret doesn''t work with Luke
Hi, Does anyone know why the indexes created by Ferret can''t be opened by Luke (http://www.getopt.org/luke/)? When I do development with Clucene I use Luke all the time to understand what is going on in the index. It is especially useful when trying to diagnose analyzer issues. When I try to open a Ferret index with Luke I get the message "Invalid or corrupted index". I