search for: phile_id

Displaying 1 result from an estimated 1 matches for "phile_id".

Did you mean: file_id
2006 Nov 23
0
Two repeatable crash bugs in Ferret proper
...his. Schnitz --- First bug: quotes in search terms #!/usr/bin/ruby require ''rubygems'' require ''ferret'' # Strangely, the omit_norms is required to exercise the bug. field_infos = Ferret::Index::FieldInfos.new(:index => :omit_norms) field_infos.add_field( :phile_id ) field_infos.add_field( :file_name ) index = Ferret::Index::Index.new( :field_infos => field_infos, :path =>''./exercisequotebugindex'', :create => true ) index << { :file_name => "[new] Yo La Tengo - Beanbag Chair.mp3", :phi...